{
  "runId": "www-elysee-fr--2026-04-22T05-44-28-480Z--france-weekly-desktop-light-chromium",
  "startedAt": "2026-04-22T05:44:28.479Z",
  "finishedAt": "2026-04-22T05:44:44.830Z",
  "toolVersion": "1.0.0",
  "mode": "ci",
  "config": {
    "maxPages": 100,
    "timeout": 30000,
    "concurrency": 2,
    "mode": "list",
    "baseUrl": "https://www.elysee.fr/en/",
    "viewport": "desktop",
    "colorScheme": "light",
    "sitemapSample": {
      "strategy": "shuffle",
      "seed": "france-weekly",
      "size": 100
    },
    "crawlFallback": {
      "enabled": true,
      "used": false
    },
    "browser": "chromium",
    "label": "france-weekly-desktop-light-chromium"
  },
  "targets": [
    "https://www.elysee.fr/en/accessibility",
    "https://www.elysee.fr/en/",
    "https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic",
    "https://www.elysee.fr/en/french-presidency/the-symbols",
    "https://www.elysee.fr/en/all-actualities",
    "https://www.elysee.fr/en/emmanuel-macron",
    "https://www.elysee.fr/en/brigitte-macron",
    "https://www.elysee.fr/en/french-presidency/presidential-team",
    "https://www.elysee.fr/en/french-presidency/the-institutions",
    "https://www.elysee.fr/en/french-presidency/founding-texts",
    "https://www.elysee.fr/en/cultural-space/patrimoine",
    "https://www.elysee.fr/en/contact/",
    "https://www.elysee.fr/en/personal-data",
    "https://www.elysee.fr/en/legal",
    "https://www.elysee.fr/en/sitemap",
    "https://www.elysee.fr/en/french-presidency/the-french-flag",
    "https://www.elysee.fr/en/french-presidency/la-marseillaise-by-rouget-de-lisle",
    "https://www.elysee.fr/en/french-presidency/marianne",
    "https://www.elysee.fr/en/french-presidency/liberty-equality-fraternity",
    "https://www.elysee.fr/en/french-presidency/bastille-day-14-july",
    "https://www.elysee.fr/en/french-presidency/the-rooster",
    "https://www.elysee.fr/en/french-presidency/the-lictor-s-fasces",
    "https://www.elysee.fr/en/french-presidency/the-great-seal-of-france",
    "https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat",
    "https://www.elysee.fr/en/french-presidency/the-role-of-the-president",
    "https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered"
  ],
  "resultsByUrl": {
    "https://www.elysee.fr/en/": {
      "title": "Welcome to the website of the French Presidency",
      "violations": [
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"separator\"></span>",
                      "target": [
                        ".separator"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-hp\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"20\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-menu\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"20\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"17\" width=\"18\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-cross\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"17\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"70\" width=\"60\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-logo-simple\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"70\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"29\" width=\"180\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-elysee\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"29\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-actu > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-presidence > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" viewBox=\"0 0 20 14\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                "svg[viewBox=\"0 0 20 14\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                <use xlink:href=\"#symbol-arrow-45\"></use>\n                                            </svg>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"] > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-actu2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-presidence2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                ".badge > .link--svg[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href=\"/\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-en\"></use>\n                                                        </svg>",
              "target": [
                "a[aria-current=\"true\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-de\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"de/\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                    <use xlink:href=\"#symbol-arrow-45\"></use>\n                                                </svg>",
              "target": [
                ".list-link > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"m-l-5\" aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                </svg>",
              "target": [
                ".m-l-5"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href=\"/\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href=\"/\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"en/\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"en/\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-de\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"de/\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"de/\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"15\" height=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-icon-loupe\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"15\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                    <use xlink:href=\"#chevron-right\"></use>\n                </svg>",
              "target": [
                ".header-HP-container > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                    <use xlink:href=\"#symbol-icon-loupe\"></use>\n                </svg>",
              "target": [
                ".badge-search > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10 > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10 > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                "li:nth-child(3) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10 > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                "li:nth-child(4) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10 > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate270\" aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                            <use xlink:href=\"#fleche-large\"></use>\n                        </svg>",
              "target": [
                ".rotate270"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list3\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list4\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-twitter\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-facebook\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-instagram\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-youtube\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-linkedin\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list2\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1 class=\"header-HP-title\">Welcome to the official website of the President of France\n                </h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2>The President’s latest news</h2>",
                      "target": [
                        ".moduleTitle > h2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"cta4Blocks-title\">",
                      "target": [
                        ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-title"
                      ]
                    },
                    {
                      "html": "<h3 class=\"cta4Blocks-title\">",
                      "target": [
                        ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-title"
                      ]
                    },
                    {
                      "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a></h3>",
                      "target": [
                        ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-title"
                      ]
                    },
                    {
                      "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a></h3>",
                      "target": [
                        ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"bannerModule-title\">The Presidency of the Republic</h2>",
                      "target": [
                        ".bannerModule-title"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
                      "target": [
                        "p[aria-level=\"2\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
                      "target": [
                        ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
                      "target": [
                        ".socials > h3"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
                      "target": [
                        ".flex2 > .js-footer-cat-title2.d-md-block"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
                      "target": [
                        ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
                      "target": [
                        ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
                      "target": [
                        ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main id=\"main\" role=\"main\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#6d6d6d",
                    "bgColor": "#ffffff",
                    "contrastRatio": 5.17,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.17"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#6d6d6d",
                    "bgColor": "#ffffff",
                    "contrastRatio": 5.17,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.17"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "30.0pt (40px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"header-HP-title\">Welcome to the official website of the President of France\n                </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>The President’s latest news</h2>",
              "target": [
                ".moduleTitle > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                    ...\" class=\"d-flex align-items-c...\" eulerian-action=\"internal_link_>_the_...\" eulerian-label=\"All news\" eulerian-component-h...=\"homepage_news_>_modu...\">",
              "target": [
                ".eulerian-dsfr"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/8th-edition-of-the-choose-france-summit\" class=\"newsBlock-grid-link border-li\">\n                19 May 2025\n                <span>8th Edition of the Choose France Summit.</span>\n            </a>",
              "target": [
                "#homepage-news-publication > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>8th Edition of the Choose France Summit.</span>",
              "target": [
                "#homepage-news-publication > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.</span>",
              "target": [
                ".grid-place-1-1 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.</span>",
              "target": [
                ".grid-place-1-2 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\" class=\"newsBlock-grid-link \">\n                17 April 2026\n                <span>Strait of Hormuz maritime navigation initiative.</span>\n            </a>",
              "target": [
                ".grid-place-1-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Strait of Hormuz maritime navigation initiative.</span>",
              "target": [
                ".grid-place-1-3 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/27/meeting-on-peace-and-security-for-ukraine\" class=\"newsBlock-grid-link\">\n                27 March 2025\n                <span>Meeting on Peace and Security for Ukraine.</span>\n            </a>",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting on Peace and Security for Ukraine.</span>",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/08/joint-statement-following-the-ceasefire-between-the-united-states-and-iran\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-2-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement following the ceasefire between the United States and Iran.</span>",
              "target": [
                ".grid-place-2-1 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/one-health-beyond-a-multi-stakeholder-declaration\" class=\"newsBlock-grid-link border-li\">\n                    7 April 2026\n                <span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>\n            </a>",
              "target": [
                ".grid-place-2-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>",
              "target": [
                ".grid-place-2-2 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#10162f",
                    "bgColor": "#ffffff",
                    "contrastRatio": 17.82,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/joint-political-declaration-on-the-reform-of-the-global-health-architecture\" class=\"newsBlock-grid-link \">",
              "target": [
                ".grid-place-2-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint political declaration on the reform of the global health architecture.</span>",
              "target": [
                ".grid-place-2-3 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Virtual tour\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_virtual_tour\" eulerian-label=\"virtual_tour\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Virtual tour</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Learn about the history of the Élysée Palace and 300 years of legends, memories and anecdotes\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_former_presidents\" eulerian-label=\"former_presidents\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Former Presidents</a>",
              "target": [
                "a[eulerian-label=\"former_presidents\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Discover the story of those who made the French Republic\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_the_symbols\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Find the symbols of the French Republic : the flag, the Marseillaise, the rooster...\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a>",
              "target": [
                "a[title=\"New window:Shop\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Discover our French brands and support the restoration project of the Élysée Palace\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">The Presidency of the Republic</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(3) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/council-of-ministers\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(4) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"header-HP-title\">Welcome to the official website of the President of France\n                </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>The President’s latest news</h2>",
              "target": [
                ".moduleTitle > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">The Presidency of the Republic</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > header:nth-child(4) > a > div:nth-child(2) > h1:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(2) > div > ul > li:nth-child(1) > h3:nth-child(2)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(2) > div > ul > li:nth-child(2) > h3:nth-child(2)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(2) > div > ul > li:nth-child(3) > h3:nth-child(2)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(2) > div > ul > li:nth-child(4) > h3:nth-child(2)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > section:nth-child(3) > div > div:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > p:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(1) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(2) > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(2) > div > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(2) > div > div:nth-child(3) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(2) > div > div:nth-child(4) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"header-HP-title\">Welcome to the official website of the President of France\n                </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>The President’s latest news</h2>",
              "target": [
                ".moduleTitle > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">The Presidency of the Republic</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"560\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"2019-03-13 (191223) ...\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-img > img"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=620%2Cheight=270%2Ctrim=206%3B0%3B894%3B0%2Cfit=cover/images/default/0001/13/f033afa09b68231ed674306389737e9d219161f8.jpg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"560\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"2019-03-13 (191223) ...\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-img > img"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=620%2Cheight=270%2Ctrim=206%3B0%3B894%3B0%2Cfit=cover/images/default/0001/13/f033afa09b68231ed674306389737e9d219161f8.jpg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "main menu"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "search",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                ".logo > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\" class=\"header-HP-link\">",
              "target": [
                ".header-HP-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                    ...\" class=\"d-flex align-items-c...\" eulerian-action=\"internal_link_>_the_...\" eulerian-label=\"All news\" eulerian-component-h...=\"homepage_news_>_modu...\">",
              "target": [
                ".eulerian-dsfr"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/8th-edition-of-the-choose-france-summit\" class=\"newsBlock-grid-link border-li\">\n                19 May 2025\n                <span>8th Edition of the Choose France Summit.</span>\n            </a>",
              "target": [
                "#homepage-news-publication > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\" class=\"newsBlock-grid-link \">\n                17 April 2026\n                <span>Strait of Hormuz maritime navigation initiative.</span>\n            </a>",
              "target": [
                ".grid-place-1-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/27/meeting-on-peace-and-security-for-ukraine\" class=\"newsBlock-grid-link\">\n                27 March 2025\n                <span>Meeting on Peace and Security for Ukraine.</span>\n            </a>",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/08/joint-statement-following-the-ceasefire-between-the-united-states-and-iran\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-2-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/one-health-beyond-a-multi-stakeholder-declaration\" class=\"newsBlock-grid-link border-li\">\n                    7 April 2026\n                <span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>\n            </a>",
              "target": [
                ".grid-place-2-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/joint-political-declaration-on-the-reform-of-the-global-health-architecture\" class=\"newsBlock-grid-link \">",
              "target": [
                ".grid-place-2-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Virtual tour\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_virtual_tour\" eulerian-label=\"virtual_tour\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Virtual tour</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_former_presidents\" eulerian-label=\"former_presidents\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Former Presidents</a>",
              "target": [
                "a[eulerian-label=\"former_presidents\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_the_symbols\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a>",
              "target": [
                "a[title=\"New window:Shop\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(3) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/council-of-ministers\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(4) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"newsBlock-grid\">",
              "target": [
                ".newsBlock-grid"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"cta4Blocks-list\">",
              "target": [
                ".cta4Blocks-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"bannerModule-linkBlock\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li id=\"homepage-news-publication\" class=\"newsBlock-grid-item\">",
              "target": [
                "#homepage-news-publication"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-1\">",
              "target": [
                ".grid-place-1-1"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-2\">",
              "target": [
                ".grid-place-1-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-3\">",
              "target": [
                ".grid-place-1-3"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li id=\"homepage-news-publication2\" class=\"newsBlock-grid-item\">",
              "target": [
                "#homepage-news-publication2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-1 \">",
              "target": [
                ".grid-place-2-1"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-2 \">",
              "target": [
                ".grid-place-2-2"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-3 \">",
              "target": [
                ".grid-place-2-3"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"2019-03-13 (191223) ...\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-img > img"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"560\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=620%2Cheight=270%2Ctrim=206%3B0%3B894%3B0%2Cfit=cover/images/default/0001/13/f033afa09b68231ed674306389737e9d219161f8.jpg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\">",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
              "target": [
                "#navbar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sticky-menu\">",
              "target": [
                ".sticky-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"logo\">",
              "target": [
                ".logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                ".logo > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav\">",
              "target": [
                ".sub-nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-links--horizontal list-group--dropdown space-0 border-bottom-0 d-none d-md-flex flex-shrink-0\">",
              "target": [
                ".list-group--dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"separator\"></span>",
              "target": [
                ".separator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown switch-lang\">",
              "target": [
                ".dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"header-HP\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\" class=\"header-HP-link\">",
              "target": [
                ".header-HP-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerHp-imgContainer\">",
              "target": [
                ".bannerHp-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<picture>",
              "target": [
                "picture"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.f...\" media=\"(max-width:375px)\">",
              "target": [
                "source[media=\"(max-width:375px)\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.f...\" media=\"(max-width:420px)\">",
              "target": [
                "source[media=\"(max-width:420px)\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.f...\" media=\"(max-width:550px)\">",
              "target": [
                "source[media=\"(max-width:550px)\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"560\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-HP-container\">",
              "target": [
                ".header-HP-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"header-HP-title\">Welcome to the official website of the President of France\n                </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main id=\"main\" role=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"homepage-news-module\" class=\"container--s container2\">",
              "target": [
                "#homepage-news-module"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"moduleTitle\">",
              "target": [
                ".moduleTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>The President’s latest news</h2>",
              "target": [
                ".moduleTitle > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                    ...\" class=\"d-flex align-items-c...\" eulerian-action=\"internal_link_>_the_...\" eulerian-label=\"All news\" eulerian-component-h...=\"homepage_news_>_modu...\">",
              "target": [
                ".eulerian-dsfr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-search m-r-10\">\n                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                    <use xlink:href=\"#symbol-icon-loupe\"></use>\n                </svg>\n            </span>",
              "target": [
                ".badge-search"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"newsBlock-grid\">",
              "target": [
                ".newsBlock-grid"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li id=\"homepage-news-publication\" class=\"newsBlock-grid-item\">",
              "target": [
                "#homepage-news-publication"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/8th-edition-of-the-choose-france-summit\" class=\"newsBlock-grid-link border-li\">\n                19 May 2025\n                <span>8th Edition of the Choose France Summit.</span>\n            </a>",
              "target": [
                "#homepage-news-publication > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>8th Edition of the Choose France Summit.</span>",
              "target": [
                "#homepage-news-publication > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"newsBlock-grid-imgContainer\">",
              "target": [
                "#homepage-news-publication > .newsBlock-grid-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-1\">",
              "target": [
                ".grid-place-1-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.</span>",
              "target": [
                ".grid-place-1-1 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-2\">",
              "target": [
                ".grid-place-1-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-1-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.</span>",
              "target": [
                ".grid-place-1-2 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-1-3\">",
              "target": [
                ".grid-place-1-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\" class=\"newsBlock-grid-link \">\n                17 April 2026\n                <span>Strait of Hormuz maritime navigation initiative.</span>\n            </a>",
              "target": [
                ".grid-place-1-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Strait of Hormuz maritime navigation initiative.</span>",
              "target": [
                ".grid-place-1-3 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li id=\"homepage-news-publication2\" class=\"newsBlock-grid-item\">",
              "target": [
                "#homepage-news-publication2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/27/meeting-on-peace-and-security-for-ukraine\" class=\"newsBlock-grid-link\">\n                27 March 2025\n                <span>Meeting on Peace and Security for Ukraine.</span>\n            </a>",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting on Peace and Security for Ukraine.</span>",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"newsBlock-grid-imgContainer\">",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n                   ...\" sizes=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#homepage-news-publication2 > .newsBlock-grid-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-1 \">",
              "target": [
                ".grid-place-2-1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/08/joint-statement-following-the-ceasefire-between-the-united-states-and-iran\" class=\"newsBlock-grid-link border-li\">",
              "target": [
                ".grid-place-2-1 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement following the ceasefire between the United States and Iran.</span>",
              "target": [
                ".grid-place-2-1 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-2 \">",
              "target": [
                ".grid-place-2-2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/one-health-beyond-a-multi-stakeholder-declaration\" class=\"newsBlock-grid-link border-li\">\n                    7 April 2026\n                <span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>\n            </a>",
              "target": [
                ".grid-place-2-2 > .border-li.newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>",
              "target": [
                ".grid-place-2-2 > .border-li.newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"homepage-news-list newsBlock-grid-item grid-place-2-3 \">",
              "target": [
                ".grid-place-2-3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/joint-political-declaration-on-the-reform-of-the-global-health-architecture\" class=\"newsBlock-grid-link \">",
              "target": [
                ".grid-place-2-3 > .newsBlock-grid-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint political declaration on the reform of the global health architecture.</span>",
              "target": [
                ".grid-place-2-3 > .newsBlock-grid-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container--s container2\">",
              "target": [
                ".container--s:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta4Blocks\">",
              "target": [
                ".cta4Blocks"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"cta4Blocks-list\">",
              "target": [
                ".cta4Blocks-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta4Blocks-img\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Virtual tour\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_virtual_tour\" eulerian-label=\"virtual_tour\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Virtual tour</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Learn about the history of the Élysée Palace and 300 years of legends, memories and anecdotes\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta4Blocks-img\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_former_presidents\" eulerian-label=\"former_presidents\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Former Presidents</a>",
              "target": [
                "a[eulerian-label=\"former_presidents\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Discover the story of those who made the French Republic\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta4Blocks-img\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"2019-03-13 (191223) ...\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-img > img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_the_symbols\" eulerian-label=\"the_symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">The symbols</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_the_symbols\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Find the symbols of the French Republic : the flag, the Marseillaise, the rooster...\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"cta4Blocks-item cta4Blocks-full\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta4Blocks-img\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"\n            https:/...\" sizes=\"(max-width: 63.9375r...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-img > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"cta4Blocks-title\"><a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a></h3>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\" rel=\"noopener noreferrer\" target=\"_blank\" title=\"New window:Shop\" class=\"cta4Blocks-link\" eulerian-action=\"external_link_&gt;_shop\" eulerian-label=\"shop\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Shop</a>",
              "target": [
                "a[title=\"New window:Shop\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"cta4Blocks-text\">\n                Discover our French brands and support the restoration project of the Élysée Palace\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container--s container2 links-module\">",
              "target": [
                ".links-module"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule bannerModule-links\">",
              "target": [
                ".bannerModule"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-imgContainer\">",
              "target": [
                ".bannerModule-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=620%2Cheight=270%2Ctrim=206%3B0%3B894%3B0%2Cfit=cover/images/default/0001/13/f033afa09b68231ed674306389737e9d219161f8.jpg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc\">",
              "target": [
                ".bannerModule-desc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">The Presidency of the Republic</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"bannerModule-linkBlock\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(3) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                "li:nth-child(3) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerModule-linkBlock > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/council-of-ministers\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(4) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                "li:nth-child(4) > .align-items-center.badge-container.d-flex > .badge-arrow.badge--trans-black.m-r-10"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"footer1 \">",
              "target": [
                ".footer1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
              "target": [
                ".js-footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"epr\">",
              "target": [
                ".epr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"socials\">",
              "target": [
                ".socials"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer2 \">",
              "target": [
                ".footer2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker footer-container js-footer-container2 \">",
              "target": [
                ".footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc flex2\">",
              "target": [
                ".flex2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc footer-bloc--logo\">",
              "target": [
                ".footer-bloc--logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "skip-link",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure all skip links have a focusable target",
          "help": "The skip-link target should exist and be focusable",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/",
      "originalUrl": "https://www.elysee.fr/en/",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/accessibility": {
      "title": "Accessibility | Élysée",
      "violations": [
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"separator\"></span>",
                      "target": [
                        ".separator"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"20\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-menu\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"20\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"17\" width=\"18\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-cross\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"17\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"70\" width=\"60\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-logo-simple\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"70\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"29\" width=\"180\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-elysee\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"29\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-actu > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-presidence > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" viewBox=\"0 0 20 14\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                "svg[viewBox=\"0 0 20 14\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                <use xlink:href=\"#symbol-arrow-45\"></use>\n                                            </svg>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"] > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-actu2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-presidence2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                ".badge > .link--svg[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"accessibilite\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-en\"></use>\n                                                        </svg>",
              "target": [
                "a[aria-current=\"true\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-de\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"barrierefreiheit\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                    <use xlink:href=\"#symbol-arrow-45\"></use>\n                                                </svg>",
              "target": [
                ".list-link > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"m-l-5\" aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                </svg>",
              "target": [
                ".m-l-5"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"accessibilite\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"accessibilite\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"accessibility\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"accessibility\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-de\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"barrierefreiheit\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"barrierefreiheit\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"15\" height=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-icon-loupe\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"15\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"50\" width=\"170\" focusable=\"false\">\n                    <use xlink:href=\"#logo-elysee\"></use>\n                </svg>",
              "target": [
                "svg[height=\"50\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                ".badge--trans-black > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate270\" aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                            <use xlink:href=\"#fleche-large\"></use>\n                        </svg>",
              "target": [
                ".rotate270"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list3\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list4\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-twitter\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-facebook\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-instagram\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-youtube\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-linkedin\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list2\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1 class=\"space-top-xl\">\n                                Accessibility\n            </h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2><u><b>What is digital accessibility?</b></u></h2>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(3)"
                      ]
                    },
                    {
                      "html": "<h2><u><b>Accessibility policy of the elysee.fr website</b></u></h2>",
                      "target": [
                        "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
                      ]
                    },
                    {
                      "html": "<h2><u><b>Right to adjustments</b></u></h2>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(2)"
                      ]
                    },
                    {
                      "html": "<h2><u><b>Contact us</b></u></h2>",
                      "target": [
                        "h2:nth-child(5)"
                      ]
                    },
                    {
                      "html": "<h2><u><b>Defender of Rights</b></u></h2>",
                      "target": [
                        "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
                      ]
                    },
                    {
                      "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
                      "target": [
                        ".bannerModule-title"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
                      "target": [
                        "p[aria-level=\"2\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
                      "target": [
                        ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
                      "target": [
                        ".socials > h3"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
                      "target": [
                        ".flex2 > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
                      "target": [
                        ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
                      "target": [
                        ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
                      "target": [
                        ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Accessibility\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This is not a help page. It presents the accessibility policy of the elysee.fr website and defines the general level of accessibility on the site in accordance with standards and regulations.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>What is digital accessibility?</b>",
              "target": [
                "h2:nth-child(3) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>An accessible website is a site that allows all users to access its content without difficulty, including people with disabilities and using specialized software or hardware.</p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>An accessible site allows for example:</p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Browsing using text to speech or a braille display (as used by blind or visually impaired users);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Customized display of the site according to user needs (larger font, colour changes, etc.);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Mouseless browsing, with the keyboard only or a touch screen.</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Accessibility policy of the elysee.fr website</b>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This commitment is reflected in the development of the multi-year digital accessibility scheme and annual action plans, aimed at ensuring compliance with the RGAA and the gradual alignment of the digital content and services concerned with recommendations.</p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>As such, each entity is required to take the necessary steps in order to provide access, in reasonable time, to the information or functions sought by a person with a disability, whether or not the content is subject to an exception.</p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Contact us</b>",
              "target": [
                "h2:nth-child(5) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/ecrire-au-president-de-la-republique/\">online form</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Defender of Rights</b>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a> with direct contact information;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By telephone: +33 (0)9 69 39 00 00 (Monday to Friday from&nbsp;08:00 to 20:00 – cost of a local call in France);</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By post (free of charge, no stamp required):</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Défenseur des droits<br>\nLibre réponse 71120<br>\n75342 Paris CEDEX 07</p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 12 November 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Accessibility\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>What is digital accessibility?</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Accessibility policy of the elysee.fr website</b></u></h2>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Right to adjustments</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Contact us</b></u></h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Defender of Rights</b></u></h2>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > header:nth-child(4) > h1:nth-child(2)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > div > div:nth-child(1) > div > section:nth-child(1) > div > div > h2:nth-child(3)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > div > div:nth-child(1) > div > section:nth-child(1) > div > div > h2:nth-child(7)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > div > div:nth-child(1) > div > section:nth-child(4) > div > div > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > div > div:nth-child(1) > div > section:nth-child(4) > div > div > h2:nth-child(5)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(5) > div > div:nth-child(1) > div > section:nth-child(4) > div > div > h2:nth-child(7)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(1) > div > div > div > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > p:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(3) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(4) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Accessibility\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>What is digital accessibility?</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Accessibility policy of the elysee.fr website</b></u></h2>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Right to adjustments</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Contact us</b></u></h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Defender of Rights</b></u></h2>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "main menu"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "search",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>",
                      "target": [
                        "p:nth-child(6)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/ecrire-au-president-de-la-republique/\">online form</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<li>A <a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a> with direct contact information;</li>",
                      "target": [
                        "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/ecrire-au-president-de-la-republique/\">online form</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>\n\t<li>Browsing using text to speech or a braille display (as used by blind or visually impaired users);</li>\n\t<li>Customized display of the site according to user needs (larger font, colour changes, etc.);</li>\n\t<li>Mouseless browsing, with the keyboard only or a touch screen.</li>\n</ul>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".d-flex.list-unstyled"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Browsing using text to speech or a braille display (as used by blind or visually impaired users);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Customized display of the site according to user needs (larger font, colour changes, etc.);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Mouseless browsing, with the keyboard only or a touch screen.</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a> with direct contact information;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By telephone: +33 (0)9 69 39 00 00 (Monday to Friday from&nbsp;08:00 to 20:00 – cost of a local call in France);</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By post (free of charge, no stamp required):</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\">",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
              "target": [
                "#navbar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sticky-menu\">",
              "target": [
                ".sticky-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"logo\">",
              "target": [
                ".logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav\">",
              "target": [
                ".sub-nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-links--horizontal list-group--dropdown space-0 border-bottom-0 d-none d-md-flex flex-shrink-0\">",
              "target": [
                ".list-group--dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"separator\"></span>",
              "target": [
                ".separator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown switch-lang\">",
              "target": [
                ".dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Accessibility\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container space-top-m\">",
              "target": [
                ".space-top-m"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".space-top-m > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modules articleSummary-neighbours\">",
              "target": [
                ".modules"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-210\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-210"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This is not a help page. It presents the accessibility policy of the elysee.fr website and defines the general level of accessibility on the site in accordance with standards and regulations.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>What is digital accessibility?</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u><b>What is digital accessibility?</b></u>",
              "target": [
                "h2:nth-child(3) > u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>What is digital accessibility?</b>",
              "target": [
                "h2:nth-child(3) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>An accessible website is a site that allows all users to access its content without difficulty, including people with disabilities and using specialized software or hardware.</p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>An accessible site allows for example:</p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>\n\t<li>Browsing using text to speech or a braille display (as used by blind or visually impaired users);</li>\n\t<li>Customized display of the site according to user needs (larger font, colour changes, etc.);</li>\n\t<li>Mouseless browsing, with the keyboard only or a touch screen.</li>\n</ul>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Browsing using text to speech or a braille display (as used by blind or visually impaired users);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Customized display of the site according to user needs (larger font, colour changes, etc.);</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Mouseless browsing, with the keyboard only or a touch screen.</li>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Accessibility policy of the elysee.fr website</b></u></h2>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u><b>Accessibility policy of the elysee.fr website</b></u>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Accessibility policy of the elysee.fr website</b>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This commitment is reflected in the development of the multi-year digital accessibility scheme and annual action plans, aimed at ensuring compliance with the RGAA and the gradual alignment of the digital content and services concerned with recommendations.</p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "#moduleAnchor-210 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">\n                    \n                </section>",
              "target": [
                ".space-bottom-m:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">\n                                </section>",
              "target": [
                ".space-bottom-m:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-21234\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-21234"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Right to adjustments</b></u></h2>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u><b>Right to adjustments</b></u>",
              "target": [
                "h2:nth-child(2) > u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Right to adjustments</b>",
              "target": [
                "h2:nth-child(2) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>As such, each entity is required to take the necessary steps in order to provide access, in reasonable time, to the information or functions sought by a person with a disability, whether or not the content is subject to an exception.</p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Contact us</b></u></h2>",
              "target": [
                "h2:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u><b>Contact us</b></u>",
              "target": [
                "h2:nth-child(5) > u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Contact us</b>",
              "target": [
                "h2:nth-child(5) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/ecrire-au-president-de-la-republique/\">online form</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2><u><b>Defender of Rights</b></u></h2>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<u><b>Defender of Rights</b></u>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Defender of Rights</b>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(7) > u > b"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://formulaire.defenseurdesdroits.fr/code/afficher.php?ETAPE=accueil_2016\">contact form</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>A <a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a> with direct contact information;</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.defenseurdesdroits.fr/fr/saisir/delegues\">list of regional delegates</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By telephone: +33 (0)9 69 39 00 00 (Monday to Friday from&nbsp;08:00 to 20:00 – cost of a local call in France);</li>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>By post (free of charge, no stamp required):</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Défenseur des droits<br>\nLibre réponse 71120<br>\n75342 Paris CEDEX 07</p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "#moduleAnchor-21234 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 12 November 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                "#footer > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                ".my-banner > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container border-bottom space-bottom-s \">",
              "target": [
                ".border-bottom.space-bottom-s.container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker d-flex bannerInfo\">",
              "target": [
                ".bannerInfo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc-logo\">",
              "target": [
                ".bannerModule-desc-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-imgContainer\"><img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\"></div>",
              "target": [
                ".bannerModule-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc\">\n                            <h2 class=\"bannerModule-title\">Discover Cocorico</h2>\n                            <p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>\n                        </div>",
              "target": [
                ".bannerModule-desc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex bannerModule-newsletter-link\">",
              "target": [
                ".bannerModule-newsletter-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                ".badge--trans-black"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"footer1 \">",
              "target": [
                ".footer1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
              "target": [
                ".js-footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"epr\">",
              "target": [
                ".epr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"socials\">",
              "target": [
                ".socials"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".d-flex.list-unstyled"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer2 \">",
              "target": [
                ".footer2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker footer-container js-footer-container2 \">",
              "target": [
                ".footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc flex2\">",
              "target": [
                ".flex2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc footer-bloc--logo\">",
              "target": [
                ".footer-bloc--logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "skip-link",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure all skip links have a focusable target",
          "help": "The skip-link target should exist and be focusable",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(4)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<b>Right to adjustments</b>",
              "target": [
                "h2:nth-child(2) > u > b"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/accessibility",
      "originalUrl": "https://www.elysee.fr/en/accessibility",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-symbols": {
      "title": "The symbols | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The symbols\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-french-flag\">T</a>",
              "target": [
                "p:nth-child(2) > strong:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>he French flag</strong>",
              "target": [
                "p:nth-child(2) > a > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/la-marseillaise-by-rouget-de-lisle\">The Marseillaise by Rouget de Lisle</a>",
              "target": [
                "p:nth-child(3) > strong > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/marianne\">Marianne</a>",
              "target": [
                "a[href$=\"marianne\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Liberty, Equality, Fraternity\"</strong>",
              "target": [
                "p:nth-child(5) > a > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/bastille-day-14-july\">B</a>",
              "target": [
                "p:nth-child(6) > strong:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>astille Day, 14 July</strong>",
              "target": [
                "p:nth-child(6) > a > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-rooster\">T</a>",
              "target": [
                "p:nth-child(7) > strong:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>he rooster</strong>",
              "target": [
                "p:nth-child(7) > a > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-lictor-s-fasces\">T</a>",
              "target": [
                "p:nth-child(8) > strong:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>he lictor's fasces</strong>",
              "target": [
                "p:nth-child(8) > a > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-great-seal-of-france\">The seal</a>",
              "target": [
                "p:nth-child(9) > strong > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    The symbols of the French Republic explained to children\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 14 December 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/french-presidency/the-french-flag\">T</a>",
                      "target": [
                        "p:nth-child(2) > strong:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-french-flag\"><strong>he French flag</strong></a>",
                      "target": [
                        ".reset-last-space > p:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/la-marseillaise-by-rouget-de-lisle\">The Marseillaise by Rouget de Lisle</a>",
                      "target": [
                        "p:nth-child(3) > strong > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/marianne\">Marianne</a>",
                      "target": [
                        "a[href$=\"marianne\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/liberty-equality-fraternity\">\"</a>",
                      "target": [
                        "p:nth-child(5) > strong:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/liberty-equality-fraternity\"><strong>Liberty, Equality, Fraternity\"</strong></a>",
                      "target": [
                        "p:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/bastille-day-14-july\">B</a>",
                      "target": [
                        "p:nth-child(6) > strong:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/bastille-day-14-july\"><strong>astille Day, 14 July</strong></a>",
                      "target": [
                        "p:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-rooster\">T</a>",
                      "target": [
                        "p:nth-child(7) > strong:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-rooster\"><strong>he rooster</strong></a>",
                      "target": [
                        "p:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-lictor-s-fasces\">T</a>",
                      "target": [
                        "p:nth-child(8) > strong:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-lictor-s-fasces\"><strong>he lictor's fasces</strong></a>",
                      "target": [
                        "p:nth-child(8) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-great-seal-of-france\">The seal</a>",
                      "target": [
                        "p:nth-child(9) > strong > a"
                      ]
                    },
                    {
                      "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:. The sym...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"The symbols of the F...\" eulerian-component-h...=\"cta_>_module_>_link\">",
                      "target": [
                        ".cta--CS"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;</strong>",
              "target": [
                "p:nth-child(2) > strong:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜ <a href=\"/en/french-presidency/la-marseillaise-by-rouget-de-lisle\">The Marseillaise by Rouget de Lisle</a></strong>",
              "target": [
                "p:nth-child(3) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;<a href=\"/en/french-presidency/marianne\">Marianne</a></strong>",
              "target": [
                "p:nth-child(4) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;</strong>",
              "target": [
                "p:nth-child(5) > strong:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;</strong>",
              "target": [
                "p:nth-child(6) > strong:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜&nbsp;</strong>",
              "target": [
                "p:nth-child(8) > strong:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "messageKey": "nonBmp"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element content contains only non-text characters"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>➜ <a href=\"/en/french-presidency/the-great-seal-of-france\">The seal</a></strong>",
              "target": [
                "p:nth-child(9) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-symbols",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-symbols",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic": {
      "title": "Presidents of the Republic | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header class=\"blockHeader\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"nav-CS\">",
              "target": [
                ".nav-CS"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header class=\"blockHeader\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#c99a6d",
                    "contrastRatio": 8.32,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#c6986b"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 8.32"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#c99a6d",
                    "contrastRatio": 8.32,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#c6986b"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 8.32"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#c99a6d",
                    "contrastRatio": 8.32,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#c6986b"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 8.32"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#c99a6d",
                    "contrastRatio": 8.32,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#c6986b"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 8.32"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#c99a6d",
                    "contrastRatio": 8.32,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#c6986b"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 8.32"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">Presidents of the Republic</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"badge badge--CS badge--white-grey\">V</div>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-1\"] > .badge--white-grey.badge--CS.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"title\">5th Republic</p>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-1\"] > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"badge badge--CS badge--white-grey\">IV</div>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-11\"] > .badge--white-grey.badge--CS.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"title\">4th Republic</p>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-11\"] > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"badge badge--CS badge--white-grey\">III</div>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-13\"] > .badge--white-grey.badge--CS.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"title\">3th Republic</p>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-13\"] > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"badge badge--CS badge--white-grey\">II</div>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-27\"] > .badge--white-grey.badge--CS.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"title\">2th Republic</p>",
              "target": [
                ".black.badge-container[href$=\"#listSummary-anchor-27\"] > .title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"listSummary-anchor-1\" class=\"h3 t-align-c space-bottom-s\">5th Republic</h3>",
              "target": [
                "#listSummary-anchor-1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\"><span>Emmanuel Macron</span>\n                                                                    In office\n                                                            </a>",
              "target": [
                ".galery:nth-child(2) > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Emmanuel Macron</span>",
              "target": [
                "a[href$=\"emmanuel-macron\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/francois-hollande\"><span>François Hollande</span>\n                                                                    2012 - 2017\n                                                            </a>",
              "target": [
                "a[href$=\"francois-hollande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>François Hollande</span>",
              "target": [
                "a[href$=\"francois-hollande\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/nicolas-sarkozy\"><span>Nicolas Sarkozy</span>\n                                                                    2007 - 2012\n                                                            </a>",
              "target": [
                "a[href$=\"nicolas-sarkozy\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Nicolas Sarkozy</span>",
              "target": [
                "a[href$=\"nicolas-sarkozy\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/jacques-chirac\"><span>Jacques Chirac</span>\n                                                                    1995 - 2007\n                                                            </a>",
              "target": [
                "a[href$=\"jacques-chirac\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Jacques Chirac</span>",
              "target": [
                "a[href$=\"jacques-chirac\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/francois-mitterrand\"><span>François Mitterrand</span>\n                                                                    1981 - 1995\n                                                            </a>",
              "target": [
                "a[href$=\"francois-mitterrand\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>François Mitterrand</span>",
              "target": [
                "a[href$=\"francois-mitterrand\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/valery-giscard-d-estaing\"><span>Valéry Giscard d'Estaing</span>\n                                                                    1974 - 1981\n                                                            </a>",
              "target": [
                "a[href$=\"valery-giscard-d-estaing\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Valéry Giscard d'Estaing</span>",
              "target": [
                "a[href$=\"valery-giscard-d-estaing\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/georges-pompidou\"><span>Georges Pompidou</span>\n                                                                    1969 - 1974\n                                                            </a>",
              "target": [
                "a[href$=\"georges-pompidou\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Georges Pompidou</span>",
              "target": [
                "a[href$=\"georges-pompidou\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/charles-de-gaulle\"><span>Charles de Gaulle</span>\n                                                                    1959 - 1969\n                                                            </a>",
              "target": [
                "a[href$=\"charles-de-gaulle\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Charles de Gaulle</span>",
              "target": [
                "a[href$=\"charles-de-gaulle\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"listSummary-anchor-11\" class=\"h3 t-align-c space-bottom-s\">4th Republic</h3>",
              "target": [
                "#listSummary-anchor-11"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/rene-coty\"><span>René Coty</span>\n                                                                    1954 - 1959\n                                                            </a>",
              "target": [
                "a[href$=\"rene-coty\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>René Coty</span>",
              "target": [
                "a[href$=\"rene-coty\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/vincent-auriol\"><span>Vincent Auriol</span>\n                                                                    1947 - 1954\n                                                            </a>",
              "target": [
                "a[href$=\"vincent-auriol\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Vincent Auriol</span>",
              "target": [
                "a[href$=\"vincent-auriol\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"listSummary-anchor-13\" class=\"h3 t-align-c space-bottom-s\">3th Republic</h3>",
              "target": [
                "#listSummary-anchor-13"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/albert-lebrun\"><span>Albert Lebrun</span>\n                                                                    1932 - 1940\n                                                            </a>",
              "target": [
                "a[href$=\"albert-lebrun\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Albert Lebrun</span>",
              "target": [
                "a[href$=\"albert-lebrun\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/paul-doumer\"><span>Paul Doumer</span>\n                                                                    1931 - 1932\n                                                            </a>",
              "target": [
                "a[href$=\"paul-doumer\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Paul Doumer</span>",
              "target": [
                "a[href$=\"paul-doumer\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/gaston-doumergue\"><span>Gaston Doumergue</span>\n                                                                    1924 - 1931\n                                                            </a>",
              "target": [
                "a[href$=\"gaston-doumergue\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Gaston Doumergue</span>",
              "target": [
                "a[href$=\"gaston-doumergue\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/alexandre-millerand\"><span>Alexandre Millerand</span>\n                                                                    1920 - 1924\n                                                            </a>",
              "target": [
                "a[href$=\"alexandre-millerand\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Alexandre Millerand</span>",
              "target": [
                "a[href$=\"alexandre-millerand\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/paul-deschanel\"><span>Paul Deschanel</span>\n                                                                    1920 - 1920\n                                                            </a>",
              "target": [
                "a[href$=\"paul-deschanel\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Paul Deschanel</span>",
              "target": [
                "a[href$=\"paul-deschanel\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/raymond-poincare\"><span>Raymond Poincaré</span>\n                                                                    1913 - 1920\n                                                            </a>",
              "target": [
                "a[href$=\"raymond-poincare\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Raymond Poincaré</span>",
              "target": [
                "a[href$=\"raymond-poincare\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/armand-fallieres\"><span>Armand Fallières</span>\n                                                                    1906 - 1913\n                                                            </a>",
              "target": [
                "a[href$=\"armand-fallieres\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Armand Fallières</span>",
              "target": [
                "a[href$=\"armand-fallieres\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emile-loubet\"><span>Émile Loubet</span>\n                                                                    1899 - 1906\n                                                            </a>",
              "target": [
                "a[href$=\"emile-loubet\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Émile Loubet</span>",
              "target": [
                "a[href$=\"emile-loubet\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/felix-faure\"><span>Félix Faure</span>\n                                                                    1895 - 1899\n                                                            </a>",
              "target": [
                "a[href$=\"felix-faure\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Félix Faure</span>",
              "target": [
                "a[href$=\"felix-faure\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/jean-casimir-perier\"><span>Jean Casimir-Perier</span>\n                                                                    1894 - 1895\n                                                            </a>",
              "target": [
                "a[href$=\"jean-casimir-perier\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Jean Casimir-Perier</span>",
              "target": [
                "a[href$=\"jean-casimir-perier\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/sadi-carnot\"><span>Sadi Carnot</span>\n                                                                    1887 - 1894\n                                                            </a>",
              "target": [
                "a[href$=\"sadi-carnot\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Sadi Carnot</span>",
              "target": [
                "a[href$=\"sadi-carnot\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/jules-grevy\"><span>Jules Grévy</span>\n                                                                    1879 - 1887\n                                                            </a>",
              "target": [
                "a[href$=\"jules-grevy\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Jules Grévy</span>",
              "target": [
                "a[href$=\"jules-grevy\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/patrice-de-mac-mahon\"><span>Patrice de Mac Mahon</span>\n                                                                    1873 - 1879\n                                                            </a>",
              "target": [
                "a[href$=\"patrice-de-mac-mahon\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Patrice de Mac Mahon</span>",
              "target": [
                "a[href$=\"patrice-de-mac-mahon\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/adolphe-thiers\"><span>Adolphe Thiers</span>\n                                                                    1871 - 1873\n                                                            </a>",
              "target": [
                "a[href$=\"adolphe-thiers\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Adolphe Thiers</span>",
              "target": [
                "a[href$=\"adolphe-thiers\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"listSummary-anchor-27\" class=\"h3 t-align-c space-bottom-s\">2th Republic</h3>",
              "target": [
                "#listSummary-anchor-27"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/louis-napoleon-bonaparte\"><span>Louis-Napoléon Bonaparte</span>\n                                                                    1848 - 1851\n                                                            </a>",
              "target": [
                "a[href$=\"louis-napoleon-bonaparte\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Louis-Napoléon Bonaparte</span>",
              "target": [
                "a[href$=\"louis-napoleon-bonaparte\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "menu-mobile",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"navbar-nav\" id=\"menu-mobile\">",
              "target": [
                "#menu-mobile"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#listSummary-anchor-1\">\n                                <span>V</span>\n                                <span>5th Republic</span>\n                            </a>",
                      "target": [
                        ".nav-item:nth-child(2) > .nav-item__link[href$=\"#listSummary-anchor-1\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#listSummary-anchor-11\">\n                                <span>IV</span>\n                                <span>4th Republic</span>\n                            </a>",
                      "target": [
                        ".nav-item:nth-child(3) > .nav-item__link[href$=\"#listSummary-anchor-11\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#listSummary-anchor-13\">\n                                <span>III</span>\n                                <span>3th Republic</span>\n                            </a>",
                      "target": [
                        ".nav-item:nth-child(4) > .nav-item__link[href$=\"#listSummary-anchor-13\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#listSummary-anchor-27\">\n                                <span>II</span>\n                                <span>2th Republic</span>\n                            </a>",
                      "target": [
                        ".nav-item:nth-child(5) > .nav-item__link[href$=\"#listSummary-anchor-27\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link black badge-container\" href=\"#listSummary-anchor-1\">",
                      "target": [
                        ".black.badge-container[href$=\"#listSummary-anchor-1\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link black badge-container\" href=\"#listSummary-anchor-11\">",
                      "target": [
                        ".black.badge-container[href$=\"#listSummary-anchor-11\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link black badge-container\" href=\"#listSummary-anchor-13\">",
                      "target": [
                        ".black.badge-container[href$=\"#listSummary-anchor-13\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link black badge-container\" href=\"#listSummary-anchor-27\">",
                      "target": [
                        ".black.badge-container[href$=\"#listSummary-anchor-27\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\"><span>Emmanuel Macron</span>\n                                                                    In office\n                                                            </a>",
                      "target": [
                        ".galery:nth-child(2) > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/francois-hollande\"><span>François Hollande</span>\n                                                                    2012 - 2017\n                                                            </a>",
                      "target": [
                        "a[href$=\"francois-hollande\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/nicolas-sarkozy\"><span>Nicolas Sarkozy</span>\n                                                                    2007 - 2012\n                                                            </a>",
                      "target": [
                        "a[href$=\"nicolas-sarkozy\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/jacques-chirac\"><span>Jacques Chirac</span>\n                                                                    1995 - 2007\n                                                            </a>",
                      "target": [
                        "a[href$=\"jacques-chirac\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/francois-mitterrand\"><span>François Mitterrand</span>\n                                                                    1981 - 1995\n                                                            </a>",
                      "target": [
                        "a[href$=\"francois-mitterrand\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/valery-giscard-d-estaing\"><span>Valéry Giscard d'Estaing</span>\n                                                                    1974 - 1981\n                                                            </a>",
                      "target": [
                        "a[href$=\"valery-giscard-d-estaing\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/georges-pompidou\"><span>Georges Pompidou</span>\n                                                                    1969 - 1974\n                                                            </a>",
                      "target": [
                        "a[href$=\"georges-pompidou\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/charles-de-gaulle\"><span>Charles de Gaulle</span>\n                                                                    1959 - 1969\n                                                            </a>",
                      "target": [
                        "a[href$=\"charles-de-gaulle\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/rene-coty\"><span>René Coty</span>\n                                                                    1954 - 1959\n                                                            </a>",
                      "target": [
                        "a[href$=\"rene-coty\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/vincent-auriol\"><span>Vincent Auriol</span>\n                                                                    1947 - 1954\n                                                            </a>",
                      "target": [
                        "a[href$=\"vincent-auriol\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/albert-lebrun\"><span>Albert Lebrun</span>\n                                                                    1932 - 1940\n                                                            </a>",
                      "target": [
                        "a[href$=\"albert-lebrun\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/paul-doumer\"><span>Paul Doumer</span>\n                                                                    1931 - 1932\n                                                            </a>",
                      "target": [
                        "a[href$=\"paul-doumer\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/gaston-doumergue\"><span>Gaston Doumergue</span>\n                                                                    1924 - 1931\n                                                            </a>",
                      "target": [
                        "a[href$=\"gaston-doumergue\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/alexandre-millerand\"><span>Alexandre Millerand</span>\n                                                                    1920 - 1924\n                                                            </a>",
                      "target": [
                        "a[href$=\"alexandre-millerand\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/paul-deschanel\"><span>Paul Deschanel</span>\n                                                                    1920 - 1920\n                                                            </a>",
                      "target": [
                        "a[href$=\"paul-deschanel\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/raymond-poincare\"><span>Raymond Poincaré</span>\n                                                                    1913 - 1920\n                                                            </a>",
                      "target": [
                        "a[href$=\"raymond-poincare\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/armand-fallieres\"><span>Armand Fallières</span>\n                                                                    1906 - 1913\n                                                            </a>",
                      "target": [
                        "a[href$=\"armand-fallieres\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emile-loubet\"><span>Émile Loubet</span>\n                                                                    1899 - 1906\n                                                            </a>",
                      "target": [
                        "a[href$=\"emile-loubet\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/felix-faure\"><span>Félix Faure</span>\n                                                                    1895 - 1899\n                                                            </a>",
                      "target": [
                        "a[href$=\"felix-faure\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/jean-casimir-perier\"><span>Jean Casimir-Perier</span>\n                                                                    1894 - 1895\n                                                            </a>",
                      "target": [
                        "a[href$=\"jean-casimir-perier\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/sadi-carnot\"><span>Sadi Carnot</span>\n                                                                    1887 - 1894\n                                                            </a>",
                      "target": [
                        "a[href$=\"sadi-carnot\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/jules-grevy\"><span>Jules Grévy</span>\n                                                                    1879 - 1887\n                                                            </a>",
                      "target": [
                        "a[href$=\"jules-grevy\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/patrice-de-mac-mahon\"><span>Patrice de Mac Mahon</span>\n                                                                    1873 - 1879\n                                                            </a>",
                      "target": [
                        "a[href$=\"patrice-de-mac-mahon\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/adolphe-thiers\"><span>Adolphe Thiers</span>\n                                                                    1871 - 1873\n                                                            </a>",
                      "target": [
                        "a[href$=\"adolphe-thiers\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/louis-napoleon-bonaparte\"><span>Louis-Napoléon Bonaparte</span>\n                                                                    1848 - 1851\n                                                            </a>",
                      "target": [
                        "a[href$=\"louis-napoleon-bonaparte\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/emmanuel-macron": {
      "title": "Emmanuel Macron | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure role=\"group\" aria-label=\"Portrait officiel du Président Emmanuel Macron.jpg Soazig de la Moissonnière / DILA-La Documentation française\">",
              "target": [
                "figure[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-socials\" aria-hidden=\"true\">",
              "target": [
                "#p-socials"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"cta cta--icon-before cta--icon-inverted cta--animated cta--animated-forward\">",
              "target": [
                ".cta"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n            <span class=\"pre-title\">\n                                    In office\n                            </span>\n            Emmanuel Macron\n        </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"pre-title\">\n                                    In office\n                            </span>",
              "target": [
                ".pre-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                "figcaption > div"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"strong space-bottom-xs d-inline-block\">\n                                        Emmanuel Macron\n                                    </span>",
              "target": [
                ".strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Contact the Presidency\n                </p>",
              "target": [
                ".space-bottom-m:nth-child(1) > .cta-module.container--thicker-xs > .cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#000000",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#000000"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        Send your message                     </span>",
              "target": [
                "a[eulerian-label=\"Send your message\"] > .space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Emmanuel Macron is the eighth President of the Fifth Republic of France.</p>",
              "target": [
                ".reset-last-space > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>He launched the movement «&nbsp;<a href=\"https://en-marche.fr/\">En Marche !</a>&nbsp;», founded on 6 April 2016, and was its leader until his victory in the presidential election on 7 May 2017.</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://en-marche.fr/\">En Marche !</a>",
              "target": [
                "a[href$=\"en-marche.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>On 24 April&nbsp;2022, Emmanuel Macron&nbsp;was re-elected President of the Republic.</p>",
              "target": [
                "p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Emmanuel Macron was born in December 1977 in Amiens, in the Somme department. He studied philosophy, and later attended the Ecole Nationale d’Administration (ENA) where he graduated in 2004.</p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Emmanuel Macron then joined the Inspectorate General of Finance where he worked for four years before entering the banking sector.</p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In 2012, he became Deputy General Secretary of the Presidency of the Republic. He left office in July 2014 and served as the Minister for Economy, Industry and Digital Affairs from August 2014 to August 2016.</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Inauguration of the Presidents of the Republic\n                </p>",
              "target": [
                ".space-bottom-m:nth-child(3) > .cta-module.container--thicker-xs > .cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#000000",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#000000"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        Discover the pictures                     </span>",
              "target": [
                "a[eulerian-label=\"Discover the pictures\"] > .space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Find out more about the role of the President of the Republic</h2>",
              "target": [
                ".bannerModule > .bannerModule-desc > .bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(1) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                "li:nth-child(2) > .align-items-center.badge-container.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 2 January 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-desc-logo > .bannerModule-desc > .bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(25) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(25) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>He launched the movement «&nbsp;<a href=\"https://en-marche.fr/\">En Marche !</a>&nbsp;», founded on 6 April 2016, and was its leader until his victory in the presidential election on 7 May 2017.</p>",
                      "target": [
                        "p:nth-child(3)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://en-marche.fr/\">En Marche !</a>",
              "target": [
                "a[href$=\"en-marche.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"cta cta--icon-before cta--icon-inverted cta--animated cta--animated-forward\">",
                      "target": [
                        ".cta"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a class=\"cta--CS eulerian-dsfr\" href=\"https://www.elysee.fr/en/contact/\" title=\"New window:Send your message. Contact the Presidency\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"Send your message\" eulerian-component-hierarchy=\"cta_>_module_>_link\">",
                      "target": [
                        "a[eulerian-label=\"Send your message\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://en-marche.fr/\">En Marche !</a>",
                      "target": [
                        "a[href$=\"en-marche.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:Discover ...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"Discover the picture...\" eulerian-component-h...=\"cta_>_module_>_link\">",
                      "target": [
                        "a[eulerian-label=\"Discover the pictures\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\" class=\"d-flex align-items-center badge-container\">",
                      "target": [
                        "li:nth-child(1) > .align-items-center.badge-container.d-flex"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered\" class=\"d-flex align-items-center badge-container\">",
                      "target": [
                        "li:nth-child(2) > .align-items-center.badge-container.d-flex"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".link-extended"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/emmanuel-macron",
      "originalUrl": "https://www.elysee.fr/en/emmanuel-macron",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/all-actualities": {
      "title": "All news of the French presidency | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom bg-lightergrey \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"actualities-header container space-top-m space-bottom-s alwaysSticky\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modal-container actualityModal oneElementFilter filters-modal\" role=\"dialog\" aria-labelledby=\"modal-title\" aria-hidden=\"true\">",
              "target": [
                ".modal-container"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-default actualities\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"actualities-header container space-top-m space-bottom-s alwaysSticky\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"modal-container actualityModal oneElementFilter filters-modal\" role=\"dialog\" aria-labelledby=\"modal-title\" aria-hidden=\"true\">",
              "target": [
                ".modal-container"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#6d6d6d",
                    "bgColor": "#ffffff",
                    "contrastRatio": 5.17,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.17"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#6d6d6d",
                    "bgColor": "#ffffff",
                    "contrastRatio": 5.17,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 5.17"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-bottom-m\">All news on the elysee.fr website</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>At this time</h2>",
              "target": [
                ".moduleTitle > h2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"text\">All articles</span>",
              "target": [
                "#all-articles-link > .text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">19 May 2025</span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>\n                                                                                    8th Edition of the Choose France Summit.\n                                                                            </span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">27 March 2025</span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>\n                                                                                    Meeting on Peace and Security for Ukraine.\n                                                                            </span>",
              "target": [
                ".homepageNewsModule > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">20 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Strait of Hormuz maritime navigation initiative.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">8 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement following the ceasefire between the United States and Iran.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>One Health &amp; Beyond: A Multi-Stakeholder Declaration.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint political declaration on the reform of the global health architecture.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>One Health Summit: better health for all life and the planet.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">3 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>From France to the Republic of Korea: our commitment for the preservation of the Ocean.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">3 April 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement between the President of the French Republic and the President of the Republic of Korea.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">19 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement from leaders of France, Germany, Italy, Japan, the Netherlands, and the United Kingdom on the strait of Hormuz.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Africa Forward: Africa-France Partnerships for Innovation and Growth Summit.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>National Defence and Security Council on the situation in Iran and the Middle East</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">16 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement by the leaders of Canada, France, Germany, Italy and the United Kingdom on the escalating conflict between Israel and Hezbollah.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">12 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Private sector’s Statement on Nuclear Energy Financing.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">11 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement by the G7 Presidency.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">11 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Declaration of the Nuclear Alliance.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Safe and affordable nuclear energy for all</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement on nuclear financing.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">2 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Visit to the Île Longue Operational Base.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">2 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint declaration of President Macron and Chancellor Merz.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">1 March 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement by the Leaders of France, Germany and the United Kingdom on indiscriminate Iranian attacks on countries in the region.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">28 February 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement by the Leaders of France, Germany and the United Kingdom on Iran.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">24 February 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>G7 leaders’ statement on the war in Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">24 February 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Co-Chairs statement – Meeting of the Coalition of the Willing.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 February 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>India – France Joint Statement.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">20 January 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>World Economic Forum 2026 in Davos.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 January 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement by Denmark, Finland, France, Germany, the Netherlands, Norway, Sweden and the United Kingdom.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 January 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Leader’s Declaration of France, the United Kingdom and Germany on the situation in Iran.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">6 January 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Paris Declaration - Robust Security Guarantees for a Solid and Lasting Peace in Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">6 January 2026</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement on Greenland.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 December 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>New UK-France Nuclear Steering Group met for the first time in Paris.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 December 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement Between the French Republic and the People’s Republic of China on Enhancing Global Governance.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 December 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Declaration on Further Cooperation in the Peaceful Uses of Nuclear Energy between the People's Republic of China and the French Republic.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 December 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement between the French Republic and the People’s Republic of China on Cooperation in Addressing Global Climate and Environmental Challenges.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 December 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint Statement between the French Republic and the People’s Republic of China on the situation on Ukraine and the situation on Palestine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">25 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Chairs’ statement following 25 November Coalition of the Willing Leaders’ meeting.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">23 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Visit to South Africa.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">22 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Leaders’ statement on Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Summit on European Digital Sovereignty in Berlin.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Germany, France and the European Commission launch Frontier AI Initiative at the Summit on European Digital Sovereignty.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Achieving Europe’s Cloud and Data Sovereignty.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Fairer Markets in Support of Digital Sovereignty.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Simplification of the EU Digital Rulebook.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">18 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Summit on European Digital Sovereignty Delivers Landmark Commitments for a more competitive and sovereign Europe.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">6 November 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint press release - The Belém Call</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">29 October 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Paris Declaration on Multilateral Action for Information Integrity and Independent Media.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">24 October 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Chairs’ statement following 24 October Coalition of the Willing Leaders’ meeting.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">24 October 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Videoconference meeting of the Coalition of the Willing for Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">23 October 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>European Council of October 2025, in Brussels.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">21 October 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement on peace for Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">24 September 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>80th session of the United Nations General Assembly: last day.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">23 September 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>80th session of the United Nations General Assembly: day 2.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">22 September 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>80th session of the United Nations General Assembly in New York: opening day.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">2 September 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Conclusions of the Franco-German Defence and Security Council.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">1 September 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Franco-German Economic Agenda.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">19 August 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting in Washington alongside President Zelensky.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 August 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement of the co-chairs of the Coalition of the Willing, 17 August 2025.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">13 August 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement of the Co-chairs of the Coalition of the Willing.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">23 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint communiqué from Vanuatu and France on their commitment to maritime delimitation.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint communiqué on the occasion of the visit to France by His Highness the Amir of Kuwait, Sheikh Meshal Al-Ahmad Al-Jaber Al-Sabah.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">14 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint declaration of the 37th UK-France Summit.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>State Visit to the United Kingdom: third day.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Statement of the Coalition of the Willing meeting.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>State Visit to the United Kingdom: second day.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">8 July 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>State Visit to the United Kingdom: first day.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">30 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Pact for Prosperity, People and the Planet (4P) meeting in Sevilla.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">30 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Launch of a coalition for premium flyers contribution to fair transitions and resilience.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">22 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>E3 leaders’ declaration on the situation in the Middle East.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>G7 Leaders’ Statement on Recent Developments Between Israel And Iran.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">16 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Nice Commitments for the Ocean.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">15 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Official visit to Greenland.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">11 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Visit to VivaTechnology.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Final Declaration of the 6th Pacific-France Summit in Nice.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">10 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>UN Ocean Conference in Nice : Day Three.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>UN Ocean Conference in Nice: Day Two.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>For a Preserved Ocean: Protecting the Deep Sea on the High Seas from Mining.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">8 June 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>UN Ocean Conference in Nice : Day One.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">28 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Speeches</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>France-Indonesia Joint Declaration on the peaceful resolution of the question of Palestine and the implementation of the two-State solution</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">28 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement between the President of the Republic of Indonesia h.e. Prabowo Subianto and the President of the french Republic h.e. Emmanuel Macron on the state visit by h.e. Emmanuel Macron to Indonesia\nPolitics</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">26 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement on Independence Day of Georgia.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">19 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint statement from the leaders of the United Kingdom, France and Canada on the situation in Gaza and the West Bank.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">19 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>8th Edition of the Choose France Summit.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">15 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>20th Anniversary of the Global Markets Conference.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">12 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Inauguration of EssilorLuxottica’s Centre of Excellence.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">12 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Visit of the President of the French Republic to Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Signing of the Franco-Polish Friendship Treaty in Nancy.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">9 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Video Message from the President of the Republic for the Peoples' Summit for Peace in Jerusalem – 9 May 2025.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting with Ahmed Al-Charaa, Interim President of the Syrian Transitional Authorities.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>A Franco-German “reset” for Europe.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 May 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Launch of \"Choose Europe for Science\" at the Sorbonne.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 April 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting with Steve Witkoff, Special Envoy of President Trump, and Marco Rubio, U.S. Secretary of State.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">7 April 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Joint press release following the summit between France, Egypt and Jordan on the situation in Gaza.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">31 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Syria Roadmap - Eastern Mediterranean Quint Meeting.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">27 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Meeting on Peace and Security for Ukraine.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">20 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>European Council – 20 &amp; 21 March 2025.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">17 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Working lunch with the Prime Minister of Canada, Mark Carney.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">6 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Extraordinary European Council – 6 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">5 March 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Speeches</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Address to the French People.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">25 February 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Article</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Visit to Washington.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#ffffff",
                    "contrastRatio": 4.54,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 4.54"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-date\">11 February 2025</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-date"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"newsBlock-cat\">Press release</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > .newsBlock-cat"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Paris Charter on Artificial Intelligence in the Public Interest.</span>",
              "target": [
                ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link > span:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "modal-title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"modal-title\" class=\"modal-filters-title\">Filter my search</h2>",
              "target": [
                "#modal-title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom bg-lightergrey \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<button id=\"all-articles-link\" class=\"d-flex align-items-center badge-container\">",
                      "target": [
                        "#all-articles-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/8th-edition-of-the-choose-france-summit\" class=\"newsBlock-link\">",
                      "target": [
                        ".homepageNewsModule > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/27/meeting-on-peace-and-security-for-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".homepageNewsModule > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(2) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/08/joint-statement-following-the-ceasefire-between-the-united-states-and-iran\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(3) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/one-health-beyond-a-multi-stakeholder-declaration\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/joint-political-declaration-on-the-reform-of-the-global-health-architecture\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(4) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/07/one-health-summit-better-health-for-all-life-and-the-planet\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/03/from-france-to-the-republic-of-korea-our-commitment-for-the-preservation-of-the-ocean\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(5) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/03/joint-statement-between-the-president-of-the-french-republic-and-the-president-of-the-republic-of-korea\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/19/joint-statement-from-leaders-of-france-germany-italy-japan-the-netherlands-and-the-united-kingdom-on-the-strait-of-hormuz\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(6) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/17/africa-forward-africa-france-partnerships-for-innovation-and-growth-summit\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/17/national-defence-and-security-council-on-the-situation-in-iran-and-the-middle-east\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(7) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/16/statement-by-the-leaders-of-canada-france-germany-italy-and-the-united-kingdom-on-the-escalating-conflict-between-israel-and-hezbollah\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/12/private-sectors-statement-on-nuclear-energy-financing\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(8) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/11/statement-by-the-g7-presidency\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/11/declaration-of-the-nuclear-alliance\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(9) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/10/safe-and-affordable-nuclear-energy-for-all\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/10/statement-on-nuclear-financing\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(10) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/02/visit-to-the-ile-longue-operational-base\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/02/joint-declaration-of-president-macron-and-chancellor-merz\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(11) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/03/01/joint-statement-by-the-leaders-of-france-germany-and-the-united-kingdom-on-indiscriminate-iranian-attacks-on-countries-in-the-region\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/02/28/joint-statement-by-the-leaders-of-france-germany-and-the-united-kingdom-on-iran\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(12) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/02/24/g7-leaders-statement-on-the-war-in-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/02/24/co-chairs-statement-meeting-of-the-coalition-of-the-willing\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(13) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/02/17/india-france-joint-statement-1\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/01/20/world-economic-forum-2026-in-davos\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(14) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/01/18/statement-by-denmark-finland-france-germany-the-netherlands-norway-sweden-and-the-united-kingdom\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/01/09/leaders-declaration-of-france-the-united-kingdom-and-germany-on-the-situation-in-iran\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(15) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/01/06/robust-security-guarantees-for-a-solid-and-lasting-peace-in-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2026/01/06/joint-statement-on-greenland\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(16) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/12/18/new-uk-france-nuclear-steering-group-met-for-the-first-time-in-paris\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/12/05/joint-statement-between-the-french-republic-and-the-peoples-republic-of-china-on-enhancing-global-governance\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(17) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/12/05/joint-declaration-on-further-cooperation-in-the-peaceful-uses-of-nuclear-energy-between-the-peoples-republic-of-china-and-the-french-republic\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/12/05/joint-statement-between-the-french-republic-and-the-peoples-republic-of-china-on-cooperation-in-addressing-global-climate-and-environmental-challenges\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(18) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/12/05/joint-statement-between-the-french-republic-and-the-peoples-republic-of-china-on-the-situation-on-ukraine-and-the-situation-on-palestine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/25/chairs-statement-following-25-november-coalition-of-the-willing-leaders-meeting\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(19) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/23/visit-to-south-africa\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/22/leaders-statement-on-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(20) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/summit-on-european-digital-sovereignty-in-berlin\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/germany-france-and-the-european-commission-launch-frontier-ai-initiative-at-the-summit-on-european-digital-sovereignty\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(21) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/achieving-europes-cloud-and-data-sovereignty\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/fairer-markets-in-support-of-digital-sovereignty\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(22) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/simplification-of-the-eu-digital-rulebook\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/18/summit-on-european-digital-sovereignty-delivers-landmark-commitments-for-a-more-competitive-and-sovereign-europe\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(23) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/11/06/joint-press-release-the-belem-call\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/10/29/paris-declaration-on-multilateral-action-for-information-integrity-and-independent-media\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(24) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/10/24/chairs-statement-following-24-october-coalition-of-the-willing-leaders-meeting\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/10/24/videoconference-meeting-of-the-coalition-of-the-willing-for-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(25) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/10/23/european-council-of-october-2025-in-brussels\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/10/21/joint-statement-on-peace-for-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(26) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/09/24/80th-session-of-the-united-nations-general-assembly-last-day\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/09/23/80th-session-of-the-united-nations-general-assembly-day-2\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(27) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/09/22/80th-session-of-the-united-nations-general-assembly-in-new-york-opening-day\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/09/02/conclusions-of-the-franco-german-defence-and-security-council\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(28) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/09/01/franco-german-economic-agenda\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/08/19/meeting-in-washington-alongside-president-zelensky\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(29) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/08/17/statement-of-the-co-chairs-of-the-coalition-of-the-willing-17-august-2025\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/08/13/statement-of-the-co-chairs-of-the-coalition-of-the-willing\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(30) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/23/joint-communique-from-vanuatu-and-france-on-their-commitment-to-maritime-delimitation\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/17/joint-communique-on-the-occasion-of-the-visit-to-france-by-his-highness-the-amir-of-kuwait-sheikh-meshal-al-ahmad-al-jaber-al-sabah\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(31) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/14/joint-declaration-of-the-37th-uk-france-summit\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/10/state-visit-to-the-united-kingdom-third-day\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(32) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/10/statement-of-the-coalition-of-the-willing-meeting\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/09/state-visit-to-the-united-kingdom-second-day\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(33) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/07/08/state-visit-to-the-united-kingdom-first-day\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/30/pact-for-prosperity-people-and-the-planet-4p-meeting-in-sevilla\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(34) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/30/launch-of-a-coalition-for-premium-flyers-contribution-to-fair-transitions-and-resilience\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/22/e3-leaders-declaration-on-the-situation-in-the-middle-east\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(35) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/17/g7-leaders-statement-on-recent-developments-between-israel-and-iran\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/16/the-nice-commitments-for-the-ocean\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(36) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/15/official-visit-to-greenland\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/11/visit-to-vivatechnology\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(37) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/10/final-declaration-of-the-6th-pacific-france-summit-in-nice\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/10/un-ocean-conference-in-nice-day-three\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(38) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/09/un-ocean-conference-in-nice-day-two\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/09/for-a-preserved-ocean-protecting-the-deep-sea-on-the-high-seas-from-mining\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(39) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/06/08/un-ocean-conference-in-nice-day-one\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/28/france-indonesia-joint-declaration-on-the-peaceful-resolution-of-the-question-of-palestine-and-the-implementation-of-the-two-state-solution\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(40) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.f...\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/26/joint-statement-on-independence-day-of-georgia\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(41) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/joint-statement-from-the-leaders-of-the-united-kingdom-france-and-canada-on-the-situation-in-gaza-and-the-west-bank\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/19/8th-edition-of-the-choose-france-summit\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(42) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/15/20th-anniversary-of-the-global-markets-conference\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/12/inauguration-of-essilorluxotticas-centre-of-excellence\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(43) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/12/visit-of-the-president-of-the-french-republic-to-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/09/signing-of-the-franco-polish-friendship-treaty-in-nancy\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(44) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/09/video-message-from-the-president-of-the-republic-for-the-peoples-summit-for-peace-in-jerusalem-9-may-2025\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/07/meeting-with-ahmed-al-charaa-interim-president-of-the-syrian-transitional-authorities\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(45) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/07/a-franco-german-reset-for-europe\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/05/05/launch-of-choose-europe-for-science-at-the-sorbonne\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(46) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/04/17/meeting-with-steve-witkoff-special-envoy-of-president-trump-and-marco-rubio-u-s-secretary-of-state\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/04/07/joint-press-release-following-the-summit-between-france-egypt-and-jordan-on-the-situation-in-gaza\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(47) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/31/syria-roadmap-eastern-mediterranean-quint-meeting\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/27/meeting-on-peace-and-security-for-ukraine\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(48) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/20/european-council-20-21-march-2025\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/17/working-lunch-with-the-prime-minister-of-canada-mark-carney\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(49) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/06/extraordinary-european-council-6-march-2025\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/03/05/address-to-the-french-people\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(50) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/02/25/visit-to-washington\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(1) > .newsBlock-title > .newsBlock-link"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron/2025/02/11/the-paris-charter-on-artificial-intelligence-in-the-public-interest\" class=\"newsBlock-link\">",
                      "target": [
                        ".first-actualities.actualities-publications.newsBlock:nth-child(51) > .newsBlock-item.shown:nth-child(2) > .newsBlock-title > .newsBlock-link"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "#footer1-list1 > li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "#footer1-list1 > li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > .footer-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/all-actualities",
      "originalUrl": "https://www.elysee.fr/en/all-actualities",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/brigitte-macron": {
      "title": "Brigitte Macron | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Official portrait of Brigitte Macron, © French Presidency, Soazig de la Moissonnière\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                    <span class=\"pre-title\">FIRST LADY</span>\n                                Brigitte Macron\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"pre-title\">FIRST LADY</span>",
              "target": [
                ".pre-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figcaption class=\"space-top-xs text-small\">\n                    Official portrait of Brigitte Macron, © French Presidency, Soazig de la Moissonnière\n                </figcaption>",
              "target": [
                "figcaption"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Brigitte Macron was born in Amiens on 13 April 1953.</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>She has three children from her first marriage (Sébastien, born 1975; Laurence, born 1977; and Tiphaine, born 1984) and seven grandchildren.</p>",
              "target": [
                "p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>She met Emmanuel Macron at a theatre workshop she was running at Lycée La Providence in Amiens. They were married in Le Touquet on 20 October 2007.</p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Professional life</h2>",
              "target": [
                "h2:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Brigitte Macron has a Master of Arts degree and a secondary school teaching qualification in French language and literature. She began her career in Paris, before teaching at Collège Lucie Berger in Strasbourg.</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>She returned to Amiens in 1991, where she taught French and Latin at Lycée La Providence.</p>",
              "target": [
                "p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In 2007, she moved to Paris to teach at Lycée Saint-Louis de Gonzague. She stopped teaching in 2015.</p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Public life and commitments</h2>",
              "target": [
                "h2:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>From 2016, Brigitte Macron joined her husband in the Presidential campaign.</p>",
              "target": [
                "p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Emmanuel Macron was elected President of the French Republic on 7 May 2017. She lives with him at the Élysée Palace.</p>",
              "target": [
                "p:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat\">transparency charter relating to the status of the spouse of the Head of State</a>",
              "target": [
                "p:nth-child(13) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In June 2019, Brigitte Macron was elected chair of the Hospitals of Paris-Hospitals of France Foundation, which works to improve the daily lives of patients, carers and healthcare personnel.</p>",
              "target": [
                "p:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    The transparency charter relating to the status of the spouse of the Head of State\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#000000",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#000000"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        More                     </span>",
              "target": [
                ".space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 3 January 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>",
                      "target": [
                        "p:nth-child(13)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat\">transparency charter relating to the status of the spouse of the Head of State</a>",
              "target": [
                "p:nth-child(13) > a"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat\">transparency charter relating to the status of the spouse of the Head of State</a>",
                      "target": [
                        "p:nth-child(13) > a"
                      ]
                    },
                    {
                      "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:More. The...\" eulerian-action=\"external_link_>_More...\" eulerian-label=\"More\" eulerian-component-h...=\"cta_>_module_>_link\" target=\"_blank\" rel=\"noopener noreferrer\">",
                      "target": [
                        ".cta--CS"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(3)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Private life</h2>",
              "target": [
                ".reset-last-space > h2:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/brigitte-macron",
      "originalUrl": "https://www.elysee.fr/en/brigitte-macron",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/presidential-team": {
      "title": "Presidential team | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Presidential team\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-190 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Emmanuel MOULIN</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>General&nbsp;Vincent GIRAUD</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Patrice FAURE</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Emmanuel BONNE</b>",
              "target": [
                "#moduleAnchor-190 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3) > b:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "b:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Matthieu LANDON</strong>",
              "target": [
                "strong:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mrs.&nbsp;</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Constance BENSUSSAN</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;Tristan BROMET</b>",
              "target": [
                "b:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Yannick DESBOIS&nbsp;</strong>",
              "target": [
                "strong:nth-child(19)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;Bruno ROGER-PETIT</b>",
              "target": [
                "b:nth-child(21)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. </b>",
              "target": [
                "b:nth-child(23)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Laurent CARRIÉ</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(24)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs&nbsp;Sibylle SAMOYAULT</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(26)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs Claire CUSSEMANE</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(28)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>&nbsp;Mr. Pierre-Gaël BESSIÈRE&nbsp;</strong>",
              "target": [
                "strong:nth-child(30)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Malo TRICCA</strong>",
              "target": [
                "strong:nth-child(32)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Sovereign Duties Unit</h3>",
              "target": [
                "h3:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>&nbsp;Mrs. Violaine DEMARET</b>",
              "target": [
                "p:nth-child(5) > b:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Xavier RONSIN</strong>",
              "target": [
                "p:nth-child(5) > strong:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs. Lisa GAMGANI</strong>",
              "target": [
                "p:nth-child(5) > strong:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Laurent CARRIÉ</strong>",
              "target": [
                "p:nth-child(5) > strong:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Olivier JACOB</b>",
              "target": [
                "p:nth-child(5) > b:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Diplomatic Unit</h3>",
              "target": [
                "h3:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. </b>",
              "target": [
                "p:nth-child(7) > b:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Alexis DUTERTRE</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(7) > b:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Jérémie ROBERT</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mrs. </b>",
              "target": [
                "p:nth-child(7) > b:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Dora CATTUTI</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b> Mrs. </b>",
              "target": [
                "b:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Julie LE SAOS</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>&nbsp;Mr. Bertrand BUCHWALTER</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs. Camille MORFOUACE DE BROUCKER</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs.&nbsp;</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Gabrielle ROUSSEAU</b>",
              "target": [
                "p:nth-child(7) > b:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. </b>",
              "target": [
                "b:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Eric PARIDIMAL</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(21)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs.&nbsp;</strong>",
              "target": [
                "strong:nth-child(23)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Alix MAISONNAVE</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(24)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong> Mr. Paul SOLER</strong>",
              "target": [
                "p:nth-child(7) > strong:nth-child(26)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Xavier CHATEL DE BRANCION</strong>",
              "target": [
                "strong:nth-child(29)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Social and Health Unit</h3>",
              "target": [
                "h3:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Health, Disabilities and Old Age Adviser&nbsp;:&nbsp;<strong>Mr.&nbsp;Gregory EMERY</strong><br>\nSocial Adviser&nbsp;: <b>Mrs.&nbsp;</b><strong>Bénédicte LEGRAND JUNG</strong></p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr.&nbsp;Gregory EMERY</strong>",
              "target": [
                "p:nth-child(9) > strong:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mrs.&nbsp;</b>",
              "target": [
                "p:nth-child(9) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Bénédicte LEGRAND JUNG</strong>",
              "target": [
                "p:nth-child(9) > strong:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>National and Higher Education, Research, Innovation, Sport and Culture Unit</h3>",
              "target": [
                "h3:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>National and Higher Education, Research and Innovation Adviser&nbsp;:&nbsp;<b>Mr. </b><strong>Gilles HALBOUT</strong><br>\nSport, Voluntary Sector and Youth Adviser&nbsp;:&nbsp;<b>Mr.&nbsp;</b><strong>William ELMAN</strong><br>\nCulture Adviser: <strong>Mr. Nicolas IDIER</strong></p>",
              "target": [
                "p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. </b>",
              "target": [
                "p:nth-child(11) > b:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Gilles HALBOUT</strong>",
              "target": [
                "p:nth-child(11) > strong:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(11) > b:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>William ELMAN</strong>",
              "target": [
                "p:nth-child(11) > strong:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Nicolas IDIER</strong>",
              "target": [
                "p:nth-child(11) > strong:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Economy Unit</h3>",
              "target": [
                "h3:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;Matthieu LANDON</b>",
              "target": [
                "p:nth-child(13) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs.&nbsp;Claire VERNET-GARNIER&nbsp;</strong>",
              "target": [
                "p:nth-child(13) > strong:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong> Mrs. Clémence LENOIR</strong>",
              "target": [
                "p:nth-child(13) > strong:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs. Victoire VANDEVILLE</strong>",
              "target": [
                "p:nth-child(13) > strong:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Ecology, Agriculture, Energy, Transport and Housing Unit</h3>",
              "target": [
                "h3:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Energy, climate and Transport Adviser&nbsp;: <b>Mr.&nbsp;Nicolas CLAUSSET</b></p>",
              "target": [
                "p:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;Nicolas CLAUSSET</b>",
              "target": [
                "p:nth-child(15) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Parliamentary Unit</h3>",
              "target": [
                "h3:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Adviser&nbsp;:&nbsp;<b>Mr. Grégoire POTTON</b><br>\nParliamentary Adviser&nbsp;:<b> Mr. Pierrick PERROT</b><br>\nAdviser&nbsp;:&nbsp;<b>Mr. Déobal GOBIN</b></p>",
              "target": [
                "p:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Grégoire POTTON</b>",
              "target": [
                "p:nth-child(17) > b:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b> Mr. Pierrick PERROT</b>",
              "target": [
                "p:nth-child(17) > b:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Déobal GOBIN</b>",
              "target": [
                "p:nth-child(17) > b:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Communication Unit</h3>",
              "target": [
                "h3:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(19)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr.</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Jonathan GUÉMAS</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong> Mr.&nbsp;</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Jean-Noël LADOIS</b>",
              "target": [
                "p:nth-child(19) > b:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Jonas BAYARD</b>",
              "target": [
                "p:nth-child(19) > b:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong> Mr. Olivier ALEXANIAN</strong>",
              "target": [
                "strong:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Baptiste ROSSI</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Guillaume ROZIER</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mrs.</strong>",
              "target": [
                "p:nth-child(19) > strong:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Soazig DE LA MOISSONNIERE</strong>",
              "target": [
                "strong:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Military Staff of the President of the Republic</h2>",
              "target": [
                "h2:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(21)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>General </strong>",
              "target": [
                "p:nth-child(21) > strong:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Vincent GIRAUD</b>",
              "target": [
                "b:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>- Colonel&nbsp;</strong>",
              "target": [
                "p:nth-child(21) > strong:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Charles DE MONICAULT</b>",
              "target": [
                "p:nth-child(21) > b:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>- Commander Damien APPRIOU<br>\n-&nbsp;Colonel </strong>",
              "target": [
                "p:nth-child(21) > strong:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Arnaud BOUILLAND</b>",
              "target": [
                "p:nth-child(21) > b:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Chief Commissary, first class, Jean LE ROCH</b>",
              "target": [
                "p:nth-child(21) > b:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Doctor Jean-Christophe PERROCHON</b>",
              "target": [
                "p:nth-child(21) > b:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>- Colonel Antoine BURTIN<br>\n- Commander </strong>",
              "target": [
                "p:nth-child(21) > strong:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Loïc LE PENNEC</b>",
              "target": [
                "p:nth-child(21) > b:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>- Lieutenant-colonel</strong>",
              "target": [
                "strong:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Yann de VAULX</strong>",
              "target": [
                "p:nth-child(21) > strong:nth-child(21)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>National Intelligence and Counter-Terrorism Coordination</h2>",
              "target": [
                "h2:nth-child(22)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(23)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Pascal MAILHOS</strong>",
              "target": [
                "p:nth-child(23) > strong:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(23) > b:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Thierry WILEY</b>",
              "target": [
                "p:nth-child(23) > b:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr.&nbsp;</b>",
              "target": [
                "p:nth-child(23) > b:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Arnaud GUINIER</strong>",
              "target": [
                "p:nth-child(23) > strong:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-144131 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Mr. Yannick DESBOIS&nbsp;</strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mr. Arnaud JOLENS</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mrs. Laurence LASSERRE</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Mrs. Florence LEVERINO</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Chief Superintendent Georges SALINAS</b>",
              "target": [
                "#moduleAnchor-144131 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3) > b:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Colonel </strong>",
              "target": [
                "p:nth-child(3) > strong:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Sébastien SALVADOR</b>",
              "target": [
                "p:nth-child(3) > b:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 13 December 2024</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(1)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Private Office of the President of the Republic</h2>",
              "target": [
                "#moduleAnchor-190 > .reset-last-space.ck-styled[dir=\"auto\"] > h2:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(2)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Services of the Presidency of the Republic</h2>",
              "target": [
                "#moduleAnchor-144131 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/presidential-team",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/presidential-team",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/founding-texts": {
      "title": "Founding texts | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Founding texts\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In the past two centuries, with every new format of government, France has had a founding text that describes its aspirations and principles.&nbsp;</p>",
              "target": [
                "#moduleAnchor-165750 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitution of 3 September 1791</li>",
              "target": [
                "#moduleAnchor-165750 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitution of 24 June 1793</li>",
              "target": [
                "#moduleAnchor-165750 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitution of 5 Fructidor, Year III (22 August 1795)</li>",
              "target": [
                "#moduleAnchor-165750 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitution of 22 Frimaire, Year VIII (13 December 1799)</li>",
              "target": [
                "#moduleAnchor-165750 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Senatus-Consulte of 16 Thermidor, Year X (4 August 1802)</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Organic Senatus-Consulte of 28 Floréal, Year XII</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitutional Charter of 4 June 1814</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Additional Act to the Constitutions of 22 April 1815</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Constitutional Charter of 14 August 1830</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-constitution-of-4-november-1848\">The Constitution of 4 November 1848</a>",
              "target": [
                "li:nth-child(10) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-constitution-of-14-january-1852-and-its-modifications\">The Constitution of 14 January 1852 and its modifications</a>",
              "target": [
                "li:nth-child(11) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-constitutional-acts-of-1875\">The Constitutional Acts of 1875</a>",
              "target": [
                "li:nth-child(12) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-constitution-of-27-october-1946\">The Constitution of 27 October 1946</a>",
              "target": [
                "li:nth-child(13) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-17661 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">The&nbsp;Constitution of 1958</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-declaration-of-the-rights-of-man-and-of-the-citizen\">The Declaration of the Rights of Man and of the Citizen</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/preamble-to-the-constitution-of-october-27th-1946\">Preamble of the Constitution of 27 October 1946</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-charter-for-the-environment\">The Charter for the Environment</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Back to the history\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 15 December 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/french-presidency/the-constitution-of-4-november-1848\">The Constitution of 4 November 1848</a>",
                      "target": [
                        "li:nth-child(10) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-constitution-of-14-january-1852-and-its-modifications\">The Constitution of 14 January 1852 and its modifications</a>",
                      "target": [
                        "li:nth-child(11) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-constitutional-acts-of-1875\">The Constitutional Acts of 1875</a>",
                      "target": [
                        "li:nth-child(12) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-constitution-of-27-october-1946\">The Constitution of 27 October 1946</a>",
                      "target": [
                        "li:nth-child(13) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">The&nbsp;Constitution of 1958</a>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-declaration-of-the-rights-of-man-and-of-the-citizen\">The Declaration of the Rights of Man and of the Citizen</a>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/preamble-to-the-constitution-of-october-27th-1946\">Preamble of the Constitution of 27 October 1946</a>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-charter-for-the-environment\">The Charter for the Environment</a>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:. Back to...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"Back to the history\" eulerian-component-h...=\"cta_>_module_>_link\">",
                      "target": [
                        ".cta--CS"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/founding-texts",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/founding-texts",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-institutions": {
      "title": "The institutions | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The institutions\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-1300 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Head of State is elected for five years by direct universal suffrage (five-term mandate established following the referendum of 24 September 2000).</p>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p><a href=\"/en/emmanuel-macron\">Emmanuel Macron</a> was elected eighth President of the French Republic on 7 May 2017.</p>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">Emmanuel Macron</a>",
              "target": [
                "p:nth-child(4) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The President of the Republic appoints the Prime Minister, who proposes the members of government to the President, who then appoints them (Article 8 of the Constitution).</p>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The President chairs the Council of Ministers, enacts laws and is the head of the armed forces. The President can dissolve the National Assembly, and, in the event of serious crisis, exercise emergency powers (Article 16 of the Constitution).</p>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The presidential function in the Constitution</li>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\">Powers and responsibilities of the President of the Republic</a>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered\">The President of the Republic: Four questions answered</a>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Since Article 61-1, created by constitutional review of 23 July 2008, took effect, litigants may also submit a case to it, upon referral by the Conseil d’État or Court of Cassation, on the constitutionality of legislative provisions already enacted.</p>",
              "target": [
                "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.conseil-constitutionnel.fr/en\">www.conseil-constitutionnel.fr</a>",
              "target": [
                "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>The Prime Minister</h3>",
              "target": [
                "h3:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Prime Minister is accountable to the Parliament (Article 20 of the Constitution). He/she directs the actions of the Government action and ensures the implementation of legislation (Article 21 of the Constitution).</p>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>The Government and its make-up</h3>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > h3:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The ministers are appointed by the President of the Republic, on the recommendation of the Prime Minister (Article 8 of the Constitution).</p>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Under the leadership of the Prime Minister, the Government determines and conducts the nation’s policies.</p>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.gouvernement.fr/en/news\">www.gouvernement.fr</a>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Parliament has two houses:</p>",
              "target": [
                "#moduleAnchor-166664 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The Senate, elected through indirect universal suffrage and renewable by half every three years. The last election took place in September 2017. There are 348 senators.</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The National Assembly, with 577 deputies elected by direct universal suffrage for five years. The last election took place in June 2017.&nbsp;</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The two houses, in addition to their role monitoring the Government, draw up and vote on laws. In this respect, and in the event of disagreement, the National Assembly has the last word.</p>",
              "target": [
                "#moduleAnchor-166664 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "#moduleAnchor-166664 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://www.senat.fr/lng/en/index.html\">www.senat.fr</a>",
              "target": [
                "ul:nth-child(7) > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www2.assemblee-nationale.fr/langues/welcome-to-the-english-website-of-the-french-national-assembly\">www.assemblee-nationale.fr</a>",
              "target": [
                "ul:nth-child(7) > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Judicial order includes two types of jurisdictions.</p>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Civil jurisdictions:</h3>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > h3:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Criminal jurisdictions:</h3>",
              "target": [
                "h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>These jurisdictions deal with three levels of offences:</p>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>minor offences judged by the local criminal court (tribunal de police);</li>",
              "target": [
                "ul:nth-child(9) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>offences judged by the criminal court (tribunal correctionnel);</li>",
              "target": [
                "ul:nth-child(9) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>crimes judged by the assize court (cour d’assises).</li>",
              "target": [
                "ul:nth-child(9) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>There is also a specific jurisdiction that deals with both civil and criminal matters: the children’s court.</p>",
              "target": [
                "p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Court of Cassation, the highest judicial body, is responsible for examining appeals submitted against judgments handed down by the courts of appeal.</p>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>At the top of the administrative jurisdictions is the Conseil d’État, which is the court of last resort to judge the legality of administrative acts. It is also consulted for opinion by the Government concerning bills and certain draft decrees.</p>",
              "target": [
                "p:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "p:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.justice.gouv.fr\">www.justice.gouv.fr</a>",
              "target": [
                "a[href$=\"www.justice.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.conseil-etat.fr/en/\">www.conseil-etat.fr</a>",
              "target": [
                "ul:nth-child(14) > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Economic, Social and Environmental Council (CESE) is a consultative assembly whose primary purpose is to get civil society involved in the government’s economic, social and environmental policies.</p>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Its headquarters are located at the Palais d’Iéna, in Paris.</p>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>For further information:</p>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.lecese.fr/en\">www.lecese.fr</a>",
              "target": [
                "a[href=\"https://www.lecese.fr/en\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 14 December 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": "critical",
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p><a href=\"/en/emmanuel-macron\">Emmanuel Macron</a> was elected eighth President of the French Republic on 7 May 2017.</p>",
                      "target": [
                        "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(4)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">Emmanuel Macron</a>",
              "target": [
                "p:nth-child(4) > a[href$=\"emmanuel-macron\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        ".logo > a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">Emmanuel Macron</a>",
                      "target": [
                        "p:nth-child(4) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-role-of-the-president\">Powers and responsibilities of the President of the Republic</a>",
                      "target": [
                        "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered\">The President of the Republic: Four questions answered</a>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > ul > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.conseil-constitutionnel.fr/en\">www.conseil-constitutionnel.fr</a>",
                      "target": [
                        "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.gouvernement.fr/en/news\">www.gouvernement.fr</a>",
                      "target": [
                        "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > ul > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"http://www.senat.fr/lng/en/index.html\">www.senat.fr</a>",
                      "target": [
                        "ul:nth-child(7) > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www2.assemblee-nationale.fr/langues/welcome-to-the-english-website-of-the-french-national-assembly\">www.assemblee-nationale.fr</a>",
                      "target": [
                        "ul:nth-child(7) > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.justice.gouv.fr\">www.justice.gouv.fr</a>",
                      "target": [
                        "a[href$=\"www.justice.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.conseil-etat.fr/en/\">www.conseil-etat.fr</a>",
                      "target": [
                        "ul:nth-child(14) > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.lecese.fr/en\">www.lecese.fr</a>",
                      "target": [
                        "a[href=\"https://www.lecese.fr/en\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(1)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>The Constitution of 4 October 1958 governs the functioning of the institutions of the Fifth Republic.</h3>",
              "target": [
                "#moduleAnchor-1300 > .reset-last-space.ck-styled[dir=\"auto\"] > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(2)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The President of the Republic</h2>",
              "target": [
                "#moduleAnchor-166631 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(3)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The Constitutional Council</h2>",
              "target": [
                "#moduleAnchor-166642 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(4)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The Prime Minister and the Government</h2>",
              "target": [
                "#moduleAnchor-166653 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(5)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The Parliament</h2>",
              "target": [
                "#moduleAnchor-166664 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(6)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The justice system</h2>",
              "target": [
                "#moduleAnchor-166675 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(7)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>The Economic, Social and Environmental Council</h2>",
              "target": [
                "#moduleAnchor-166686 > .reset-last-space.ck-styled[dir=\"auto\"] > h2"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": "critical",
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "menu-mobile",
                  "relatedNodes": [
                    {
                      "html": "<ul class=\"navbar-nav\" id=\"menu-mobile\">",
                      "target": [
                        ".sub-nav-CS__sticky--mobile.d-md-none > .navbar-nav"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Document has multiple elements referenced with ARIA with the same id attribute: menu-mobile"
                }
              ],
              "all": [],
              "none": [],
              "impact": "critical",
              "html": "<ul class=\"navbar-nav\" id=\"menu-mobile\">",
              "target": [
                ".sub-nav-CS__sticky.d-md-none > .sub-nav-CS__sticky--mobile > .navbar-nav"
              ],
              "failureSummary": "Fix any of the following:\n  Document has multiple elements referenced with ARIA with the same id attribute: menu-mobile"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-institutions",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-institutions",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/cultural-space/patrimoine": {
      "title": "History of presidential residences | Élysée",
      "violations": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 4.16,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"cta4Blocks-text\">\n                Discover the stories of those who shaped the destiny of the French Republic\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(1) > .cta4Blocks-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 4.16,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"cta4Blocks-text\">\n                See the major texts upon which the French Republic has been founded since 1791\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(2) > .cta4Blocks-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 4.16,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"cta4Blocks-text\">\n                See the symbols of the French Republic: the flag, Marianne, the national anthem, the rooster\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(3) > .cta4Blocks-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#767676",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 4.16,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"cta4Blocks-text\">\n                Discover the institutions of the Fifth Republic: the President, the Constitutional Council, the Parliament, etc.\n            </p>",
              "target": [
                ".cta4Blocks-item.cta4Blocks-full:nth-child(4) > .cta4Blocks-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #767676, background color: #f2f5fe, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-CS\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                ".space-h-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"nav-CS\" id=\"navigation\">",
              "target": [
                ".nav-CS"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button role=\"button\" onclick=\"navigator.clipboard.writeText('https://www.elysee.fr/en/cultural-space/patrimoine#palais-evreux')\" aria-describedby=\"palais-evreux-heading\">\n                                    Copy link\n                                </button>",
              "target": [
                "button[aria-describedby=\"palais-evreux-heading\"][role=\"button\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"The aide-de-camp Room © Présidence de la République\">",
              "target": [
                "div[data-id=\"carousel-21664\"] > .item:nth-child(1) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Cleopatra Room © Présidence de la République -  Adagp, Paris, 2023\">",
              "target": [
                "div[data-id=\"carousel-21664\"] > .item:nth-child(2) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Ambassadors’ Room © Présidence de la République\">",
              "target": [
                "div[data-id=\"carousel-21664\"] > .item:nth-child(3) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Salon Pompadour © Présidence de la République\">",
              "target": [
                "div[data-id=\"carousel-21664\"] > .item:nth-child(4) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Portraits Room © Présidence de la République\">",
              "target": [
                ".item:nth-child(5) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Golden Room © Présidence de la République\">",
              "target": [
                ".item:nth-child(6) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Tapestry Room  © Présidence de la République\">",
              "target": [
                ".item:nth-child(7) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Murat Room  © Présidence de la République\">",
              "target": [
                ".item:nth-child(8) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Napoleon III Room  © Présidence de la République\">",
              "target": [
                ".item:nth-child(9) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Boudoir d'argent  © Présidence de la République\">",
              "target": [
                ".item:nth-child(10) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Salon vert  © Présidence de la République\">",
              "target": [
                ".item:nth-child(11) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Salon Paulin  © Présidence de la République\">",
              "target": [
                ".item:nth-child(12) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Pavoisé, Daniel Buren et Ora-Ito, 2021\">",
              "target": [
                "div[data-id=\"carousel-24636\"] > .item:nth-child(1) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Fleuves de France, Pablo Reinoso, 2024\">",
              "target": [
                "div[data-id=\"carousel-24636\"] > .item:nth-child(2) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Odyssée, Nathalie Junod-Ponsard, 2021\">",
              "target": [
                "div[data-id=\"carousel-24636\"] > .item:nth-child(3) > .img-fill > .w-100[role=\"group\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"w-100\" role=\"group\" aria-label=\"Dédale, Justin Weiler, 2023\">",
              "target": [
                "figure[aria-label=\"Dédale, Justin Weiler, 2023\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button role=\"button\" onclick=\"navigator.clipboard.writeText('https://www.elysee.fr/en/cultural-space/patrimoine#fort-de-bregancon')\" aria-describedby=\"fort-de-bregancon-heading\">\n                                    Copy link\n                                </button>",
              "target": [
                "button[aria-describedby=\"fort-de-bregancon-heading\"][role=\"button\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button role=\"button\" onclick=\"navigator.clipboard.writeText('https://www.elysee.fr/en/cultural-space/patrimoine#musee')\" aria-describedby=\"musee-heading\">\n                                    Copy link\n                                </button>",
              "target": [
                "button[aria-describedby=\"musee-heading\"][role=\"button\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"cultural-space theme-transparent\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h2--CS\">\n                Visit the iconic locations of the French Presidency and discover their history through digital technology.\n            </p>",
              "target": [
                ".h2--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label--CS\">01</span>",
              "target": [
                "#palais-evreux-heading > .label--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>From the monarchy to the Fifth Republic, with its many owners and multiple uses, the Élysée Palace has witnessed the construction of modern France. &nbsp;Reveal all its secrets and return to when it was built in 1722.</p>",
              "target": [
                ".reset-last-space > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21665\">History of the palace</h2>",
              "target": [
                "#carousel-21665"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21666\">Journey to the past</h2>",
              "target": [
                "#carousel-21666"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"btn btn--dot\">The beginnings</button>",
              "target": [
                ".btn.btn--dot[type=\"button\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"btn btn--dot\">Aux origines</button>",
              "target": [
                ".btn.btn--dot[type=\"button\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"btn btn--dot\">Au cœur du Palais</button>",
              "target": [
                ".btn.btn--dot[type=\"button\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21664\">Rooms of the Élysée palace</h2>",
              "target": [
                "#carousel-21664"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                ".section--CS__module.modules.m-t-l:nth-child(5) > .carousel.container.container2 > .moduleTitle > .align-items-center.d-flex.badge-container"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21668\">Virtual tour</h2>",
              "target": [
                "#carousel-21668"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-24636\">Art commission</h2>",
              "target": [
                "#carousel-24636"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/art-commission\" class=\"d-flex align-items-center badge-container\">",
              "target": [
                ".section--CS__module.modules.m-t-l:nth-child(7) > .carousel.container.container2 > .moduleTitle > .align-items-center.d-flex.badge-container"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label--CS\">02</span>",
              "target": [
                "#fort-de-bregancon-heading > .label--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21669\">Brégançon fort</h2>",
              "target": [
                "#carousel-21669"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Discover the other residencies used by the Presidency\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#000000",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#000000"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        More information                     </span>",
              "target": [
                ".space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"label--CS\">03</span>",
              "target": [
                "#musee-heading > .label--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 6.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"carousel-21670\">Gift shop</h2>",
              "target": [
                "#carousel-21670"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_former_presidents\" eulerian-label=\"former_presidents\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Former Presidents</a>",
              "target": [
                "a[eulerian-label=\"former_presidents\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_founding_texts\" eulerian-label=\"founding_texts\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Founding texts</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_founding_texts\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_symbols\" eulerian-label=\"symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Symbols</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_symbols\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_institutions\" eulerian-label=\"institutions\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Institutions</a>",
              "target": [
                "a[eulerian-action=\"internal_link_>_institutions\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "21.0pt (28px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_coco...\" eulerian-label=\"Discover and subscri...\" eulerian-component-h...=\"cocorico_>_module_>_...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.footer-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.footer-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "menu-mobile",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"navbar-nav\" id=\"menu-mobile\">",
              "target": [
                "#menu-mobile"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "palais-evreux-heading",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"palais-evreux-heading\">\n                        <span class=\"label--CS\">01</span>\n                        <span class=\"h1--CS lineBreak\">The Élysée palace</span>\n                    </h2>",
              "target": [
                "#palais-evreux-heading"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "collapseShare7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"collapse collapse-share\" id=\"collapseShare7\">",
              "target": [
                "#collapseShare7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "fort-de-bregancon-heading",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"fort-de-bregancon-heading\">\n                        <span class=\"label--CS\">02</span>\n                        <span class=\"h1--CS lineBreak\">Brégançon fort</span>\n                    </h2>",
              "target": [
                "#fort-de-bregancon-heading"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "collapseShare8",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"collapse collapse-share\" id=\"collapseShare8\">",
              "target": [
                "#collapseShare8"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "musee-heading",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 id=\"musee-heading\">\n                        <span class=\"label--CS\">03</span>\n                        <span class=\"h1--CS lineBreak\">The Maison Élysée</span>\n                    </h2>",
              "target": [
                "#musee-heading"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "collapseShare9",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"collapse collapse-share\" id=\"collapseShare9\">",
              "target": [
                "#collapseShare9"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(20) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(20) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link badge-container\" href=\"#palais-evreux\">",
                      "target": [
                        ".nav-item__link.badge-container[href$=\"#palais-evreux\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link badge-container\" href=\"#fort-de-bregancon\">",
                      "target": [
                        ".nav-item__link.badge-container[href$=\"#fort-de-bregancon\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link badge-container\" href=\"#musee\">",
                      "target": [
                        ".nav-item__link.badge-container[href$=\"#musee\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<header id=\"header\" role=\"banner\" class=\"header-CS\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#palais-evreux\">\n                        <span>01</span>\n                        <span>The Élysée palace</span>\n                    </a>",
                      "target": [
                        ".nav-item:nth-child(2) > .nav-item__link[href$=\"#palais-evreux\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#fort-de-bregancon\">\n                        <span>02</span>\n                        <span>Brégançon fort</span>\n                    </a>",
                      "target": [
                        ".nav-item:nth-child(3) > .nav-item__link[href$=\"#fort-de-bregancon\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"nav-item__link\" href=\"#musee\">\n                        <span>03</span>\n                        <span>The Maison Élysée</span>\n                    </a>",
                      "target": [
                        ".nav-item:nth-child(4) > .nav-item__link[href$=\"#musee\"]"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"badge-container badge-container--btn badge-share\" data-toggle=\"collapse\" data-target=\"#collapseShare7\" aria-expanded=\"false\" aria-controls=\"collapseShare7\" aria-describedby=\"palais-evreux-heading\">",
                      "target": [
                        "button[data-target=\"#collapseShare7\"]"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"btn btn--dot\">The beginnings</button>",
                      "target": [
                        ".btn.btn--dot[type=\"button\"]:nth-child(1)"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"btn btn--dot\">Aux origines</button>",
                      "target": [
                        ".btn.btn--dot[type=\"button\"]:nth-child(2)"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"btn btn--dot\">Au cœur du Palais</button>",
                      "target": [
                        ".btn.btn--dot[type=\"button\"]:nth-child(3)"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\" class=\"d-flex align-items-center badge-container\">",
                      "target": [
                        ".section--CS__module.modules.m-t-l:nth-child(5) > .carousel.container.container2 > .moduleTitle > .align-items-center.d-flex.badge-container"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/art-commission\" class=\"d-flex align-items-center badge-container\">",
                      "target": [
                        ".section--CS__module.modules.m-t-l:nth-child(7) > .carousel.container.container2 > .moduleTitle > .align-items-center.d-flex.badge-container"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"badge-container badge-container--btn badge-share\" data-toggle=\"collapse\" data-target=\"#collapseShare8\" aria-expanded=\"false\" aria-controls=\"collapseShare8\" aria-describedby=\"fort-de-bregancon-heading\">",
                      "target": [
                        "button[data-target=\"#collapseShare8\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:More info...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"More information\" eulerian-component-h...=\"cta_>_module_>_link\">",
                      "target": [
                        ".cta--CS"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"badge-container badge-container--btn badge-share\" data-toggle=\"collapse\" data-target=\"#collapseShare9\" aria-expanded=\"false\" aria-controls=\"collapseShare9\" aria-describedby=\"musee-heading\">",
                      "target": [
                        "button[data-target=\"#collapseShare9\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_former_presidents\" eulerian-label=\"former_presidents\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Former Presidents</a>",
                      "target": [
                        "a[eulerian-label=\"former_presidents\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_founding_texts\" eulerian-label=\"founding_texts\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Founding texts</a>",
                      "target": [
                        "a[eulerian-action=\"internal_link_>_founding_texts\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_symbols\" eulerian-label=\"symbols\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Symbols</a>",
                      "target": [
                        "a[eulerian-action=\"internal_link_>_symbols\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\" class=\"cta4Blocks-link\" eulerian-action=\"internal_link_&gt;_institutions\" eulerian-label=\"institutions\" eulerian-component-hierarchy=\"cta4_&gt;_module_&gt;_link\">Institutions</a>",
                      "target": [
                        "a[eulerian-action=\"internal_link_>_institutions\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_coco...\" eulerian-label=\"Discover and subscri...\" eulerian-component-h...=\"cocorico_>_module_>_...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link[target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"h3--CS\">Heritage</span>",
              "target": [
                ".h3--CS"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"h1--CS lineBreak\">History of presidential residences</span>",
              "target": [
                "h1 > .h1--CS.lineBreak"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<div class=\"badge badge--CS badge--trans-sliver\">01</div>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#palais-evreux\"] > .badge--trans-sliver.badge--CS.badge"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"title\">The Élysée palace</h3>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#palais-evreux\"] > .title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<div class=\"badge badge--CS badge--trans-sliver\">02</div>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#fort-de-bregancon\"] > .badge--trans-sliver.badge--CS.badge"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"title\">Brégançon fort</h3>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#fort-de-bregancon\"] > .title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<div class=\"badge badge--CS badge--trans-sliver\">03</div>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#musee\"] > .badge--trans-sliver.badge--CS.badge"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"title\">The Maison Élysée</h3>",
              "target": [
                ".nav-item__link.badge-container[href$=\"#musee\"] > .title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container\">",
                      "target": [
                        "#palais-evreux > .section--CS__title > .container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"h1--CS lineBreak\">The Élysée palace</span>",
              "target": [
                "#palais-evreux-heading > .h1--CS.lineBreak"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container\">",
                      "target": [
                        "#fort-de-bregancon > .section--CS__title > .container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"h1--CS lineBreak\">Brégançon fort</span>",
              "target": [
                "#fort-de-bregancon-heading > .h1--CS.lineBreak"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container\">",
                      "target": [
                        "#musee > .section--CS__title > .container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"h1--CS lineBreak\">The Maison Élysée</span>",
              "target": [
                "#musee-heading > .h1--CS.lineBreak"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.footer-title[aria-level=\"3\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > .footer-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/cultural-space/patrimoine",
      "originalUrl": "https://www.elysee.fr/en/cultural-space/patrimoine",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/contact/": {
      "title": "Write to the President | Élysée",
      "violations": [
        {
          "id": "label-title-only",
          "impact": "serious",
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Only title used to generate label for form element"
                }
              ],
              "impact": "serious",
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ],
              "failureSummary": "Fix all of the following:\n  Only title used to generate label for form element"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [
                    {
                      "html": "<main>",
                      "target": [
                        "#epr-iframe-js",
                        "main"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ],
              "all": [],
              "none": [],
              "impact": "moderate",
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"separator\"></span>",
                      "target": [
                        ".separator"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button role=\"button\" onclick=\"navigator.clipboard.writeText('https://www.elysee.fr/en/contact/')\">\n                        Copy link\n                    </button>",
              "target": [
                "button[role=\"button\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-transparent iceBlue-bg\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"20\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-menu\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"20\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"17\" width=\"18\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-cross\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"17\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"70\" width=\"60\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-logo-simple\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"70\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"29\" width=\"180\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-elysee\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"29\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-actu > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back.d-md-none[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-presidence > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back.d-md-none[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" viewBox=\"0 0 20 14\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                "svg[viewBox=\"0 0 20 14\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                <use xlink:href=\"#symbol-arrow-45\"></use>\n                                            </svg>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"] > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-actu2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back.d-md-none[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-presidence2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back.d-md-none[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                ".badge > .link--svg[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                        </svg>",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-en\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[aria-current=\"true\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-de\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"kontakt/\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                    <use xlink:href=\"#symbol-arrow-45\"></use>\n                                                </svg>",
              "target": [
                ".list-link > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"m-l-5\" aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                </svg>",
              "target": [
                ".m-l-5"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(1) > .dropdown-item > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(1) > .dropdown-item > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"contact/\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"contact/\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-de\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"kontakt/\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"kontakt/\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"15\" height=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-icon-loupe\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"15\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                <use xlink:href=\"#symbol-twitter\"></use>\n                            </svg>",
              "target": [
                "a[title=\"New window: Share on Twitter\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                <use xlink:href=\"#symbol-facebook\"></use>\n                            </svg>",
              "target": [
                ".fb-xfbml-parse-ignore > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate90\" aria-hidden=\"true\" focusable=\"false\" width=\"40\" height=\"40\">\n                    <use xlink:href=\"#symbol-fleche2\"></use>\n                </svg>",
              "target": [
                ".number-img > .rotate90[height=\"40\"][width=\"40\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" height=\"20\" width=\"20\">\n                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                </svg>",
              "target": [
                "svg[height=\"20\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" width=\"24\">\n                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                </svg>",
              "target": [
                ".list-block:nth-child(3) > .list-title > svg[width=\"24\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" width=\"24\">\n                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                </svg>",
              "target": [
                ".list-block:nth-child(4) > .list-title > svg[width=\"24\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"40\" height=\"50\">\n                                                    <use xlink:href=\"#symbol-document\"></use>\n                                                </svg>",
              "target": [
                ".download:nth-child(1) > .text-btn > .text-wrapper.align-items-center.d-flex > .document.d-md-none > svg[height=\"50\"][width=\"40\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate90\" aria-hidden=\"true\" focusable=\"false\" width=\"40\" height=\"40\">\n                                                <use xlink:href=\"#symbol-fleche2\"></use>\n                                            </svg>",
              "target": [
                "a[download=\"Modele_courrier_demande.docx\"] > .rotate90[height=\"40\"][width=\"40\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"65\" height=\"80\">\n                                            <use xlink:href=\"#symbol-document\"></use>\n                                        </svg>",
              "target": [
                ".download:nth-child(1) > .document.d-md-block.d-none > svg[width=\"65\"][height=\"80\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"40\" height=\"50\">\n                                                    <use xlink:href=\"#symbol-document\"></use>\n                                                </svg>",
              "target": [
                ".download:nth-child(2) > .text-btn > .text-wrapper.align-items-center.d-flex > .document.d-md-none > svg[height=\"50\"][width=\"40\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate90\" aria-hidden=\"true\" focusable=\"false\" width=\"40\" height=\"40\">\n                                                <use xlink:href=\"#symbol-fleche2\"></use>\n                                            </svg>",
              "target": [
                "a[download=\"Modele_courrier_opinion.docx\"] > .rotate90[height=\"40\"][width=\"40\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"65\" height=\"80\">\n                                            <use xlink:href=\"#symbol-document\"></use>\n                                        </svg>",
              "target": [
                ".download:nth-child(2) > .document.d-md-block.d-none > svg[width=\"65\"][height=\"80\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"\">\n                            <use href=\"#symbol-fleche2\"></use>\n                        </svg>",
              "target": [
                ".cta--CS > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                ".badge-arrow > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate270\" aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                            <use xlink:href=\"#fleche-large\"></use>\n                        </svg>",
              "target": [
                ".rotate270"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list3\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list4\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-twitter\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-facebook\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-instagram\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-youtube\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-linkedin\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list2\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "autocomplete-valid",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag21aa",
            "wcag135",
            "EN-301-549",
            "EN-9.1.3.5",
            "ACT",
            "RGAAv4",
            "RGAA-11.13.1"
          ],
          "description": "Ensure the autocomplete attribute is correct and suitable for the form field",
          "help": "autocomplete attribute must be used correctly",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/autocomplete-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "autocomplete-valid",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "the autocomplete attribute is correctly formatted"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<iframe id=\"epr-iframe-js\" src=\"https://ecrire.elyse...\" scrolling=\"no\" title=\"Writing to the Presi...\" data-form-title=\"Writing to the Presi...\" data-mention-title=\"Personal data – Writ...\" data-email-confirmat...=\"Email de confirmatio...\" data-error-title=\"Erreur sur le formul...\" style=\"overflow: ...>",
              "target": [
                "#epr-iframe-js"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<img class=\"captcha_play_image\" height=\"32\" width=\"32\" src=\"/assets/img/audio_icon.png\" alt=\"Listen to captcha\" style=\"border: 0px;\" title=\"Listen to captcha\">",
              "target": [
                "#epr-iframe-js",
                ".captcha_play_image"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button id=\"captcha_audio_play\" class=\"captcha captcha_play_button\">",
              "target": [
                "#epr-iframe-js",
                "#captcha_audio_play"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h1 class=\"h1--CS\">Contact</h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2>Parcels and gifts</h2>",
                      "target": [
                        ".reset-last-space > h2:nth-child(2)"
                      ]
                    },
                    {
                      "html": "<h2>Visiting the Élysée Palace</h2>",
                      "target": [
                        "h2:nth-child(4)"
                      ]
                    },
                    {
                      "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
                      "target": [
                        ".bannerModule-title"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
                      "target": [
                        "p[aria-level=\"2\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
                      "target": [
                        ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
                      "target": [
                        ".socials > h3"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
                      "target": [
                        ".flex2 > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
                      "target": [
                        ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
                      "target": [
                        ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
                      "target": [
                        ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main>",
                      "target": [
                        "#epr-iframe-js",
                        "main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#epr-form\" class=\"number-img btn btn--white btn--large btn--navigation\">",
              "target": [
                ".number-img"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h2--CS\">\n                    In a few clicks, send your message to President Emmanuel Macron or First Lady Brigitte Macron.<br>\nWriting to the President is an act of citizenship.<br>\nBy sharing your ideas and experience, you further the progress you want to see.\n                </p>",
              "target": [
                ".h2--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#b21d0a",
                    "contrastRatio": 6.99,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#af1d0a"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.99"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">Your name</legend>",
              "target": [
                "#epr-iframe-js",
                ".welcome-phrase > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All fields are mandatory, except phone number.</span>",
              "target": [
                "#epr-iframe-js",
                ".welcome-phrase > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_civilite_0\">Mrs.</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_civilite_0\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_civilite_1\">Mr.</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_civilite_1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-civility\">The title is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-civility"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_nom\">Surname</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_nom\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-name\">The surname is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-name"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_prenom\">First name</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_prenom\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-firstname\">The given name is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-firstname"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">You are</legend>",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_mail\">Your email address</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_mail\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-mail\">The email address is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-mail"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVoie\">Street number and name</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseVoie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-address\">The address is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-address"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseCodePostal\">Postal code</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseCodePostal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-zipcode\">The postcode is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-zipcode"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVille\">City</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseVille\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-city\">The city is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-city"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_adressePays\">Country</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adressePays\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-country\">The country is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-country"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_telephone_country\">Prefix</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_telephone_country\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_telephone_number\">Phone</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_telephone_number\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">The addressee is mandatory</legend>",
              "target": [
                "#epr-iframe-js",
                ".recipient > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_0\">President of the Republic</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_0\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_1\">Brigitte Macron</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_2\">La Maison Elysée (Museum, Café, Way of Life)</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-recipient\">The country is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-recipient"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">What do you want to talk about?</legend>",
              "target": [
                "#epr-iframe-js",
                ".message-context > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_csp\">Title</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_csp\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_topic\">Subject of your message</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_topic\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-topic\">The subject is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-topic"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Subject of your message</span>",
              "target": [
                "#epr-iframe-js",
                "legend > span:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Max. 50 000 characters</p>",
              "target": [
                "#epr-iframe-js",
                ".textarea-input > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-body\">The message is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-body"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"p\">",
              "target": [
                "#epr-iframe-js",
                ".p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"privacy-policy-button-js\" class=\"link-p link-button\" href=\"/en/epr/epr_mentions_cnil\">Processing of personal data – “Write to the President of the Republic” form.</a>",
              "target": [
                "#epr-iframe-js",
                "#privacy-policy-button-js"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Parcels and gifts</h2>",
              "target": [
                ".reset-last-space > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Presidency of the Republic encourages you to send your donations, parcels and gifts to associations, particularly foodstuffs which, for safety reasons, cannot be consumed.</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Visiting the Élysée Palace</h2>",
              "target": [
                "h2:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The growing success of these visits unfortunately no longer allows us to accommodate you this year.</p>",
              "target": [
                ".reset-last-space > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/maison-elysee\">here</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In the meantime, feel free to enjoy the <a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>, which will immerse you in the atmosphere of the Élysée Palace as if you were there. See you soon!</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>",
              "target": [
                "p:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#f2f5fe",
                    "contrastRatio": 19.26,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#eef1fa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 19.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Discover the Élysée Palace. An interactive, fun, and 360° exploration of this historic site.\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#000000",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#000000"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        I discover the virtual tour.                     </span>",
              "target": [
                ".space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_civilite_0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_civilite_1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_nom",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_prenom",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_mail",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_adresseVoie",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_adresseCodePostal",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_adresseVille",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_adressePays",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_telephone_country",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_telephone_number",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_destinataire_0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_destinataire_1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_destinataire_2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_csp",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "Message_topic",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"h1--CS\">Contact</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Parcels and gifts</h2>",
              "target": [
                ".reset-last-space > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Visiting the Élysée Palace</h2>",
              "target": [
                "h2:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "form-field-multiple-labels",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag332",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.3.3.2",
            "RGAAv4",
            "RGAA-11.2.1"
          ],
          "description": "Ensure form field does not have multiple label elements",
          "help": "Form field must not have multiple label elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/form-field-multiple-labels?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_civilite_0\">Mrs.</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_civilite_0\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_civilite_1\">Mr.</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_civilite_1\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_nom\">Surname</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_nom\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_prenom\">First name</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_prenom\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_mail\">Your email address</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_mail\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVoie\">Street number and name</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseVoie\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseCodePostal\">Postal code</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseCodePostal\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVille\">City</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseVille\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_adressePays\">Country</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adressePays\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_telephone_country\">Prefix</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_telephone_country\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_telephone_number\">Phone</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_telephone_number\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_0\">President of the Republic</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_0\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_1\">Brigitte Macron</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_1\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_2\">La Maison Elysée (Museum, Café, Way of Life)</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_2\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_csp\">Title</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_csp\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_topic\">Subject of your message</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_topic\"]"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "multiple-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Form field does not have multiple label elements"
                }
              ],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            }
          ]
        },
        {
          "id": "frame-tested",
          "impact": null,
          "tags": [
            "cat.structure",
            "best-practice",
            "review-item"
          ],
          "description": "Ensure <iframe> and <frame> elements contain the axe-core script",
          "help": "Frames should be tested with axe-core",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-tested?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "frame-tested",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "The iframe was tested with axe-core"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<iframe id=\"epr-iframe-js\" src=\"https://ecrire.elyse...\" scrolling=\"no\" title=\"Writing to the Presi...\" data-form-title=\"Writing to the Presi...\" data-mention-title=\"Personal data – Writ...\" data-email-confirmat...=\"Email de confirmatio...\" data-error-title=\"Erreur sur le formul...\" style=\"overflow: ...>",
              "target": [
                "#epr-iframe-js"
              ]
            }
          ]
        },
        {
          "id": "frame-title-unique",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT12.d",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-2.2.1"
          ],
          "description": "Ensure <iframe> and <frame> elements contain a unique title attribute",
          "help": "Frames must have a unique title attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title-unique?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "unique-frame-title",
                  "data": "writing to the president of the republic",
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element's title attribute is unique"
                }
              ],
              "impact": null,
              "html": "<iframe id=\"epr-iframe-js\" src=\"https://ecrire.elyse...\" scrolling=\"no\" title=\"Writing to the Presi...\" data-form-title=\"Writing to the Presi...\" data-mention-title=\"Personal data – Writ...\" data-email-confirmat...=\"Email de confirmatio...\" data-error-title=\"Erreur sur le formul...\" style=\"overflow: ...>",
              "target": [
                "#epr-iframe-js"
              ]
            }
          ]
        },
        {
          "id": "frame-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.i",
            "TTv5",
            "TT12.d",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-2.1.1"
          ],
          "description": "Ensure <iframe> and <frame> elements have an accessible name",
          "help": "Frames must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<iframe id=\"epr-iframe-js\" src=\"https://ecrire.elyse...\" scrolling=\"no\" title=\"Writing to the Presi...\" data-form-title=\"Writing to the Presi...\" data-mention-title=\"Personal data – Writ...\" data-email-confirmat...=\"Email de confirmatio...\" data-error-title=\"Erreur sur le formul...\" style=\"overflow: ...>",
              "target": [
                "#epr-iframe-js"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > header:nth-child(3) > div:nth-child(3) > h1:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(4) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div > iframe"
                        ],
                        "level": -1
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(4) > section:nth-child(4) > section:nth-child(1) > div > div > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > main:nth-child(4) > section:nth-child(4) > section:nth-child(1) > div > div > h2:nth-child(4)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > div:nth-child(1) > div > div > div > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > p:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > div:nth-child(3) > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > div:nth-child(3) > div > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > div:nth-child(3) > div > div:nth-child(3) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(5) > div:nth-child(3) > div > div:nth-child(4) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"h1--CS\">Contact</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Parcels and gifts</h2>",
              "target": [
                ".reset-last-space > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Visiting the Élysée Palace</h2>",
              "target": [
                "h2:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "#epr-iframe-js",
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"image-intro\" src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=200%2Cheight=145%2Ctrim=0%3B0%3B0%3B0%2Cfit=cover/images/default/0001/13/21e71661f5a2814954e1819bb67790a6d24a2177.png\" loading=\"lazy\" alt=\"\">",
              "target": [
                ".image-intro"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img id=\"captcha\" src=\"/epr/captcha_image\" alt=\"CAPTCHA Image\">",
              "target": [
                "#epr-iframe-js",
                "#captcha"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img class=\"captcha_play_image\" height=\"32\" width=\"32\" src=\"/assets/img/audio_icon.png\" alt=\"Listen to captcha\" style=\"border: 0px;\" title=\"Listen to captcha\">",
              "target": [
                "#epr-iframe-js",
                ".captcha_play_image"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"image-intro\" src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=200%2Cheight=145%2Ctrim=0%3B0%3B0%3B0%2Cfit=cover/images/default/0001/13/21e71661f5a2814954e1819bb67790a6d24a2177.png\" loading=\"lazy\" alt=\"\">",
              "target": [
                ".image-intro"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img id=\"captcha\" src=\"/epr/captcha_image\" alt=\"CAPTCHA Image\">",
              "target": [
                "#epr-iframe-js",
                "#captcha"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img class=\"captcha_play_image\" height=\"32\" width=\"32\" src=\"/assets/img/audio_icon.png\" alt=\"Listen to captcha\" style=\"border: 0px;\" title=\"Listen to captcha\">",
              "target": [
                "#epr-iframe-js",
                ".captcha_play_image"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": "serious",
          "tags": [
            "cat.forms",
            "best-practice"
          ],
          "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "title-only",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Form element does not solely use title attribute for its label"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            }
          ]
        },
        {
          "id": "label",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure every form element has a label",
          "help": "Form elements must have labels",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Mrs."
                  },
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_civilite_0\">Mrs.</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_civilite_0\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Mr."
                  },
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_civilite_1\">Mr.</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_civilite_1\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Surname"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_nom\">Surname</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_nom\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "First name"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_prenom\">First name</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_prenom\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Your email address"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_mail\">Your email address</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_mail\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Street number and name"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVoie\">Street number and name</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseVoie\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Postal code"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseCodePostal\">Postal code</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseCodePostal\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "City"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVille\">City</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adresseVille\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Phone"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_telephone_number\">Phone</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_telephone_number\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "President of the Republic"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_0\">President of the Republic</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_0\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Brigitte Macron"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_1\">Brigitte Macron</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_1\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "La Maison Elysée (Museum, Café, Way of Life)"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_2\">La Maison Elysée (Museum, Café, Way of Life)</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_destinataire_2\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main>",
              "target": [
                "#epr-iframe-js",
                "main"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main>",
              "target": [
                "#epr-iframe-js",
                "main"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main>",
                      "target": [
                        "#epr-iframe-js",
                        "main"
                      ]
                    }
                  ],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "#epr-iframe-js",
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "main menu"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "search",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p class=\"p\">",
                      "target": [
                        "#epr-iframe-js",
                        ".p"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text by visual styling"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"privacy-policy-button-js\" class=\"link-p link-button\" href=\"/en/epr/epr_mentions_cnil\">Processing of personal data – “Write to the President of the Republic” form.</a>",
              "target": [
                "#epr-iframe-js",
                "#privacy-policy-button-js"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>",
                      "target": [
                        "p:nth-child(6)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/maison-elysee\">here</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>In the meantime, feel free to enjoy the <a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>, which will immerse you in the atmosphere of the Élysée Palace as if you were there. See you soon!</p>",
                      "target": [
                        "p:nth-child(7)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>",
              "target": [
                "p:nth-child(7) > a"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#epr-form\" class=\"number-img btn btn--white btn--large btn--navigation\">",
              "target": [
                ".number-img"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a id=\"privacy-policy-button-js\" class=\"link-p link-button\" href=\"/en/epr/epr_mentions_cnil\">Processing of personal data – “Write to the President of the Republic” form.</a>",
              "target": [
                "#epr-iframe-js",
                "#privacy-policy-button-js"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/maison-elysee\">here</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>",
              "target": [
                "p:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"http://visite.elysee...\" title=\"New window:I discove...\" eulerian-action=\"external_link_>_I di...\" eulerian-label=\"I discover the virtu...\" eulerian-component-h...=\"cta_>_module_>_link\" target=\"_blank\" rel=\"noopener noreferrer\">",
              "target": [
                ".cta--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"nav-btns\">",
              "target": [
                ".nav-btns"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"nav-item\">\n                        <button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>\n                    </li>",
              "target": [
                ".nav-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"nav-item\">\n                        <button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>\n                    </li>",
              "target": [
                ".nav-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"\" selected=\"selected\">Choose an option</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option[value=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belgique\">Belgium</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belgique\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Allemagne\">Germany</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Allemagne\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Algérie\">Algeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Algérie\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Royaume-Uni\">United Kingdom</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Royaume-Uni\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"France\">France</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"France\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Etats-Unis\">United States</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Etats-Unis\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option disabled=\"disabled\">-------------------</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Afghanistan\">Afghanistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Afghanistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Afrique du Sud\">South Africa</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Afrique du Sud\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Albanie\">Albania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Albanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Andorre\">Andorra</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Andorre\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Angola\">Angola</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Angola\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Antigua-et-Barbuda\">Antigua &amp; Barbuda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Antigua-et-Barbuda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Arabie saoudite\">Saudi Arabia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Arabie saoudite\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Argentine\">Argentina</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Argentine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Arménie\">Armenia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Arménie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Australie\">Australia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Australie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Autriche\">Austria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Autriche\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Azerbaïdjan\">Azerbaijan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Azerbaïdjan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bahamas\">Bahamas</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bahamas\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bahreïn\">Bahrain</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bahreïn\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bangladesh\">Bangladesh</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bangladesh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Barbade\">Barbados</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Barbade\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bélarus\">Belarus</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bélarus\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belize\">Belize</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belize\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bénin\">Benin</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bénin\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bermudes\">Bermuda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bermudes\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bhoutan\">Bhutan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bhoutan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Birmanie\">Myanmar (Burma)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Birmanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bolivie\">Bolivia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bolivie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bosnie-Herzégovine\">Bosnia &amp; Herzegovina</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bosnie-Herzégovine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Botswana\">Botswana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Botswana\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Brésil\">Brazil</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Brésil\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Brunéi\">Brunei</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Brunéi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bulgarie\">Bulgaria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bulgarie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Burkina Faso\">Burkina Faso</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Burkina Faso\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Burundi\">Burundi</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Burundi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Caïman, Iles\">Cayman Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Caïman, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cambodge\">Cambodia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cambodge\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cameroun\">Cameroon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cameroun\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Canada\">Canada</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Canada\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cap-Vert\">Cape Verde</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cap-Vert\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Centrafricaine, République\">Central African Republic</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Centrafricaine, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chili\">Chile</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chili\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chine\">China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chypre\">Cyprus</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chypre\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cité du Vatican\">Vatican City</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cité du Vatican\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Colombie\">Colombia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Colombie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Comores\">Comoros</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Comores\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Congo\">Congo - Brazzaville</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Congo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Congo, République démocratique du\">Congo - Kinshasa</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(52)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cook, Iles\">Cook Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cook, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Corée, République de\">South Korea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Corée, République de\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Corée, République populaire démocratique de\">North Korea</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(55)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Costa Rica\">Costa Rica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Costa Rica\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Côte d'Ivoire\">Côte d’Ivoire</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Côte d'Ivoire\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Croatie\">Croatia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Croatie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cuba\">Cuba</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cuba\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Danemark\">Denmark</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Danemark\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Djibouti\">Djibouti</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Djibouti\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Dominicaine, République\">Dominican Republic</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Dominicaine, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Dominique\">Dominica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Dominique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Egypte\">Egypt</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Egypte\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Emirats arabes unis\">United Arab Emirates</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Emirats arabes unis\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Equateur\">Ecuador</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Equateur\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Erythrée\">Eritrea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Erythrée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Espagne\">Spain</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Espagne\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Estonie\">Estonia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Estonie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ethiopie\">Ethiopia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ethiopie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Fidji\">Fiji</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Fidji\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Finlande\">Finland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Finlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Gabon\">Gabon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Gabon\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Gambie\">Gambia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Gambie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Géorgie\">Georgia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Géorgie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ghana\">Ghana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ghana\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Grèce\">Greece</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Grèce\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Grenade\">Grenada</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Grenade\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guatemala\">Guatemala</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guatemala\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée\">Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée Equatoriale\">Equatorial Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée Equatoriale\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée-Bissau\">Guinea-Bissau</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée-Bissau\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guyane\">Guyana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guyane\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Haïti\">Haiti</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Haïti\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Honduras\">Honduras</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Honduras\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Hong-Kong\">Hong Kong SAR China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Hong-Kong\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Hongrie\">Hungary</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Hongrie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Inde\">India</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Inde\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Indonésie\">Indonesia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Indonésie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Iran\">Iran</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Iran\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Iraq\">Iraq</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Iraq\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Irlande\">Ireland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Irlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Islande\">Iceland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Islande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Israël\">Israel</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Israël\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Italie\">Italy</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Italie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Jamaïque\">Jamaica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Jamaïque\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Japon\">Japan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Japon\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Jordanie\">Jordan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Jordanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kazakhstan\">Kazakhstan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kazakhstan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kenya\">Kenya</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kenya\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kirghizistan\">Kyrgyzstan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kirghizistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kiribati\">Kiribati</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kiribati\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kosovo\">Kosovo</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kosovo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Koweït\">Kuwait</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Koweït\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Laos\">Laos</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Laos\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lesotho\">Lesotho</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lesotho\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lettonie\">Latvia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lettonie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Liban\">Lebanon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Liban\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Libéria\">Liberia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Libéria\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Libye\">Libya</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Libye\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Liechtenstein\">Liechtenstein</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Liechtenstein\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lituanie\">Lithuania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lituanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Luxembourg\">Luxembourg</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Luxembourg\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Macao\">Macao SAR China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Macao\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Macédoine\">North Macedonia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Macédoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Madagascar\">Madagascar</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Madagascar\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malaisie\">Malaysia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malaisie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malawi\">Malawi</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malawi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maldives\">Maldives</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maldives\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mali\">Mali</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mali\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malte\">Malta</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malte\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maroc\">Morocco</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maroc\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Marshall, Iles\">Marshall Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Marshall, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maurice\">Mauritius</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maurice\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mauritanie\">Mauritania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mauritanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mexique\">Mexico</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mexique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Micronésie\">Micronesia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Micronésie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Moldavie\">Moldova</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Moldavie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Monaco\">Monaco</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Monaco\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mongolie\">Mongolia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mongolie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Monténégro\">Montenegro</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Monténégro\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mozambique\">Mozambique</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mozambique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Namibie\">Namibia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Namibie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nauru\">Nauru</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nauru\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Népal\">Nepal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Népal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nicaragua\">Nicaragua</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nicaragua\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Niger\">Niger</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Niger\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nigéria\">Nigeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nigéria\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Niue\">Niue</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Niue\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Norvège\">Norway</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Norvège\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nouvelle-Zélande\">New Zealand</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nouvelle-Zélande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Oman\">Oman</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Oman\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ouganda\">Uganda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ouganda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ouzbékistan\">Uzbekistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ouzbékistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pakistan\">Pakistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pakistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Palaos\">Palau</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Palaos\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Palestine\">Palestinian Territories</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Palestine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Panama\">Panama</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Panama\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Papouasie-Nouvelle-Guinée\">Papua New Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Papouasie-Nouvelle-Guinée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Paraguay\">Paraguay</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Paraguay\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pays-Bas\">Netherlands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pays-Bas\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pérou\">Peru</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pérou\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Philippines\">Philippines</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Philippines\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pologne\">Poland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pologne\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Porto Rico\">Puerto Rico</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Porto Rico\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Portugal\">Portugal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Portugal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Qatar\">Qatar</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Qatar\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Roumanie\">Romania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Roumanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Royaume-Uni\">United Kingdom</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Royaume-Uni\"]:nth-child(159)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Russie\">Russia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Russie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Rwanda\">Rwanda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Rwanda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Christophe-et-Niévès\">St. Kitts &amp; Nevis</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Christophe-et-Niévès\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Marin\">San Marino</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Marin\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Vincent-et-Grenadines\">St. Vincent &amp; Grenadines</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Vincent-et-Grenadines\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sainte-Lucie\">St. Lucia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sainte-Lucie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Salomon, Iles\">Solomon Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Salomon, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Salvador\">El Salvador</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Salvador\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Samoa\">Samoa</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Samoa\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sao Tomé-et-Principe\">São Tomé &amp; Príncipe</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sao Tomé-et-Principe\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sénégal\">Senegal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sénégal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Serbie\">Serbia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Serbie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Seychelles\">Seychelles</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Seychelles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sierra Leone\">Sierra Leone</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sierra Leone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Singapour\">Singapore</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Singapour\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Slovaquie\">Slovakia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Slovaquie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Slovénie\">Slovenia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Slovénie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Somalie\">Somalia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Somalie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Soudan\">Sudan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Soudan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Soudan du Sud\">South Sudan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Soudan du Sud\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sri Lanka\">Sri Lanka</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sri Lanka\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suède\">Sweden</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suède\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suisse\">Switzerland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suisse\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suriname\">Suriname</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suriname\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Swaziland\">Eswatini</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Swaziland\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Syrie\">Syria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Syrie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tadjikistan\">Tajikistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tadjikistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Taïwan\">Taiwan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Taïwan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tanzanie\">Tanzania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tanzanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tchad\">Chad</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tchad\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tchèque, République\">Czechia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tchèque, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Thaïlande\">Thailand</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Thaïlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Timor Oriental\">Timor-Leste</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Timor Oriental\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Togo\">Togo</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Togo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tonga\">Tonga</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tonga\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Trinité-et-Tobago\">Trinidad &amp; Tobago</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Trinité-et-Tobago\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tunisie\">Tunisia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tunisie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Turkménistan\">Turkmenistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Turkménistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Turquie\">Turkey</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Turquie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tuvalu\">Tuvalu</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tuvalu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ukraine\">Ukraine</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ukraine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Uruguay\">Uruguay</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Uruguay\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Vanuatu\">Vanuatu</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Vanuatu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Venezuela\">Venezuela</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Venezuela\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Viet Nam\">Vietnam</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Viet Nam\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Yémen\">Yemen</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Yémen\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Zambia\">Zambia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Zambia\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Zimbabwe\">Zimbabwe</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Zimbabwe\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"France\">France</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"France\"]:nth-child(208)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belgique\">Belgium</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belgique\"]:nth-child(209)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Allemagne\">Germany</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Allemagne\"]:nth-child(210)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Algérie\">Algeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Algérie\"]:nth-child(211)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Etats-Unis\">United States</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Etats-Unis\"]:nth-child(212)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FR\">France (+33)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FR\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option disabled=\"disabled\">-------------------</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country > option:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"US\">United States (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"US\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AG\">Antigua &amp; Barbuda (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AI\">Anguilla (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AS\">American Samoa (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BB\">Barbados (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BM\">Bermuda (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BS\">Bahamas (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CA\">Canada (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DM\">Dominica (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DO\">Dominican Republic (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GD\">Grenada (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GU\">Guam (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JM\">Jamaica (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KN\">St. Kitts &amp; Nevis (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KY\">Cayman Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LC\">St. Lucia (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MP\">Northern Mariana Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MS\">Montserrat (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PR\">Puerto Rico (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SX\">Sint Maarten (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TC\">Turks &amp; Caicos Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TT\">Trinidad &amp; Tobago (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VC\">St. Vincent &amp; Grenadines (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VG\">British Virgin Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VI\">U.S. Virgin Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RU\">Russia (+7)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KZ\">Kazakhstan (+7)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EG\">Egypt (+20)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZA\">South Africa (+27)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GR\">Greece (+30)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NL\">Netherlands (+31)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BE\">Belgium (+32)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FR\">France (+33)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FR\"]:nth-child(35)"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ES\">Spain (+34)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ES\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HU\">Hungary (+36)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IT\">Italy (+39)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VA\">Vatican City (+39)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RO\">Romania (+40)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CH\">Switzerland (+41)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AT\">Austria (+43)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GB\">United Kingdom (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GG\">Guernsey (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IM\">Isle of Man (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JE\">Jersey (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DK\">Denmark (+45)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SE\">Sweden (+46)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NO\">Norway (+47)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SJ\">Svalbard &amp; Jan Mayen (+47)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PL\">Poland (+48)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DE\">Germany (+49)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PE\">Peru (+51)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MX\">Mexico (+52)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CU\">Cuba (+53)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AR\">Argentina (+54)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BR\">Brazil (+55)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CL\">Chile (+56)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CO\">Colombia (+57)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VE\">Venezuela (+58)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MY\">Malaysia (+60)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AU\">Australia (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CC\">Cocos (Keeling) Islands (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CX\">Christmas Island (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ID\">Indonesia (+62)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ID\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PH\">Philippines (+63)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NZ\">New Zealand (+64)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SG\">Singapore (+65)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TH\">Thailand (+66)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JP\">Japan (+81)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KR\">South Korea (+82)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VN\">Vietnam (+84)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CN\">China (+86)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TR\">Türkiye (+90)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IN\">India (+91)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PK\">Pakistan (+92)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AF\">Afghanistan (+93)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LK\">Sri Lanka (+94)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MM\">Myanmar (Burma) (+95)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IR\">Iran (+98)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SS\">South Sudan (+211)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MA\">Morocco (+212)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EH\">Western Sahara (+212)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DZ\">Algeria (+213)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TN\">Tunisia (+216)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LY\">Libya (+218)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GM\">Gambia (+220)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SN\">Senegal (+221)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MR\">Mauritania (+222)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ML\">Mali (+223)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ML\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GN\">Guinea (+224)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CI\">Côte d’Ivoire (+225)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BF\">Burkina Faso (+226)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NE\">Niger (+227)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TG\">Togo (+228)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BJ\">Benin (+229)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MU\">Mauritius (+230)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LR\">Liberia (+231)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SL\">Sierra Leone (+232)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GH\">Ghana (+233)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NG\">Nigeria (+234)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TD\">Chad (+235)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CF\">Central African Republic (+236)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CM\">Cameroon (+237)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CV\">Cape Verde (+238)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ST\">São Tomé &amp; Príncipe (+239)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ST\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GQ\">Equatorial Guinea (+240)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GA\">Gabon (+241)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CG\">Congo - Brazzaville (+242)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CD\">Congo - Kinshasa (+243)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AO\">Angola (+244)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GW\">Guinea-Bissau (+245)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IO\">British Indian Ocean Territory (+246)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SC\">Seychelles (+248)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SD\">Sudan (+249)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RW\">Rwanda (+250)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ET\">Ethiopia (+251)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ET\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SO\">Somalia (+252)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DJ\">Djibouti (+253)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KE\">Kenya (+254)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TZ\">Tanzania (+255)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UG\">Uganda (+256)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BI\">Burundi (+257)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MZ\">Mozambique (+258)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZM\">Zambia (+260)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MG\">Madagascar (+261)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RE\">Réunion (+262)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"YT\">Mayotte (+262)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"YT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZW\">Zimbabwe (+263)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NA\">Namibia (+264)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MW\">Malawi (+265)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LS\">Lesotho (+266)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BW\">Botswana (+267)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SZ\">Eswatini (+268)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KM\">Comoros (+269)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SH\">St. Helena (+290)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ER\">Eritrea (+291)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ER\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AW\">Aruba (+297)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FO\">Faroe Islands (+298)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GL\">Greenland (+299)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GI\">Gibraltar (+350)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PT\">Portugal (+351)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LU\">Luxembourg (+352)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IE\">Ireland (+353)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IS\">Iceland (+354)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AL\">Albania (+355)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MT\">Malta (+356)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CY\">Cyprus (+357)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FI\">Finland (+358)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AX\">Åland Islands (+358)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BG\">Bulgaria (+359)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LT\">Lithuania (+370)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LV\">Latvia (+371)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EE\">Estonia (+372)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MD\">Moldova (+373)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AM\">Armenia (+374)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BY\">Belarus (+375)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AD\">Andorra (+376)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MC\">Monaco (+377)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SM\">San Marino (+378)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UA\">Ukraine (+380)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RS\">Serbia (+381)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ME\">Montenegro (+382)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ME\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HR\">Croatia (+385)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SI\">Slovenia (+386)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BA\">Bosnia &amp; Herzegovina (+387)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MK\">North Macedonia (+389)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CZ\">Czechia (+420)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SK\">Slovakia (+421)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LI\">Liechtenstein (+423)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FK\">Falkland Islands (+500)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BZ\">Belize (+501)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GT\">Guatemala (+502)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SV\">El Salvador (+503)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HN\">Honduras (+504)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NI\">Nicaragua (+505)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CR\">Costa Rica (+506)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PA\">Panama (+507)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PM\">St. Pierre &amp; Miquelon (+508)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HT\">Haiti (+509)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GP\">Guadeloupe (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BL\">St. Barthélemy (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MF\">St. Martin (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BO\">Bolivia (+591)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GY\">Guyana (+592)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EC\">Ecuador (+593)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GF\">French Guiana (+594)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PY\">Paraguay (+595)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MQ\">Martinique (+596)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SR\">Suriname (+597)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UY\">Uruguay (+598)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CW\">Curaçao (+599)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BQ\">Caribbean Netherlands (+599)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TL\">Timor-Leste (+670)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NF\">Norfolk Island (+672)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BN\">Brunei (+673)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NR\">Nauru (+674)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PG\">Papua New Guinea (+675)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TO\">Tonga (+676)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SB\">Solomon Islands (+677)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VU\">Vanuatu (+678)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FJ\">Fiji (+679)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PW\">Palau (+680)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"WF\">Wallis &amp; Futuna (+681)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"WF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CK\">Cook Islands (+682)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NU\">Niue (+683)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"WS\">Samoa (+685)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"WS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KI\">Kiribati (+686)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NC\">New Caledonia (+687)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TV\">Tuvalu (+688)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PF\">French Polynesia (+689)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TK\">Tokelau (+690)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FM\">Micronesia (+691)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MH\">Marshall Islands (+692)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KP\">North Korea (+850)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HK\">Hong Kong SAR China (+852)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MO\">Macao SAR China (+853)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KH\">Cambodia (+855)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LA\">Laos (+856)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BD\">Bangladesh (+880)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TW\">Taiwan (+886)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MV\">Maldives (+960)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LB\">Lebanon (+961)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JO\">Jordan (+962)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SY\">Syria (+963)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IQ\">Iraq (+964)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KW\">Kuwait (+965)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SA\">Saudi Arabia (+966)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"YE\">Yemen (+967)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"YE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"OM\">Oman (+968)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"OM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PS\">Palestinian Territories (+970)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AE\">United Arab Emirates (+971)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IL\">Israel (+972)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BH\">Bahrain (+973)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"QA\">Qatar (+974)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"QA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BT\">Bhutan (+975)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MN\">Mongolia (+976)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NP\">Nepal (+977)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TJ\">Tajikistan (+992)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TM\">Turkmenistan (+993)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AZ\">Azerbaijan (+994)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GE\">Georgia (+995)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KG\">Kyrgyzstan (+996)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UZ\">Uzbekistan (+998)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"1\">An individual</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"3\">An elected official</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"4\">An association or union</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"\" selected=\"selected\">-</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_topic > option[value=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"38\">Current events</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"38\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"34\">Personal request</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"34\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"33\">Personal opinion</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"33\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"32\">Message for Ms Brigitte Macron</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"32\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"30\">Petition</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"30\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"39\">Visit the Palace (groups only)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"39\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"40\">Maison Élysée - Practical information</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"40\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"41\">Maison Élysée - Tickets</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"41\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"42\">Maison Élysée - Accessibility</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"42\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"43\">Maison Élysée - Feedback</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"43\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"44\">Maison Élysée - Autres</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"44\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img id=\"captcha\" src=\"/epr/captcha_image\" alt=\"CAPTCHA Image\">",
              "target": [
                "#epr-iframe-js",
                "#captcha"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button id=\"captcha_audio_play\" class=\"captcha captcha_play_button\">",
              "target": [
                "#epr-iframe-js",
                "#captcha_audio_play"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"captcha_play_image\" height=\"32\" width=\"32\" src=\"/assets/img/audio_icon.png\" alt=\"Listen to captcha\" style=\"border: 0px;\" title=\"Listen to captcha\">",
              "target": [
                "#epr-iframe-js",
                ".captcha_play_image"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "#epr-iframe-js",
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img class=\"image-intro\" src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=200%2Cheight=145%2Ctrim=0%3B0%3B0%3B0%2Cfit=cover/images/default/0001/13/21e71661f5a2814954e1819bb67790a6d24a2177.png\" loading=\"lazy\" alt=\"\">",
              "target": [
                ".image-intro"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\">",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" role=\"banner\" class=\"header-MOB\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<picture class=\"header-MOB__banner\">",
              "target": [
                "picture"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.fr/front/images/epr-vertical.2bea7c6f.jpg 1x, https://www.elysee.fr/front/images/epr-vertical_x2.33b56676.jpg 2x\" media=\"(max-width:420px)\">",
              "target": [
                "source"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
              "target": [
                "img[width=\"1480\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-MOB__links\">",
              "target": [
                ".header-MOB__links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  theme-transparent\" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
              "target": [
                "#navbar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sticky-menu\">",
              "target": [
                ".sticky-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"logo\">",
              "target": [
                ".logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav\">",
              "target": [
                ".sub-nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-links--horizontal list-group--dropdown space-0 border-bottom-0 d-none d-md-flex flex-shrink-0\">",
              "target": [
                ".list-group--dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"separator\"></span>",
              "target": [
                ".separator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown switch-lang\">",
              "target": [
                ".dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"header-MOB__content\">",
              "target": [
                ".header-MOB__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"h1--CS\">Contact</h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"content-text\">\n            <p>\n                Send a message to the President of the Republic or to Mrs. Brigitte Macron to let them know of your concerns or thoughts.\n            </p>\n        </div>",
              "target": [
                ".content-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                Send a message to the President of the Republic or to Mrs. Brigitte Macron to let them know of your concerns or thoughts.\n            </p>",
              "target": [
                ".content-text > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"btn-wrapper btn-wrapper--center\">",
              "target": [
                ".btn-wrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#epr-form\" class=\"number-img btn btn--white btn--large btn--navigation\">",
              "target": [
                ".number-img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" class=\"space-bottom-l\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"lines-container\">\n            <div class=\"line blue-line\"></div>\n            <div class=\"line red-line\"></div>\n        </div>",
              "target": [
                ".lines-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"line blue-line\"></div>",
              "target": [
                ".blue-line"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"line red-line\"></div>",
              "target": [
                ".red-line"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"section--CS-intro\">",
              "target": [
                ".section--CS-intro"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"image-intro\" src=\"https://www.elysee.fr/cdn-cgi/image/format=auto%2Cquality=100%2Cwidth=200%2Cheight=145%2Ctrim=0%3B0%3B0%3B0%2Cfit=cover/images/default/0001/13/21e71661f5a2814954e1819bb67790a6d24a2177.png\" loading=\"lazy\" alt=\"\">",
              "target": [
                ".image-intro"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h2--CS\">\n                    In a few clicks, send your message to President Emmanuel Macron or First Lady Brigitte Macron.<br>\nWriting to the President is an act of citizenship.<br>\nBy sharing your ideas and experience, you further the progress you want to see.\n                </p>",
              "target": [
                ".h2--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".h2--CS > br:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                ".h2--CS > br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"form\" class=\"space-top-75 iceBlue-bg\">",
              "target": [
                "#form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"btns-toggle block-action-filter\">",
              "target": [
                ".btns-toggle"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"nav-btns\">",
              "target": [
                ".nav-btns"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"nav-item\">\n                        <button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>\n                    </li>",
              "target": [
                ".nav-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-form-js\" aria-current=\"true\">\n                            Send digital message\n                        </button>",
              "target": [
                ".active"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"nav-item\">\n                        <button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>\n                    </li>",
              "target": [
                ".nav-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"btn btn--large btn--navigation active_button-trigger\" data-all=\".epr-tab\" data-target=\"#epr-mail-js\" aria-current=\"false\">\n                            Write a letter\n                        </button>",
              "target": [
                "button[data-target=\"#epr-mail-js\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                "#form > div:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form-js\" class=\"epr-tab\">",
              "target": [
                "#epr-form-js"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" class=\"form-iframe\">",
              "target": [
                "#epr-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": true
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<iframe id=\"epr-iframe-js\" src=\"https://ecrire.elyse...\" scrolling=\"no\" title=\"Writing to the Presi...\" data-form-title=\"Writing to the Presi...\" data-mention-title=\"Personal data – Writ...\" data-email-confirmat...=\"Email de confirmatio...\" data-error-title=\"Erreur sur le formul...\" style=\"overflow: ...>",
              "target": [
                "#epr-iframe-js"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main>",
              "target": [
                "#epr-iframe-js",
                "main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container-f\">",
              "target": [
                "#epr-iframe-js",
                ".container-f"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-container\">",
              "target": [
                "#epr-iframe-js",
                ".form-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"form-contact border--outline\">",
              "target": [
                "#epr-iframe-js",
                ".form-contact"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<form class=\"check\" name=\"message\" method=\"post\">",
              "target": [
                "#epr-iframe-js",
                "form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"epr-form\" style=\"display:block;\" aria-hidden=\"false\">",
              "target": [
                "#epr-iframe-js",
                "#epr-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"text-erreur a11y\" id=\"error-msg\">\n                                <p class=\"p-erreur\" style=\"display:none;\">All red fields in the form are mandatory. Please fill them in.</p>\n                            </div>",
              "target": [
                "#epr-iframe-js",
                "#error-msg"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"link-form\" class=\"form-contact__content form-contact__content--from space-top-56\">",
              "target": [
                "#epr-iframe-js",
                "#link-form"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-error\">",
              "target": [
                "#epr-iframe-js",
                ".form-error"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<fieldset>",
              "target": [
                "#epr-iframe-js",
                "#link-form > fieldset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"welcome-phrase\">\n                                        <legend class=\"title\">Your name</legend>\n                                        <span>All fields are mandatory, except phone number.</span>\n                                    </div>",
              "target": [
                "#epr-iframe-js",
                ".welcome-phrase"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">Your name</legend>",
              "target": [
                "#epr-iframe-js",
                ".welcome-phrase > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All fields are mandatory, except phone number.</span>",
              "target": [
                "#epr-iframe-js",
                ".welcome-phrase > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"radio-option radio-option-gender\">",
              "target": [
                "#epr-iframe-js",
                ".radio-option-gender"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_0\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"2\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_civilite_0\">Mrs.</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_civilite_0\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_civilite_1\" name=\"Message[civilite]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_civilite_1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_civilite_1\">Mr.</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_civilite_1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-civility\">The title is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-civility"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                "#link-form > fieldset > .placeholder"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                "#link-form > fieldset > .placeholder > .placeholder-override-wrap:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_nom\">Surname</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_nom\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_nom\" name=\"Message[nom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"family-name\" maxlength=\"35\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"error- ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_nom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-name\">The surname is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-name"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                "#link-form > fieldset > .placeholder > .placeholder-override-wrap:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_prenom\">First name</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_prenom\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_prenom\" name=\"Message[prenom]\" required=\"required\" class=\"placeholder-override...\" aria-required=\"true\" autocomplete=\"given-name\" maxlength=\"25\" pattern=\"[A-Za-zÀ-ž]+([ \\-]{0...\" oninput=\"this.setCustomValidi...\" oninvalid=\"this.setCustomValidi...\" data-described-by=\"e ...>",
              "target": [
                "#epr-iframe-js",
                "#Message_prenom"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-firstname\">The given name is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-firstname"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-contact__content contact-details\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<fieldset>",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">You are</legend>",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(2) > .placeholder-override-wrap:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_mail\">Your email address</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_mail\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"email\" id=\"Message_mail\" name=\"Message[mail]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"email\" maxlength=\"50\" data-described-by=\"error-msg-mail\">",
              "target": [
                "#epr-iframe-js",
                "#Message_mail"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-mail\">The email address is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-mail"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(2) > .placeholder-override-wrap:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVoie\">Street number and name</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseVoie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVoie\" name=\"Message[adresseVoie]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"200\" data-described-by=\"error-msg-address\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVoie"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-address\">The address is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-address"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(3) > .placeholder-override-wrap:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseCodePostal\">Postal code</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseCodePostal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseCodePostal\" name=\"Message[adresseCodePostal]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"postal-code\" maxlength=\"8\" data-described-by=\"error-msg-zipcode\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseCodePostal"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-zipcode\">The postcode is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-zipcode"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap\">",
              "target": [
                "#epr-iframe-js",
                ".contact-details > fieldset > .placeholder:nth-child(3) > .placeholder-override-wrap:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label required\" for=\"Message_adresseVille\">City</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adresseVille\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_adresseVille\" name=\"Message[adresseVille]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"address-level2\" maxlength=\"38\" data-described-by=\"error-msg-city\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adresseVille"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-city\">The city is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-city"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".placeholder:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap select-input\">",
              "target": [
                "#epr-iframe-js",
                ".placeholder:nth-child(4) > .select-input.placeholder-override-wrap"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_adressePays\">Country</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_adressePays\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"\" selected=\"selected\">Choose an option</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option[value=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belgique\">Belgium</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belgique\"]:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Allemagne\">Germany</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Allemagne\"]:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Algérie\">Algeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Algérie\"]:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Royaume-Uni\">United Kingdom</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Royaume-Uni\"]:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"France\">France</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"France\"]:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Etats-Unis\">United States</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Etats-Unis\"]:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option disabled=\"disabled\">-------------------</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Afghanistan\">Afghanistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Afghanistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Afrique du Sud\">South Africa</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Afrique du Sud\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Albanie\">Albania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Albanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Andorre\">Andorra</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Andorre\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Angola\">Angola</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Angola\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Antigua-et-Barbuda\">Antigua &amp; Barbuda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Antigua-et-Barbuda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Arabie saoudite\">Saudi Arabia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Arabie saoudite\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Argentine\">Argentina</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Argentine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Arménie\">Armenia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Arménie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Australie\">Australia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Australie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Autriche\">Austria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Autriche\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Azerbaïdjan\">Azerbaijan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Azerbaïdjan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bahamas\">Bahamas</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bahamas\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bahreïn\">Bahrain</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bahreïn\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bangladesh\">Bangladesh</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bangladesh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Barbade\">Barbados</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Barbade\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bélarus\">Belarus</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bélarus\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belize\">Belize</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belize\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bénin\">Benin</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bénin\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bermudes\">Bermuda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bermudes\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bhoutan\">Bhutan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bhoutan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Birmanie\">Myanmar (Burma)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Birmanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bolivie\">Bolivia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bolivie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bosnie-Herzégovine\">Bosnia &amp; Herzegovina</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bosnie-Herzégovine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Botswana\">Botswana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Botswana\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Brésil\">Brazil</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Brésil\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Brunéi\">Brunei</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Brunéi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Bulgarie\">Bulgaria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Bulgarie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Burkina Faso\">Burkina Faso</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Burkina Faso\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Burundi\">Burundi</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Burundi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Caïman, Iles\">Cayman Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Caïman, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cambodge\">Cambodia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cambodge\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cameroun\">Cameroon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cameroun\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Canada\">Canada</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Canada\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cap-Vert\">Cape Verde</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cap-Vert\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Centrafricaine, République\">Central African Republic</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Centrafricaine, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chili\">Chile</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chili\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chine\">China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Chypre\">Cyprus</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Chypre\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cité du Vatican\">Vatican City</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cité du Vatican\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Colombie\">Colombia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Colombie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Comores\">Comoros</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Comores\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Congo\">Congo - Brazzaville</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Congo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Congo, République démocratique du\">Congo - Kinshasa</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(52)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cook, Iles\">Cook Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cook, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Corée, République de\">South Korea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Corée, République de\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Corée, République populaire démocratique de\">North Korea</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays > option:nth-child(55)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Costa Rica\">Costa Rica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Costa Rica\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Côte d'Ivoire\">Côte d’Ivoire</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Côte d'Ivoire\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Croatie\">Croatia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Croatie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Cuba\">Cuba</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Cuba\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Danemark\">Denmark</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Danemark\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Djibouti\">Djibouti</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Djibouti\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Dominicaine, République\">Dominican Republic</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Dominicaine, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Dominique\">Dominica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Dominique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Egypte\">Egypt</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Egypte\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Emirats arabes unis\">United Arab Emirates</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Emirats arabes unis\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Equateur\">Ecuador</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Equateur\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Erythrée\">Eritrea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Erythrée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Espagne\">Spain</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Espagne\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Estonie\">Estonia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Estonie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ethiopie\">Ethiopia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ethiopie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Fidji\">Fiji</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Fidji\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Finlande\">Finland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Finlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Gabon\">Gabon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Gabon\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Gambie\">Gambia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Gambie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Géorgie\">Georgia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Géorgie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ghana\">Ghana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ghana\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Grèce\">Greece</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Grèce\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Grenade\">Grenada</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Grenade\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guatemala\">Guatemala</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guatemala\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée\">Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée Equatoriale\">Equatorial Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée Equatoriale\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guinée-Bissau\">Guinea-Bissau</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guinée-Bissau\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Guyane\">Guyana</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Guyane\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Haïti\">Haiti</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Haïti\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Honduras\">Honduras</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Honduras\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Hong-Kong\">Hong Kong SAR China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Hong-Kong\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Hongrie\">Hungary</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Hongrie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Inde\">India</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Inde\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Indonésie\">Indonesia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Indonésie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Iran\">Iran</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Iran\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Iraq\">Iraq</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Iraq\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Irlande\">Ireland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Irlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Islande\">Iceland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Islande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Israël\">Israel</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Israël\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Italie\">Italy</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Italie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Jamaïque\">Jamaica</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Jamaïque\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Japon\">Japan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Japon\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Jordanie\">Jordan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Jordanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kazakhstan\">Kazakhstan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kazakhstan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kenya\">Kenya</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kenya\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kirghizistan\">Kyrgyzstan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kirghizistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kiribati\">Kiribati</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kiribati\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Kosovo\">Kosovo</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Kosovo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Koweït\">Kuwait</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Koweït\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Laos\">Laos</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Laos\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lesotho\">Lesotho</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lesotho\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lettonie\">Latvia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lettonie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Liban\">Lebanon</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Liban\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Libéria\">Liberia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Libéria\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Libye\">Libya</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Libye\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Liechtenstein\">Liechtenstein</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Liechtenstein\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Lituanie\">Lithuania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Lituanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Luxembourg\">Luxembourg</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Luxembourg\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Macao\">Macao SAR China</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Macao\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Macédoine\">North Macedonia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Macédoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Madagascar\">Madagascar</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Madagascar\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malaisie\">Malaysia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malaisie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malawi\">Malawi</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malawi\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maldives\">Maldives</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maldives\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mali\">Mali</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mali\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Malte\">Malta</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Malte\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maroc\">Morocco</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maroc\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Marshall, Iles\">Marshall Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Marshall, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Maurice\">Mauritius</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Maurice\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mauritanie\">Mauritania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mauritanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mexique\">Mexico</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mexique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Micronésie\">Micronesia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Micronésie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Moldavie\">Moldova</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Moldavie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Monaco\">Monaco</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Monaco\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mongolie\">Mongolia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mongolie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Monténégro\">Montenegro</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Monténégro\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Mozambique\">Mozambique</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Mozambique\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Namibie\">Namibia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Namibie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nauru\">Nauru</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nauru\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Népal\">Nepal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Népal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nicaragua\">Nicaragua</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nicaragua\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Niger\">Niger</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Niger\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nigéria\">Nigeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nigéria\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Niue\">Niue</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Niue\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Norvège\">Norway</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Norvège\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Nouvelle-Zélande\">New Zealand</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Nouvelle-Zélande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Oman\">Oman</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Oman\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ouganda\">Uganda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ouganda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ouzbékistan\">Uzbekistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ouzbékistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pakistan\">Pakistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pakistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Palaos\">Palau</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Palaos\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Palestine\">Palestinian Territories</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Palestine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Panama\">Panama</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Panama\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Papouasie-Nouvelle-Guinée\">Papua New Guinea</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Papouasie-Nouvelle-Guinée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Paraguay\">Paraguay</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Paraguay\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pays-Bas\">Netherlands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pays-Bas\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pérou\">Peru</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pérou\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Philippines\">Philippines</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Philippines\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Pologne\">Poland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Pologne\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Porto Rico\">Puerto Rico</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Porto Rico\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Portugal\">Portugal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Portugal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Qatar\">Qatar</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Qatar\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Roumanie\">Romania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Roumanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Royaume-Uni\">United Kingdom</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Royaume-Uni\"]:nth-child(159)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Russie\">Russia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Russie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Rwanda\">Rwanda</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Rwanda\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Christophe-et-Niévès\">St. Kitts &amp; Nevis</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Christophe-et-Niévès\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Marin\">San Marino</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Marin\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Saint-Vincent-et-Grenadines\">St. Vincent &amp; Grenadines</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Saint-Vincent-et-Grenadines\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sainte-Lucie\">St. Lucia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sainte-Lucie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Salomon, Iles\">Solomon Islands</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Salomon, Iles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Salvador\">El Salvador</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Salvador\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Samoa\">Samoa</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Samoa\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sao Tomé-et-Principe\">São Tomé &amp; Príncipe</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sao Tomé-et-Principe\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sénégal\">Senegal</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sénégal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Serbie\">Serbia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Serbie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Seychelles\">Seychelles</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Seychelles\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sierra Leone\">Sierra Leone</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sierra Leone\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Singapour\">Singapore</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Singapour\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Slovaquie\">Slovakia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Slovaquie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Slovénie\">Slovenia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Slovénie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Somalie\">Somalia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Somalie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Soudan\">Sudan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Soudan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Soudan du Sud\">South Sudan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Soudan du Sud\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Sri Lanka\">Sri Lanka</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Sri Lanka\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suède\">Sweden</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suède\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suisse\">Switzerland</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suisse\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Suriname\">Suriname</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Suriname\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Swaziland\">Eswatini</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Swaziland\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Syrie\">Syria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Syrie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tadjikistan\">Tajikistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tadjikistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Taïwan\">Taiwan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Taïwan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tanzanie\">Tanzania</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tanzanie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tchad\">Chad</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tchad\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tchèque, République\">Czechia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tchèque, République\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Thaïlande\">Thailand</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Thaïlande\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Timor Oriental\">Timor-Leste</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Timor Oriental\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Togo\">Togo</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Togo\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tonga\">Tonga</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tonga\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Trinité-et-Tobago\">Trinidad &amp; Tobago</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Trinité-et-Tobago\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tunisie\">Tunisia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tunisie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Turkménistan\">Turkmenistan</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Turkménistan\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Turquie\">Turkey</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Turquie\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Tuvalu\">Tuvalu</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Tuvalu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Ukraine\">Ukraine</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Ukraine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Uruguay\">Uruguay</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Uruguay\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Vanuatu\">Vanuatu</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Vanuatu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Venezuela\">Venezuela</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Venezuela\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Viet Nam\">Vietnam</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Viet Nam\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Yémen\">Yemen</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Yémen\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Zambia\">Zambia</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Zambia\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Zimbabwe\">Zimbabwe</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Zimbabwe\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"France\">France</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"France\"]:nth-child(208)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Belgique\">Belgium</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Belgique\"]:nth-child(209)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Allemagne\">Germany</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Allemagne\"]:nth-child(210)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Algérie\">Algeria</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Algérie\"]:nth-child(211)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"Etats-Unis\">United States</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"Etats-Unis\"]:nth-child(212)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-country\">The country is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-country"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap display-desktop\">\n                                        </div>",
              "target": [
                "#epr-iframe-js",
                ".display-desktop"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".placeholder:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap select-input\">",
              "target": [
                "#epr-iframe-js",
                ".placeholder:nth-child(5) > .select-input.placeholder-override-wrap"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_telephone_country\">Prefix</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_telephone_country\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FR\">France (+33)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FR\"]:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option disabled=\"disabled\">-------------------</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country > option:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"US\">United States (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"US\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AG\">Antigua &amp; Barbuda (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AI\">Anguilla (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AS\">American Samoa (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BB\">Barbados (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BM\">Bermuda (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BS\">Bahamas (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CA\">Canada (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DM\">Dominica (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DO\">Dominican Republic (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GD\">Grenada (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GU\">Guam (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JM\">Jamaica (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KN\">St. Kitts &amp; Nevis (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KY\">Cayman Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LC\">St. Lucia (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MP\">Northern Mariana Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MS\">Montserrat (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PR\">Puerto Rico (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SX\">Sint Maarten (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TC\">Turks &amp; Caicos Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TT\">Trinidad &amp; Tobago (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VC\">St. Vincent &amp; Grenadines (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VG\">British Virgin Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VI\">U.S. Virgin Islands (+1)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RU\">Russia (+7)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KZ\">Kazakhstan (+7)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EG\">Egypt (+20)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZA\">South Africa (+27)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GR\">Greece (+30)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NL\">Netherlands (+31)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BE\">Belgium (+32)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FR\">France (+33)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FR\"]:nth-child(35)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ES\">Spain (+34)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ES\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HU\">Hungary (+36)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IT\">Italy (+39)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VA\">Vatican City (+39)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RO\">Romania (+40)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CH\">Switzerland (+41)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AT\">Austria (+43)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GB\">United Kingdom (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GG\">Guernsey (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IM\">Isle of Man (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JE\">Jersey (+44)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DK\">Denmark (+45)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SE\">Sweden (+46)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NO\">Norway (+47)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SJ\">Svalbard &amp; Jan Mayen (+47)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PL\">Poland (+48)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DE\">Germany (+49)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PE\">Peru (+51)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MX\">Mexico (+52)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CU\">Cuba (+53)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AR\">Argentina (+54)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BR\">Brazil (+55)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CL\">Chile (+56)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CO\">Colombia (+57)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VE\">Venezuela (+58)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MY\">Malaysia (+60)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AU\">Australia (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CC\">Cocos (Keeling) Islands (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CX\">Christmas Island (+61)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ID\">Indonesia (+62)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ID\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PH\">Philippines (+63)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NZ\">New Zealand (+64)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SG\">Singapore (+65)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TH\">Thailand (+66)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JP\">Japan (+81)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KR\">South Korea (+82)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VN\">Vietnam (+84)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CN\">China (+86)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TR\">Türkiye (+90)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IN\">India (+91)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PK\">Pakistan (+92)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AF\">Afghanistan (+93)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LK\">Sri Lanka (+94)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MM\">Myanmar (Burma) (+95)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IR\">Iran (+98)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SS\">South Sudan (+211)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MA\">Morocco (+212)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EH\">Western Sahara (+212)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DZ\">Algeria (+213)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TN\">Tunisia (+216)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LY\">Libya (+218)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GM\">Gambia (+220)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SN\">Senegal (+221)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MR\">Mauritania (+222)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ML\">Mali (+223)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ML\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GN\">Guinea (+224)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CI\">Côte d’Ivoire (+225)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BF\">Burkina Faso (+226)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NE\">Niger (+227)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TG\">Togo (+228)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BJ\">Benin (+229)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MU\">Mauritius (+230)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LR\">Liberia (+231)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SL\">Sierra Leone (+232)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GH\">Ghana (+233)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NG\">Nigeria (+234)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TD\">Chad (+235)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CF\">Central African Republic (+236)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CM\">Cameroon (+237)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CV\">Cape Verde (+238)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ST\">São Tomé &amp; Príncipe (+239)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ST\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GQ\">Equatorial Guinea (+240)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GA\">Gabon (+241)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CG\">Congo - Brazzaville (+242)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CD\">Congo - Kinshasa (+243)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AO\">Angola (+244)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GW\">Guinea-Bissau (+245)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IO\">British Indian Ocean Territory (+246)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SC\">Seychelles (+248)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SD\">Sudan (+249)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RW\">Rwanda (+250)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ET\">Ethiopia (+251)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ET\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SO\">Somalia (+252)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"DJ\">Djibouti (+253)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"DJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KE\">Kenya (+254)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TZ\">Tanzania (+255)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UG\">Uganda (+256)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BI\">Burundi (+257)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MZ\">Mozambique (+258)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZM\">Zambia (+260)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MG\">Madagascar (+261)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RE\">Réunion (+262)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"YT\">Mayotte (+262)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"YT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ZW\">Zimbabwe (+263)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ZW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NA\">Namibia (+264)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MW\">Malawi (+265)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LS\">Lesotho (+266)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BW\">Botswana (+267)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SZ\">Eswatini (+268)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KM\">Comoros (+269)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SH\">St. Helena (+290)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ER\">Eritrea (+291)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ER\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AW\">Aruba (+297)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FO\">Faroe Islands (+298)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GL\">Greenland (+299)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GI\">Gibraltar (+350)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PT\">Portugal (+351)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LU\">Luxembourg (+352)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IE\">Ireland (+353)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IS\">Iceland (+354)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AL\">Albania (+355)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MT\">Malta (+356)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CY\">Cyprus (+357)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FI\">Finland (+358)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AX\">Åland Islands (+358)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AX\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BG\">Bulgaria (+359)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LT\">Lithuania (+370)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LV\">Latvia (+371)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EE\">Estonia (+372)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MD\">Moldova (+373)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AM\">Armenia (+374)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BY\">Belarus (+375)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AD\">Andorra (+376)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MC\">Monaco (+377)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SM\">San Marino (+378)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UA\">Ukraine (+380)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"RS\">Serbia (+381)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"RS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"ME\">Montenegro (+382)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"ME\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HR\">Croatia (+385)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SI\">Slovenia (+386)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BA\">Bosnia &amp; Herzegovina (+387)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MK\">North Macedonia (+389)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CZ\">Czechia (+420)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SK\">Slovakia (+421)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LI\">Liechtenstein (+423)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FK\">Falkland Islands (+500)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BZ\">Belize (+501)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GT\">Guatemala (+502)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SV\">El Salvador (+503)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HN\">Honduras (+504)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NI\">Nicaragua (+505)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CR\">Costa Rica (+506)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PA\">Panama (+507)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PM\">St. Pierre &amp; Miquelon (+508)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HT\">Haiti (+509)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GP\">Guadeloupe (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BL\">St. Barthélemy (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MF\">St. Martin (+590)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BO\">Bolivia (+591)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GY\">Guyana (+592)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"EC\">Ecuador (+593)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"EC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GF\">French Guiana (+594)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PY\">Paraguay (+595)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MQ\">Martinique (+596)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SR\">Suriname (+597)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UY\">Uruguay (+598)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CW\">Curaçao (+599)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BQ\">Caribbean Netherlands (+599)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TL\">Timor-Leste (+670)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NF\">Norfolk Island (+672)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BN\">Brunei (+673)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NR\">Nauru (+674)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NR\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PG\">Papua New Guinea (+675)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TO\">Tonga (+676)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SB\">Solomon Islands (+677)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"VU\">Vanuatu (+678)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"VU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FJ\">Fiji (+679)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PW\">Palau (+680)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"WF\">Wallis &amp; Futuna (+681)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"WF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"CK\">Cook Islands (+682)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"CK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NU\">Niue (+683)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NU\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"WS\">Samoa (+685)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"WS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KI\">Kiribati (+686)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KI\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NC\">New Caledonia (+687)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NC\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TV\">Tuvalu (+688)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PF\">French Polynesia (+689)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PF\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TK\">Tokelau (+690)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"FM\">Micronesia (+691)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"FM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MH\">Marshall Islands (+692)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KP\">North Korea (+850)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"HK\">Hong Kong SAR China (+852)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"HK\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MO\">Macao SAR China (+853)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KH\">Cambodia (+855)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LA\">Laos (+856)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BD\">Bangladesh (+880)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BD\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TW\">Taiwan (+886)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MV\">Maldives (+960)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MV\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"LB\">Lebanon (+961)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"LB\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"JO\">Jordan (+962)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"JO\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SY\">Syria (+963)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SY\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IQ\">Iraq (+964)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IQ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KW\">Kuwait (+965)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KW\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"SA\">Saudi Arabia (+966)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"SA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"YE\">Yemen (+967)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"YE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"OM\">Oman (+968)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"OM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"PS\">Palestinian Territories (+970)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"PS\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AE\">United Arab Emirates (+971)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"IL\">Israel (+972)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"IL\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BH\">Bahrain (+973)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BH\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"QA\">Qatar (+974)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"QA\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"BT\">Bhutan (+975)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"BT\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"MN\">Mongolia (+976)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"MN\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"NP\">Nepal (+977)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"NP\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TJ\">Tajikistan (+992)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TJ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"TM\">Turkmenistan (+993)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"TM\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"AZ\">Azerbaijan (+994)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"AZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"GE\">Georgia (+995)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"GE\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"KG\">Kyrgyzstan (+996)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"KG\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"UZ\">Uzbekistan (+998)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"UZ\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap \">",
              "target": [
                "#epr-iframe-js",
                ".placeholder:nth-child(5) > .placeholder-override-wrap:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label for=\"Message_telephone_number\">Phone</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_telephone_number\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"text\" id=\"Message_telephone_number\" name=\"Message[telephone][number]\" class=\"placeholder-override-input floating-label errors.Message_telephone\" aria-required=\"true\" autocomplete=\"tel\" maxlength=\"10\" pattern=\"[0-9]{10}\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_number"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-contact__content recipient\">",
              "target": [
                "#epr-iframe-js",
                ".recipient"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<fieldset>",
              "target": [
                "#epr-iframe-js",
                ".recipient > fieldset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">The addressee is mandatory</legend>",
              "target": [
                "#epr-iframe-js",
                ".recipient > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"radio-option radio-option-recipient placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".radio-option-recipient"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_0\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"1\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_0"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_0\">President of the Republic</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_0\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_1\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"32\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_1\">Brigitte Macron</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<input type=\"radio\" id=\"Message_destinataire_2\" name=\"Message[destinataire]\" required=\"required\" aria-required=\"true\" value=\"64\">",
              "target": [
                "#epr-iframe-js",
                "#Message_destinataire_2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-wrap\" for=\"Message_destinataire_2\">La Maison Elysée (Museum, Café, Way of Life)</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_destinataire_2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-recipient\">The country is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-recipient"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-contact__content message-context\">",
              "target": [
                "#epr-iframe-js",
                ".message-context"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<fieldset>",
              "target": [
                "#epr-iframe-js",
                ".message-context > fieldset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\">What do you want to talk about?</legend>",
              "target": [
                "#epr-iframe-js",
                ".message-context > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".message-context > fieldset > .placeholder"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap select-input\">",
              "target": [
                "#epr-iframe-js",
                ".message-context > fieldset > .placeholder > .select-input.placeholder-override-wrap:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_csp\">Title</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_csp\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"1\">An individual</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"3\">An elected official</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"4\">An association or union</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap select-input select-input-subject\">",
              "target": [
                "#epr-iframe-js",
                ".select-input-subject"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<label class=\"placeholder-override-label show required\" for=\"Message_topic\">Subject of your message</label>",
              "target": [
                "#epr-iframe-js",
                "label[for=\"Message_topic\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"\" selected=\"selected\">-</option>",
              "target": [
                "#epr-iframe-js",
                "#Message_topic > option[value=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"38\">Current events</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"38\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"34\">Personal request</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"34\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"33\">Personal opinion</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"33\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"32\">Message for Ms Brigitte Macron</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"32\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"30\">Petition</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"30\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"39\">Visit the Palace (groups only)</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"39\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"40\">Maison Élysée - Practical information</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"40\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"41\">Maison Élysée - Tickets</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"41\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"42\">Maison Élysée - Accessibility</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"42\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"43\">Maison Élysée - Feedback</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"43\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<option value=\"44\">Maison Élysée - Autres</option>",
              "target": [
                "#epr-iframe-js",
                "option[value=\"44\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-topic\">The subject is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-topic"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-contact__content message-box\">",
              "target": [
                "#epr-iframe-js",
                ".message-box"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<fieldset>",
              "target": [
                "#epr-iframe-js",
                ".message-box > fieldset"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<legend class=\"title\"><span id=\"requerant\"></span><span>Subject of your message</span>\n                                    </legend>",
              "target": [
                "#epr-iframe-js",
                ".message-box > fieldset > legend"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"requerant\"></span>",
              "target": [
                "#epr-iframe-js",
                "#requerant"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Subject of your message</span>",
              "target": [
                "#epr-iframe-js",
                "legend > span:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder\">",
              "target": [
                "#epr-iframe-js",
                ".message-box > fieldset > .placeholder"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"placeholder-override-wrap textarea-input\">",
              "target": [
                "#epr-iframe-js",
                ".textarea-input"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Max. 50 000 characters</p>",
              "target": [
                "#epr-iframe-js",
                ".textarea-input > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<textarea id=\"Message_corps\" name=\"Message[corps]\" required=\"required\" aria-required=\"true\" autocomplete=\"off\" maxlength=\"50001\" rows=\"20\" cols=\"40\" title=\"Your message - 50 000 characters\" data-described-by=\"error-msg-body\"></textarea>",
              "target": [
                "#epr-iframe-js",
                "#Message_corps"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"error-msg-body\">The message is mandatory</p>",
              "target": [
                "#epr-iframe-js",
                "#error-msg-body"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"message_corps_a11y\" class=\"a11y\" aria-live=\"polite\"></div>",
              "target": [
                "#epr-iframe-js",
                "#message_corps_a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"text-header\">",
              "target": [
                "#epr-iframe-js",
                ".text-header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"p\">",
              "target": [
                "#epr-iframe-js",
                ".p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "#epr-iframe-js",
                "br:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<br>",
              "target": [
                "#epr-iframe-js",
                "br:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a id=\"privacy-policy-button-js\" class=\"link-p link-button\" href=\"/en/epr/epr_mentions_cnil\">Processing of personal data – “Write to the President of the Republic” form.</a>",
              "target": [
                "#epr-iframe-js",
                "#privacy-policy-button-js"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"form-contact__content form-contact__content--submit captcha-submit\">",
              "target": [
                "#epr-iframe-js",
                ".form-contact__content--submit"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"captcha-content\">",
              "target": [
                "#epr-iframe-js",
                ".captcha-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img id=\"captcha\" src=\"/epr/captcha_image\" alt=\"CAPTCHA Image\">",
              "target": [
                "#epr-iframe-js",
                "#captcha"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"captcha_image_audio_div\">",
              "target": [
                "#epr-iframe-js",
                "#captcha_image_audio_div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"captcha_image_audio_controls\">",
              "target": [
                "#epr-iframe-js",
                "#captcha_image_audio_controls"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button id=\"captcha_audio_play\" class=\"captcha captcha_play_button\">",
              "target": [
                "#epr-iframe-js",
                "#captcha_audio_play"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img class=\"captcha_play_image\" height=\"32\" width=\"32\" src=\"/assets/img/audio_icon.png\" alt=\"Listen to captcha\" style=\"border: 0px;\" title=\"Listen to captcha\">",
              "target": [
                "#epr-iframe-js",
                ".captcha_play_image"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"contact space-top-30 iceBlue-bg\">",
              "target": [
                ".contact"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m.container:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-175301\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-175301"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                ".reset-last-space"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Parcels and gifts</h2>",
              "target": [
                ".reset-last-space > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Presidency of the Republic encourages you to send your donations, parcels and gifts to associations, particularly foodstuffs which, for safety reasons, cannot be consumed.</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Visiting the Élysée Palace</h2>",
              "target": [
                "h2:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The growing success of these visits unfortunately no longer allows us to accommodate you this year.</p>",
              "target": [
                ".reset-last-space > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/maison-elysee\">here</a>",
              "target": [
                "p:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>In the meantime, feel free to enjoy the <a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>, which will immerse you in the atmosphere of the Élysée Palace as if you were there. See you soon!</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"http://www.elysee.fr/visite-virtuelle\">virtual tour</a>",
              "target": [
                "p:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m.container:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker-xs cta-module \">",
              "target": [
                ".cta-module"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta-module__content\">",
              "target": [
                ".cta-module__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".cta-module__content > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    Discover the Élysée Palace. An interactive, fun, and 360° exploration of this historic site.\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta-module__link d-flex\">",
              "target": [
                ".cta-module__link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"http://visite.elysee...\" title=\"New window:I discove...\" eulerian-action=\"external_link_>_I di...\" eulerian-label=\"I discover the virtu...\" eulerian-component-h...=\"cta_>_module_>_link\" target=\"_blank\" rel=\"noopener noreferrer\">",
              "target": [
                ".cta--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">\n                        I discover the virtual tour.                     </span>",
              "target": [
                ".space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure>",
              "target": [
                "figure"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                "#footer > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                ".my-banner > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container border-bottom space-bottom-s \">",
              "target": [
                ".border-bottom.space-bottom-s.container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker d-flex bannerInfo\">",
              "target": [
                ".bannerInfo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc-logo\">",
              "target": [
                ".bannerModule-desc-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-imgContainer\"><img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\"></div>",
              "target": [
                ".bannerModule-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc\">\n                            <h2 class=\"bannerModule-title\">Discover Cocorico</h2>\n                            <p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>\n                        </div>",
              "target": [
                ".bannerModule-desc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex bannerModule-newsletter-link\">",
              "target": [
                ".bannerModule-newsletter-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                ".badge-arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"footer1 \">",
              "target": [
                ".footer1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
              "target": [
                ".js-footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"epr\">",
              "target": [
                ".epr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"socials\">",
              "target": [
                ".socials"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer2 \">",
              "target": [
                ".footer2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker footer-container js-footer-container2 \">",
              "target": [
                ".footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc flex2\">",
              "target": [
                ".flex2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc footer-bloc--logo\">",
              "target": [
                ".footer-bloc--logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "select-name",
          "impact": null,
          "tags": [
            "cat.forms",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.n",
            "TTv5",
            "TT5.c",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.1.1"
          ],
          "description": "Ensure select element has an accessible name",
          "help": "Select element must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/select-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Country"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_adressePays\">Country</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_adressePays\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_adressePays\" name=\"Message[adressePays]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"country-name\" data-described-by=\"error-msg-country\">",
              "target": [
                "#epr-iframe-js",
                "#Message_adressePays"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Prefix"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label for=\"Message_telephone_country\">Prefix</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_telephone_country\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_telephone_country\" name=\"Message[telephone][country]\">",
              "target": [
                "#epr-iframe-js",
                "#Message_telephone_country"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Title"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_csp\">Title</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_csp\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_csp\" name=\"Message[csp]\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\"><option value=\"1\">An individual</option><option value=\"3\">An elected official</option><option value=\"4\">An association or union</option></select>",
              "target": [
                "#epr-iframe-js",
                "#Message_csp"
              ]
            },
            {
              "any": [
                {
                  "id": "explicit-label",
                  "data": {
                    "explicitLabel": "Subject of your message"
                  },
                  "relatedNodes": [
                    {
                      "html": "<label class=\"placeholder-override-label show required\" for=\"Message_topic\">Subject of your message</label>",
                      "target": [
                        "#epr-iframe-js",
                        "label[for=\"Message_topic\"]"
                      ]
                    }
                  ],
                  "impact": "critical",
                  "message": "Element has an explicit <label>"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "hidden-explicit-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Form element has a visible explicit <label>"
                }
              ],
              "impact": null,
              "html": "<select id=\"Message_topic\" name=\"Message[topic]\" required=\"required\" class=\"placeholder-override-input floating-label\" aria-required=\"true\" autocomplete=\"off\" data-described-by=\"error-msg-topic\">",
              "target": [
                "#epr-iframe-js",
                "#Message_topic"
              ]
            }
          ]
        },
        {
          "id": "skip-link",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure all skip links have a focusable target",
          "help": "The skip-link target should exist and be focusable",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "skip-link",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Skip link target exists"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h1 class=\"h1--CS\">Contact</h1>",
              "target": [
                "h1"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "messageKey": "imgNode",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<img src=\"https://www.elysee.f...\" alt=\"\" width=\"1480\" height=\"980\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                htt...\" loading=\"lazy\">",
                      "target": [
                        "img[width=\"1480\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because element contains an image node"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                Send a message to the President of the Republic or to Mrs. Brigitte Macron to let them know of your concerns or thoughts.\n            </p>",
              "target": [
                ".content-text > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/contact/",
      "originalUrl": "https://www.elysee.fr/en/contact/",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/legal": {
      "title": "Legal and editorial information | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Legal and editorial information\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Présidence de la République<br>\n55, rue du Faubourg-Saint-Honoré<br>\n75008 Paris<br>\nTel.: +33 (0)1 42 92 81 00</p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Publication director</strong>",
              "target": [
                "h2:nth-child(4) > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Mr&nbsp;Patrick Strzoda, Director of Private Office</p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Publication director of the ”elysee.fr/g7“ section</b>",
              "target": [
                "h2:nth-child(6) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Mr&nbsp;Lionel Fabre, Communication Adviser at the Secretariat General of the French G7&nbsp;Presidency</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Web host</b>",
              "target": [
                "h2:nth-child(8) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p><a href=\"https://cegedim.cloud/\"><strong>CEGEDIM CLOUD</strong></a><br>\n137 rue d’Aguesseau, 92100 Boulogne-Billancourt Cedex – France<br>\nTél.&nbsp;: +33 (0)1 49 09 22 00 –&nbsp;Fax&nbsp;: +33 (0)1 46 03 45 95</p>",
              "target": [
                "p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>CEGEDIM CLOUD</strong>",
              "target": [
                "a[href$=\"cegedim.cloud/\"] > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Content</b>",
              "target": [
                "h2:nth-child(10) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Official texts</h3>",
              "target": [
                "h3:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Despite the great care taken to ensure the integrity of official documents published, accidental errors cannot be completely ruled out.</p>",
              "target": [
                "p:nth-child(12)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Editorial texts</h3>",
              "target": [
                "h3:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Editorial texts have no official value and are intended only to present the activities of the Presidency of the Republic and facilitate access to the contents of the site.</p>",
              "target": [
                "p:nth-child(14)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Links to other sites</h3>",
              "target": [
                "h3:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Links to other websites, whether private or official, French or foreign, are given to help Internet users access other documentation on the subject at hand. The Presidency of the Republic declines any liability for their content.</p>",
              "target": [
                "p:nth-child(16)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Reuse of content and links</b>",
              "target": [
                "h2:nth-child(18) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Unless explicitly stated as intellectual property held by third parties, the contents of this site are offered under an <a href=\"https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf\">open license</a>.</p>",
              "target": [
                "p:nth-child(19)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf\">open license</a>",
              "target": [
                "p:nth-child(19) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Any public or private site is authorized to create a link (including deep links) to the information on this site, without prior authorization.</p>",
              "target": [
                "p:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Graphics, photos and videos</b>",
              "target": [
                "h3:nth-child(21) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(22)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"mailto:photo@elysee.fr\">photo@elysee.fr</a>",
              "target": [
                "a[href$=\"mailto:photo@elysee.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>Credits</b>",
              "target": [
                "h2:nth-child(23) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<b>elysee.fr</b>",
              "target": [
                "h3:nth-child(24) > b"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Design and production: Direct Communication Service of the Presidency of the Republic</li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Design:&nbsp;<a href=\"http://ability.paris/\">Ability</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Development and integration :&nbsp;<a href=\"https://sensiolabs.com/\">SensioLabs</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://sensiolabs.com/\">SensioLabs</a>",
              "target": [
                "a[href$=\"sensiolabs.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Hosting:&nbsp;<a href=\"https://cegedim.cloud/\">CEGEDIM CLOUD</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://cegedim.cloud/\">CEGEDIM CLOUD</a>",
              "target": [
                "li:nth-child(4) > a[href$=\"cegedim.cloud/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Accessibility:&nbsp;<a href=\"https://temesis.com/\">Temesis</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://temesis.com/\">Temesis</a>",
              "target": [
                "a[href$=\"temesis.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Search engine:&nbsp;<a href=\"https://www.algolia.com/\">Algolia</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.algolia.com/\">Algolia</a>",
              "target": [
                "a[href$=\"algolia.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Consent management platform:&nbsp;<a href=\"https://opt-out.ferank.eu/fr/\">tarteaucitron.js</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://opt-out.ferank.eu/fr/\">tarteaucitron.js</a>",
              "target": [
                "li:nth-child(7) > a[href$=\"fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Fonts:&nbsp;<a href=\"https://typofonderie.com/\">Typofonderie</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://typofonderie.com/\">Typofonderie</a>",
              "target": [
                "a[href$=\"typofonderie.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Photos : Photo Department of the Presidency of the Republic</li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Videos: Video Department of the Presidency of the Republic</li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(26)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 3 January 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root > a[href$=\"legal\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>Unless explicitly stated as intellectual property held by third parties, the contents of this site are offered under an <a href=\"https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf\">open license</a>.</p>",
                      "target": [
                        "p:nth-child(19)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf\">open license</a>",
              "target": [
                "p:nth-child(19) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>",
                      "target": [
                        "p:nth-child(22)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"mailto:photo@elysee.fr\">photo@elysee.fr</a>",
              "target": [
                "a[href$=\"mailto:photo@elysee.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<li>Development and integration :&nbsp;<a href=\"https://sensiolabs.com/\">SensioLabs</a></li>",
                      "target": [
                        ".reset-last-space > ul > li:nth-child(3)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://sensiolabs.com/\">SensioLabs</a>",
              "target": [
                "a[href$=\"sensiolabs.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<li>Accessibility:&nbsp;<a href=\"https://temesis.com/\">Temesis</a></li>",
                      "target": [
                        ".reset-last-space > ul > li:nth-child(5)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://temesis.com/\">Temesis</a>",
              "target": [
                "a[href$=\"temesis.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<li>Search engine:&nbsp;<a href=\"https://www.algolia.com/\">Algolia</a></li>",
                      "target": [
                        ".reset-last-space > ul > li:nth-child(6)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.algolia.com/\">Algolia</a>",
              "target": [
                "a[href$=\"algolia.com/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<li>Consent management platform:&nbsp;<a href=\"https://opt-out.ferank.eu/fr/\">tarteaucitron.js</a></li>",
                      "target": [
                        ".reset-last-space > ul > li:nth-child(7)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://opt-out.ferank.eu/fr/\">tarteaucitron.js</a>",
              "target": [
                "li:nth-child(7) > a[href$=\"fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"https://cegedim.cloud/\"><strong>CEGEDIM CLOUD</strong></a>",
                      "target": [
                        "p:nth-child(9) > a[href$=\"cegedim.cloud/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf\">open license</a>",
                      "target": [
                        "p:nth-child(19) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"mailto:photo@elysee.fr\">photo@elysee.fr</a>",
                      "target": [
                        "a[href$=\"mailto:photo@elysee.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"http://ability.paris/\">Ability</a>",
                      "target": [
                        "a[href$=\"ability.paris/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://sensiolabs.com/\">SensioLabs</a>",
                      "target": [
                        "a[href$=\"sensiolabs.com/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://cegedim.cloud/\">CEGEDIM CLOUD</a>",
                      "target": [
                        "li:nth-child(4) > a[href$=\"cegedim.cloud/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://temesis.com/\">Temesis</a>",
                      "target": [
                        "a[href$=\"temesis.com/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.algolia.com/\">Algolia</a>",
                      "target": [
                        "a[href$=\"algolia.com/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://opt-out.ferank.eu/fr/\">tarteaucitron.js</a>",
                      "target": [
                        "li:nth-child(7) > a[href$=\"fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://typofonderie.com/\">Typofonderie</a>",
                      "target": [
                        "a[href$=\"typofonderie.com/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root > a[href$=\"legal\"]"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<b>Identification of the publisher</b>",
              "target": [
                "h2:nth-child(2) > b"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "messageKey": "pseudoContent",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<li>Design:&nbsp;<a href=\"http://ability.paris/\">Ability</a></li>",
                      "target": [
                        ".reset-last-space > ul > li:nth-child(2)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a pseudo element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"http://ability.paris/\">Ability</a>",
              "target": [
                "a[href$=\"ability.paris/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/legal",
      "originalUrl": "https://www.elysee.fr/en/legal",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/personal-data": {
      "title": "Personal data | Élysée",
      "violations": [],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"chart-2\" class=\"modal fade\" role=\"dialog\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"chart-dialog-title-2\">",
              "target": [
                "#chart-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modal-dialog\" role=\"document\">",
              "target": [
                "#chart-2 > .modal-dialog[role=\"document\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section id=\"chart-4\" class=\"modal fade\" role=\"dialog\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"chart-dialog-title-4\">",
              "target": [
                "#chart-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modal-dialog\" role=\"document\">",
              "target": [
                "#chart-4 > .modal-dialog[role=\"document\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                ".a11y[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitron\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"dialogTitle\" tabindex=\"-1\">",
              "target": [
                "#tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsapi\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> APIs</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_api > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsads\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Advertising network</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_ads > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsanalytic\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Audience measurement</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_analytic > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailscomment\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Comments</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_comment > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsother\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Other</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_other > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssocial\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Social networks</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_social > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailssupport\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Support</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_support > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronTitle\" role=\"heading\" aria-level=\"2\">               <button type=\"button\" class=\"catToggleBtn\" aria-expanded=\"false\" data-cat=\"tarteaucitronDetailsvideo\"><span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span> Videos</button>            </div>",
              "target": [
                "#tarteaucitronServicesTitle_video > .tarteaucitronTitle[aria-level=\"2\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\" aria-hidd ...>",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\" aria-hidden=\"true\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-core\" aria-hidden=\"true\">",
              "target": [
                "#p-core"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-modules\" aria-hidden=\"true\">",
              "target": [
                "#p-modules"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-algolia\" aria-hidden=\"true\">",
              "target": [
                "#p-algolia"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div style=\"display: none\" id=\"p-logo\" aria-hidden=\"true\">",
              "target": [
                "#p-logo"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "#tarteaucitronServicesTitle_mandatory > .tarteaucitronTitle > button[type=\"button\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronListCookies\" aria-hidden=\"true\"></span>",
              "target": [
                ".tarteaucitronListCookies[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsapi\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsads\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsanalytic\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailscomment\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsother\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssocial\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailssupport\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronPlus\" aria-hidden=\"true\"></span>",
              "target": [
                "button[data-cat=\"tarteaucitronDetailsvideo\"] > .tarteaucitronPlus[aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
                      "target": [
                        "#tac_title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
                      "target": [
                        ".tarteaucitronMainMessage"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.89,
                    "fontSize": "9.0pt (12px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#10162e"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.89"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "45.0pt (60px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fafafa"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Personal data\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Presidency of the Republic undertakes to ensure that the collection and processing of data from the elysee.fr website comply with the General Data Protection Regulation (GDPR) and the Data Processing, Data Files and Individual Liberties Act.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Each form or online service collects as little data as possible (data minimization) and states:</p>",
              "target": [
                "#moduleAnchor-171490 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The objectives of the data collection (purposes);</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Whether this data is mandatory or optional for processing of your request;</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Who may access the data;</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>How to exercise your rights with regard to the Presidency of the Republic.</li>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > ul:nth-child(4) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The personal data collected on elysee.fr are processed under security measures to limit risks and allow the Presidency to manage the requests received in its computer applications.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Data Protection Officer (DPO) of the Presidency of the Republic is your interlocutor for any request to exercise your rights regarding the processing of your personal data by the Presidency.</p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>You can contact the DPO by post:</p>",
              "target": [
                "p:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Délégué à la protection des données (DPO)</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Présidence de la République</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>55 rue du Faubourg-Saint-Honoré</p>",
              "target": [
                "p:nth-child(10)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>75008 PARIS</p>",
              "target": [
                "p:nth-child(11)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Identifying information stored in the visitor’s browser – cookies</strong>",
              "target": [
                "#-identifying-information-stored-in-the-visitor-rsquo-s-browser-ndash-cookies- > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>A cookie is a small file stored by a visitor’s browser at the request of a website.&nbsp;Several types of identifying information are used by the website to improve interactivity.&nbsp;Three types of cookies are used by www.elysee.fr.</p>",
              "target": [
                "p:nth-child(13)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>First party cookies needed for the site to function</strong>",
              "target": [
                "#-first-party-cookies-needed-for-the-site-to-function- > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>These cookies allow the site to function optimally. You can refuse them and delete them via your browser settings, but your browsing experience may be affected.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(15)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 id=\"-internal-cookie-tarteaucitron\"><strong>Internal cookie:</strong> tarteaucitron</h3>",
              "target": [
                "#-internal-cookie-tarteaucitron"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Internal cookie:</strong>",
              "target": [
                "#-internal-cookie-tarteaucitron > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Purpose: storing cookie consent choices</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(17)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>Duration: 12 months</p>",
              "target": [
                "p:nth-child(18)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Third party cookies to improve the interactivity of the site</strong>",
              "target": [
                "#-third-party-cookies-to-improve-the-interactivity-of-the-site- > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The www.elysee.fr website uses certain services offered by third-party sites. They include:</p>",
              "target": [
                "p:nth-child(20)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>the Dailymotion video player;</li>",
              "target": [
                "ul:nth-child(21) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>the YouTube video player;</li>",
              "target": [
                "ul:nth-child(21) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>the Snapchat video player;</li>",
              "target": [
                "ul:nth-child(21) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>the Twitter display;</li>",
              "target": [
                "ul:nth-child(21) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>the Captcha in the newsletter registration form.</li>",
              "target": [
                "ul:nth-child(21) > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>These features use third-party cookies directly stored by these services. <a href=\"https://www.elysee.fr/en/personal-data#cookies\">Click here</a> to find out more about cookies improving the interactivity of the site and to accept or refuse them.</p>",
              "target": [
                ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(22)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "15.0pt (20px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/personal-data#cookies\">Click here</a>",
              "target": [
                "p:nth-child(22) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>“Newsletter registration” form</h2>",
              "target": [
                "section > h2:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"chapo\">\n                            22 April 2026 <span>- Charter</span>                        </p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__top > .align-items-center > .chapo"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>- Charter</span>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__top > .align-items-center > .chapo > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"card__top__title\">Personal data</h2>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__top > .align-items-center > .card__top__title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/front/pdf/sp-module...\" class=\"align-self-start lin...\" aria-label=\"Download pdf - Perso...\" eulerian-action=\"(download)_>_Persona...\" eulerian-label=\"Download pdf\" eulerian-free-slot-l...=\"Personal data\" eulerian-component-h...=\"document_>_card_>_li...\">",
              "target": [
                "a[eulerian-action=\"(download)_>_Personal data\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The online “Newsletter registration” form is a data processing application managed by the Presidency of the Republic and its service providers (sending of emails and analytics).</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The Presidency of the Republic undertakes to ensure that the collection and processing of data from the online “Newsletter registration” form comply with the General Data Protection Regulation (GDPR) and the Data Processing, Data Files and Individual Liberties Act.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This form collects as little data as possible (data minimization) and states:</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The objectives of the data collection (purposes);</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Whether this data is mandatory or optional for processing of your request;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Who may access the data;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Your data protection rights and how to exercise them.</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The personal data collected are processed in accordance with secure protocols and are used to manage requests received in the computer applications of the Presidency of the Republic or which are issued by its provider.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Purpose of data processing</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(6) > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<strong>Purposes</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(7) > strong"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The purpose of the processing is to collect information for the sending of personalized or standard emails, providing the latest news concerning the President and Presidency of the Republic.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">Open</span>",
              "target": [
                "button[data-target=\"#chart-2\"] > .space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"chapo\">\n                            14 June 2019 <span>- Charter</span>                        </p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__top > .align-items-center > .chapo"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#b21d0a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 6.83,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 6.83"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>- Charter</span>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__top > .align-items-center > .chapo > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"card__top__title\">Personal data – “Presidency of the French Republic” ticketing system</h2>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__top > .align-items-center > .card__top__title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/front/pdf/sp-module...\" class=\"align-self-start lin...\" aria-label=\"Download pdf - Perso...\" eulerian-action=\"(download)_>_Persona...\" eulerian-label=\"Download pdf\" eulerian-free-slot-l...=\"Personal data – “Pre...\" eulerian-component-h...=\"document_>_card_>_li...\">",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__top > .align-self-start.link--basic[eulerian-component-hierarchy=\"document_>_card_>_link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This form collects as little data as possible (data minimization).</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>This page states:</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>The objectives of the data collection (purposes);</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Whether this data are mandatory or optional for processing of your request;</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Who may access the data;</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>Your data protection rights and how to exercise them.</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(4) > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The personal data collected are processed in accordance with secure protocols and are used to manage requests received in the computer applications of the Presidency of the Republic or which are issued by its provider.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2>Purpose of data processing</h2>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3>Purposes</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>The processing manages registration requests for events organized by the Presidency of the French Republic.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"space-bottom-xxxs\">Open</span>",
              "target": [
                "button[data-target=\"#chart-4\"] > .space-bottom-xxxs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 12 January 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.8pt (25px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.39,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#2c3356",
                    "contrastRatio": 12.4,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#2b3255"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 12.4"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.56,
                    "fontSize": "16.5pt (22px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#1d274a",
                    "bgColor": "#ffffff",
                    "contrastRatio": 14.56,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#fbfbfb"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.56"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#1d274a",
                    "contrastRatio": 14.69,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1",
                    "shadowColor": "#1d2649"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 14.69"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "chart-dialog-title-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"card__top__title\" id=\"chart-dialog-title-2\">Personal data</h2>",
              "target": [
                "#chart-dialog-title-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "chart-dialog-title-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"card__top__title\" id=\"chart-dialog-title-4\">Personal data – “Presidency of the French Republic” ticketing system</h2>",
              "target": [
                "#chart-dialog-title-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tac_title",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "dialogTitle",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH1\" role=\"heading\" aria-level=\"1\" id=\"dialogTitle\">Cookies management panel</span>",
              "target": [
                "#dialogTitle"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-0",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH2\" role=\"heading\" aria-level=\"2\" id=\"titleLabel-0\">Preference for all services</span>",
              "target": [
                "#titleLabel-0"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-1\">This site uses cookies necessary for its proper functioning which cannot be deactivated.</span>",
              "target": [
                "#titleLabel-1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-2\">Eulerian Analytics</span>",
              "target": [
                "#titleLabel-2"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-3\">Instagram</span>",
              "target": [
                "#titleLabel-3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-4\">X (formerly Twitter)</span>",
              "target": [
                "#titleLabel-4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-5",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-5\">X (formerly Twitter) cards</span>",
              "target": [
                "#titleLabel-5"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-6",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-6\">Dailymotion</span>",
              "target": [
                "#titleLabel-6"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "titleLabel-7",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"tarteaucitronH3\" role=\"heading\" aria-level=\"3\" id=\"titleLabel-7\">YouTube</span>",
              "target": [
                "#titleLabel-7"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "tarteaucitronDisclaimerAlertParent",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(1)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > div:nth-child(24) > div:nth-child(5) > div > div:nth-child(1) > h2:nth-child(1)"
                        ],
                        "level": 2
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "region",
                    "accessibleText": "cookies management panel"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>These features use third-party cookies directly stored by these services. <a href=\"https://www.elysee.fr/en/personal-data#cookies\">Click here</a> to find out more about cookies improving the interactivity of the site and to accept or refuse them.</p>",
                      "target": [
                        ".reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(22)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text in some way other than by color"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/personal-data#cookies\">Click here</a>",
              "target": [
                "p:nth-child(22) > a"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div role=\"heading\" aria-level=\"1\" id=\"tac_title\" class=\"tac_visually-hidden\">Cookies management panel</div>",
              "target": [
                "#tac_title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPremium\"></div>",
              "target": [
                "#tarteaucitronPremium"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronalertWrapper\">",
              "target": [
                ".tarteaucitronalertWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronDisclaimerWrapper\">",
              "target": [
                ".tarteaucitronDisclaimerWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"tarteaucitronMainMessage\">The Elysée respects your privacy</h2>",
              "target": [
                ".tarteaucitronMainMessage"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"tarteaucitronDisclaimer\" id=\"tarteaucitronDisclaimerAlertParent\"><span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span></p>",
              "target": [
                "#tarteaucitronDisclaimerAlertParent"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"tarteaucitronmainButtonsWrapper\">",
              "target": [
                ".tarteaucitronmainButtonsWrapper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"tarteaucitronCloseAlert\" aria-label=\"Find out more (modal window)\" title=\"Find out more (modal window)\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">       Find out more   </button>",
              "target": [
                "#tarteaucitronCloseAlert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronAllow\" id=\"tarteaucitronPersonalize2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Yes, I agree</button>",
              "target": [
                "#tarteaucitronPersonalize2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"tarteaucitronCTAButton tarteaucitronDeny\" id=\"tarteaucitronAllDenied2\" aria-describedby=\"tarteaucitronDisclaimerAlertParent\">Deny</button>",
              "target": [
                "#tarteaucitronAllDenied2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"tarteaucitronPercentage\" style=\"display: block;\"></div>",
              "target": [
                "#tarteaucitronPercentage"
              ]
            }
          ]
        },
        {
          "id": "tabindex",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice"
          ],
          "description": "Ensure tabindex attribute values are not greater than 0",
          "help": "Elements should not have tabindex greater than zero",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "tabindex",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have a tabindex greater than 0"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div tabindex=\"-1\" id=\"tarteaucitronAlertBig\" class=\"tarteaucitronAlertBigBottom\" aria-label=\"Gérez les cookies\" aria-modal=\"true\" role=\"dialog\" style=\"display: block; opacity: 1;\">",
              "target": [
                "#tarteaucitronAlertBig"
              ]
            }
          ]
        },
        {
          "id": "valid-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2aa",
            "wcag312",
            "TTv5",
            "TT11.b",
            "EN-301-549",
            "EN-9.3.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.8.1"
          ],
          "description": "Ensure lang attributes have valid values",
          "help": "lang attribute must have a valid value",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/valid-lang?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<div id=\"tarteaucitronRoot\" data-nosnippet=\"true\" lang=\"en\" role=\"region\" aria-labelledby=\"tac_title\" class=\"tarteaucitronBeforeVisible\">",
              "target": [
                "#tarteaucitronRoot"
              ]
            }
          ]
        }
      ],
      "incomplete": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
                      "target": [
                        "a[href$=\"#main\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
                      "target": [
                        "a[href$=\"#search-link\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\" aria-hidden=\"true\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/en/\">",
                      "target": [
                        "a[href$=\"en/\"]"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    },
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
                      "target": [
                        ".anchor.link--reverse[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
                      "target": [
                        ".list-link"
                      ]
                    },
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/search\" class=\"cta-icon\">",
                      "target": [
                        ".cta-icon"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\" aria-hidden=\"true\">",
              "target": [
                "#navigation"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"https://www.elysee.fr/en/personal-data#cookies\">Click here</a>",
                      "target": [
                        "p:nth-child(22) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/front/pdf/sp-module...\" class=\"align-self-start lin...\" aria-label=\"Download pdf - Perso...\" eulerian-action=\"(download)_>_Persona...\" eulerian-label=\"Download pdf\" eulerian-free-slot-l...=\"Personal data\" eulerian-component-h...=\"document_>_card_>_li...\">",
                      "target": [
                        "a[eulerian-action=\"(download)_>_Personal data\"]"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" data-toggle=\"modal\" data-target=\"#chart-2\" class=\"btn cta-transcript\">",
                      "target": [
                        "button[data-target=\"#chart-2\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/front/pdf/sp-module...\" class=\"align-self-start lin...\" aria-label=\"Download pdf - Perso...\" eulerian-action=\"(download)_>_Persona...\" eulerian-label=\"Download pdf\" eulerian-free-slot-l...=\"Personal data – “Pre...\" eulerian-component-h...=\"document_>_card_>_li...\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__top > .align-self-start.link--basic[eulerian-component-hierarchy=\"document_>_card_>_link\"]"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" data-toggle=\"modal\" data-target=\"#chart-4\" class=\"btn cta-transcript\">",
                      "target": [
                        "button[data-target=\"#chart-4\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<main role=\"main\" id=\"main\" aria-hidden=\"true\">",
              "target": [
                "#main"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
                      "target": [
                        ".bannerModule-linkBlock"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
                      "target": [
                        "li > a[href$=\"all-actualities\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
                      "target": [
                        "#footer1-list3 > li > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(3) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(4) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
                      "target": [
                        "#footer1-list4 > li:nth-child(6) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
                      "target": [
                        "li:nth-child(7) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
                      "target": [
                        "li:nth-child(8) > a[href$=\"patrimoine\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
                      "target": [
                        ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
                      "target": [
                        "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
                      "target": [
                        "li:nth-child(2) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
                      "target": [
                        "li:nth-child(3) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
                      "target": [
                        "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
                      "target": [
                        "li:nth-child(5) > .badge--trans-white.badge-link.badge"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(1) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(2) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
                      "target": [
                        ":root"
                      ]
                    },
                    {
                      "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
                      "target": [
                        ".link-button"
                      ]
                    },
                    {
                      "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
                      "target": [
                        "#footer2-list1 > li:nth-child(5) > a"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
                      "target": [
                        "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
                      "target": [
                        "a[title=\"New window:legifrance.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
                      "target": [
                        "a[href$=\"info.gouv.fr/\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
                      "target": [
                        "a[href$=\"data.gouv.fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
                      "target": [
                        "a[href=\"https://www.france.fr/fr\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
                      "target": [
                        "a[title=\"La Maison Élysée\"]"
                      ]
                    },
                    {
                      "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
                      "target": [
                        "a[href$=\"boutique.elysee.fr/\"]"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Check that focusable elements are not tabbable in the current state"
                }
              ],
              "none": [],
              "impact": "serious",
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\" aria-hidden=\"true\">",
              "target": [
                "#footer"
              ],
              "failureSummary": "Fix all of the following:\n  Check that focusable elements are not tabbable in the current state"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "26.3pt (35px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<section class=\"container space-bottom-m \">",
                      "target": [
                        ".space-bottom-m:nth-child(2)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Personal data</h2>",
              "target": [
                "section > h2:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>It allows the authorized staff members of the Presidency of the Republic to:</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(9)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Prepare and send standard or personalised emails;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Manage activities (production of activity statistics).</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Data processed</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(11) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Categories of data processed</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(12) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Personal contact information;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Date of birth;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Interests.</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Source of data</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(14) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>This information is collected from the user of the form.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(15)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Mandatory data collection</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(16) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The online “Newsletter registration” form imposes mandatory collection of the information required to process the request.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(17)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Automated decision-making</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(18) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The processing does not involve automated decision-making.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(19)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Recipients of data</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(20) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Categories of recipients</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(21) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The recipients of all or part of the data are:</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(22)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Authorized staff members of the digital communication unit;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(23) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Authorized staff members of the presidential correspondence service;</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(23) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>The service provider responsible for sending emails.</li>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(23) > li:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Data transfers outside the European Union</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(24) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>No data is transferred outside the European Union.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(25)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Duration of data retention</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(26) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The data are kept until the end of the last term of the President of the Republic in office when the form is used, as long as the data subject does not unsubscribe (via the unsubscribe link incorporated into the communications).</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(27)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Security</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(28) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>This online service is currently being approved (General Security Guidelines – RGS).</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(29)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Rights regarding your data</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(30) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>You can access and obtain a copy of your data, object to the processing of this data, and have it rectified or erased. You also have a right to restrict the processing of your data.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(31)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<strong>Exercising your rights</strong>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(32) > strong"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The Data Protection Officer (DPO) of the Presidency of the Republic is your interlocutor for any request to exercise your rights in this processing.</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(33)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(3) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>Contact the DPO by post:<br>\nDélégué à la protection des données (DPO)<br>\nPrésidence de la République<br>\n55 rue du Faubourg-Saint-Honoré<br>\n75008 PARIS</p>",
              "target": [
                ".js-document:nth-child(3) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(34)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>It allows the staff members of the Presidency to:</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(9)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Manage requests and replies;</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Manage activities (production of activity statistics);</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Generate admission tickets;</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Check admission tickets on the day of the event.</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(10) > li:nth-child(4)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Data processed</h2>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(11)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Categories of data processed:</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(12)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Surname</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>First name</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Email</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(3)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Date of birth</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(4)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Place of birth</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(13) > li:nth-child(5)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Source of data</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(14)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>This information is collected from the user of the online ticketing system.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(15)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Mandatory data collection</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(16)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The online ticket office imposes mandatory collection of the information required to process the request.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(17)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Automated decision-making</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(18)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The processing does not involve automated decision-making.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(19)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2>Recipients of data</h2>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h2:nth-child(20)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Categories of recipients</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(21)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>On the basis of content of the message submitted by the user of the form, the recipients of all or a portion of the data are:</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(22)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>Communication Directorate and Security Directorate staff members;</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(23) > li:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<li>French authorities and administrations working on security at the Élysée Palace.</li>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > ul:nth-child(23) > li:nth-child(2)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Data transfers outside the European Union</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(25)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>No data are transferred outside the European Union.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(26)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Duration of data retention</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(27)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>Data are kept until the end of the event for which the user of the form submitted an invitation request. They are then sent to the national archives, in compliance with the Heritage Code.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(28)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Security</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(29)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>This online service is currently being approved (General Security Guidelines – RGS).</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(30)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Rights regarding your data</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(31)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>You can access and obtain a copy of your data, object to the processing of this data, and have it rectified or erased. You also have a right to restrict the processing of your data.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(32)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "19.5pt (26px)",
                    "fontWeight": "bold",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3>Exercising your rights</h3>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > h3:nth-child(33)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>The Data Protection Officer (DPO) of the Presidency of the Republic is your interlocutor for any request to exercise your rights in this processing.</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(34)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"card\">",
                      "target": [
                        ".js-document:nth-child(6) > .container--thicker-xs > .card"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>Contact the DPO by post:<br>\nDélégué à la protection des données<br>\nPrésidence de la République<br>\n55 rue du Faubourg Saint-Honoré<br>\n75008 PARIS</p>",
              "target": [
                ".js-document:nth-child(6) > .container--thicker-xs > .card > .card__body.ck-styled > p:nth-child(35)"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title.d-md-block.d-none"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "10.5pt (14px)",
                    "fontWeight": "normal",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "bold",
                    "messageKey": "bgImage",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
                      "target": [
                        ".js-footer-container"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined due to a background image"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > .footer-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "contrastRatio": 0,
                    "fontSize": "11.3pt (15px)",
                    "fontWeight": "normal",
                    "messageKey": "elmPartiallyObscured",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
                      "target": [
                        "#tarteaucitronDisclaimerAlert"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element's background color could not be determined because it's partially obscured by another element"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span id=\"tarteaucitronDisclaimerAlert\" role=\"paragraph\">       We use cookies to improve your user experience.   </span>",
              "target": [
                "#tarteaucitronDisclaimerAlert"
              ],
              "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
            }
          ]
        }
      ],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/personal-data",
      "originalUrl": "https://www.elysee.fr/en/personal-data",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/sitemap": {
      "title": "Sitemap | Élysée",
      "violations": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Contact</span>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>French</span>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"plan-du-site\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>English</span>",
              "target": [
                "a[aria-current=\"true\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>German</span>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item[href$=\"sitemap\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
                      "target": [
                        "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
                      "target": [
                        "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"separator\"></span>",
                      "target": [
                        ".separator"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"20\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-menu\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"20\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"17\" width=\"18\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-cross\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"17\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"70\" width=\"60\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-logo-simple\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"70\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"29\" width=\"180\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-elysee\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"29\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-actu > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-presidence > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" viewBox=\"0 0 20 14\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                "svg[viewBox=\"0 0 20 14\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                <use xlink:href=\"#symbol-arrow-45\"></use>\n                                            </svg>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"] > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-actu2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-presidence2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                ".badge > .link--svg[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                        </svg>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"plan-du-site\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-en\"></use>\n                                                        </svg>",
              "target": [
                "a[aria-current=\"true\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-de\"></use>\n                                                        </svg>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item[href$=\"sitemap\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                    <use xlink:href=\"#symbol-arrow-45\"></use>\n                                                </svg>",
              "target": [
                ".list-link > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"m-l-5\" aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                </svg>",
              "target": [
                ".m-l-5"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"plan-du-site\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                ".dropdown-item[href$=\"plan-du-site\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(2) > .dropdown-item[href$=\"sitemap\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(2) > .dropdown-item[href$=\"sitemap\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-de\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(3) > .dropdown-item[href$=\"sitemap\"] > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(3) > .dropdown-item[href$=\"sitemap\"] > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"15\" height=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-icon-loupe\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"15\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"50\" width=\"170\" focusable=\"false\">\n                    <use xlink:href=\"#logo-elysee\"></use>\n                </svg>",
              "target": [
                "svg[height=\"50\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                ".badge--trans-black > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate270\" aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                            <use xlink:href=\"#fleche-large\"></use>\n                        </svg>",
              "target": [
                ".rotate270"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list3\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list4\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-twitter\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-facebook\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-instagram\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-youtube\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-linkedin\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list2\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
                      "target": [
                        "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
                      "target": [
                        "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
                      "target": [
                        "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
                      "target": [
                        "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
                      "target": [
                        "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
                      "target": [
                        "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
                      ]
                    },
                    {
                      "html": "<h1 class=\"space-top-xl\">\n                                Sitemap\n            </h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
                      "target": [
                        ".bannerModule-title"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
                      "target": [
                        "p[aria-level=\"2\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
                      "target": [
                        ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
                      "target": [
                        ".socials > h3"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
                      "target": [
                        ".flex2 > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
                      "target": [
                        ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
                      "target": [
                        ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
                      "target": [
                        ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Open menu</span>",
              "target": [
                "#menu-burger > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item[href$=\"plan-du-site\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item[href$=\"sitemap\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item[href$=\"sitemap\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Sitemap\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/all-actualities\">News</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\">Emmanuel Macron</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/brigitte-macron\">Brigitte Macron</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\">Presidential team</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/governing-bodies\">Governing bodies</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\">Former Presidents</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\">The institutions</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\">Foundling texts</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/principles-of-the-republic\">Principles of the Republic</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(8) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\">The symbols</a>",
              "target": [
                "li:nth-child(9) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/cultural-space/evreux-300\">The Palace is 300</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\">Virtual visit</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\">The main rooms</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-other-presidential-residences\">The other presidential residences</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\">Shop</a>",
              "target": [
                "li:nth-child(5) > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/content/24-a-propos-de-la-boutique\">Contact</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 21 April 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Top of page</span>",
              "target": [
                ".badge--blue-revert > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "#footer1-list1 > li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Sitemap\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div > div > h2:nth-child(3)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div > h2:nth-child(3)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > header:nth-child(4) > h1:nth-child(2)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(1) > div > div > div > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > p:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(3) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(4) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Sitemap\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "main menu"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "search",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                ".logo > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"bannerMenu-btn menuBtn\" href=\"/en/maison-elysee\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/plan-du-site\">",
              "target": [
                ".space-left-18.dropdown-item[href$=\"plan-du-site\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/de/sitemap\">",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/plan-du-site\">",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item[href$=\"plan-du-site\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/en/sitemap\">",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/de/sitemap\">",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/all-actualities\">News</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\">Emmanuel Macron</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/brigitte-macron\">Brigitte Macron</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\">Presidential team</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/governing-bodies\">Governing bodies</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\">Former Presidents</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\">The institutions</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\">Foundling texts</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/principles-of-the-republic\">Principles of the Republic</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(8) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\">The symbols</a>",
              "target": [
                "li:nth-child(9) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/cultural-space/evreux-300\">The Palace is 300</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\">Virtual visit</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\">The main rooms</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-other-presidential-residences\">The other presidential residences</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\">Shop</a>",
              "target": [
                "li:nth-child(5) > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/content/24-a-propos-de-la-boutique\">Contact</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"badge badge--blue-revert\" href=\"#nav-access\">",
              "target": [
                ".badge--blue-revert"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "#footer1-list1 > li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"bannerMenu-list d-md-none\">",
              "target": [
                ".bannerMenu-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"language-links\" class=\"list-links bg-white d-flex d-md-none flex-row flex-wrap space-top-s space-bottom-l border-top\">",
              "target": [
                "#language-links"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--vertical bg-white\">",
              "target": [
                ".list-links--vertical"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".d-flex.list-unstyled"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"border-top\">",
              "target": [
                ".bannerMenu-list > .border-top"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/all-actualities\">News</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/emmanuel-macron\">Emmanuel Macron</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/brigitte-macron\">Brigitte Macron</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\">Presidential team</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/governing-bodies\">Governing bodies</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\">Former Presidents</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\">The institutions</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\">Foundling texts</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/principles-of-the-republic\">Principles of the Republic</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\">The symbols</a></li>",
              "target": [
                "li:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/cultural-space/evreux-300\">The Palace is 300</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://visite.elysee.fr/\">Virtual visit</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\">The main rooms</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-other-presidential-residences\">The other presidential residences</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://boutique.elysee.fr/en/\">Shop</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://boutique.elysee.fr/en/content/24-a-propos-de-la-boutique\">Contact</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\">",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
              "target": [
                "#navbar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sticky-menu\">",
              "target": [
                ".sticky-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"logo\">",
              "target": [
                ".logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Open menu</span>",
              "target": [
                "#menu-burger > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                ".logo > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav\">",
              "target": [
                ".sub-nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"bannerMenu-list d-md-none\">",
              "target": [
                ".bannerMenu-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-actu-content\" class=\"menuPanel-wrapper\" x-placement=\"bottom\" data-menu-panel=\"menu-actu\">",
              "target": [
                "#menu-actu-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-actualities\">",
              "target": [
                "#header-actualities"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel headerMenu-panel\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"menuList-linkContainer\">\n        <a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>\n    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey\"></span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .border-bottom-lightgrey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-presidence-content\" class=\"menuPanel-wrapper\" x-placement=\"bottom\" data-menu-panel=\"menu-presidence\">",
              "target": [
                "#menu-presidence-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-presidence\">",
              "target": [
                "#header-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-block d-md-none\"></span>",
              "target": [
                "#header-presidence > .d-block.border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel menuList-panel--alt bg-vanilla\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h-100 m-b-n\">",
              "target": [
                "li:nth-child(3) > .h-100.m-b-n"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"border-top\">",
              "target": [
                ".bannerMenu-list > .border-top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h-100 m-b-n\">",
              "target": [
                ".border-top > .h-100.m-b-n"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"bannerMenu-btn menuBtn\" href=\"/en/maison-elysee\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                "#menu-actu2 > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-actu2-content\" x-placement=\"bottom\" class=\"dropdown-menu-center dropdown-menu bg-white\">",
              "target": [
                "#menu-actu2-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"arrow\"></div>",
              "target": [
                "#menu-actu2-content > .arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-actualities2\">",
              "target": [
                "#header-actualities2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel headerMenu-panel\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"menuList-linkContainer\">\n        <a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>\n    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey\"></span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .border-bottom-lightgrey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                "#menu-presidence2 > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div x-placement=\"bottom\" class=\"popper dropdown-menu dropdown-menu-left bg-white\">",
              "target": [
                ".popper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"popper__arrow\" x-arrow=\"\"></div>",
              "target": [
                ".popper__arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-presidence2\">",
              "target": [
                "#header-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-block d-md-none\"></span>",
              "target": [
                "#header-presidence2 > .d-block.border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel menuList-panel--alt bg-vanilla\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"language-links\" class=\"list-links bg-white d-flex d-md-none flex-row flex-wrap space-top-s space-bottom-l border-top\">",
              "target": [
                "#language-links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/plan-du-site\">",
              "target": [
                ".space-left-18.dropdown-item[href$=\"plan-du-site\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                ".space-left-18.dropdown-item[href$=\"plan-du-site\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/sitemap\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                "a[aria-current=\"true\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/de/sitemap\">",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item[href$=\"sitemap\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-links--horizontal list-group--dropdown space-0 border-bottom-0 d-none d-md-flex flex-shrink-0\">",
              "target": [
                ".list-group--dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"separator\"></span>",
              "target": [
                ".separator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown switch-lang\">",
              "target": [
                ".dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown-menu dropdown-menu-right m-t-n\">",
              "target": [
                ".dropdown-menu-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"arrow\"></div>",
              "target": [
                ".dropdown-menu-right > .arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--vertical bg-white\">",
              "target": [
                ".list-links--vertical"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/plan-du-site\">",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item[href$=\"plan-du-site\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item[href$=\"plan-du-site\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/en/sitemap\">",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item[href$=\"sitemap\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/de/sitemap\">",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item[href$=\"sitemap\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item[href$=\"sitemap\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"print-logo\">\n                <svg aria-hidden=\"true\" height=\"50\" width=\"170\" focusable=\"false\">\n                    <use xlink:href=\"#logo-elysee\"></use>\n                </svg>\n            </div>",
              "target": [
                ".print-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                Sitemap\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container space-top-m\">",
              "target": [
                ".space-top-m"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".space-top-m > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modules articleSummary-neighbours\">",
              "target": [
                ".modules"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-211260\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-211260"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                ".reset-last-space"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/all-actualities\">News</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/all-actualities\">News</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/emmanuel-macron\">Emmanuel Macron</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/emmanuel-macron\">Emmanuel Macron</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(2) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/brigitte-macron\">Brigitte Macron</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/brigitte-macron\">Brigitte Macron</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\">Presidential team</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/presidential-team\">Presidential team</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/governing-bodies\">Governing bodies</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/governing-bodies\">Governing bodies</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\">Former Presidents</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-presidents-of-the-republic\">Former Presidents</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\">The institutions</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-institutions\">The institutions</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\">Foundling texts</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/founding-texts\">Foundling texts</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/principles-of-the-republic\">Principles of the Republic</a></li>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/principles-of-the-republic\">Principles of the Republic</a>",
              "target": [
                "li:nth-child(2) > ul > li:nth-child(8) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\">The symbols</a></li>",
              "target": [
                "li:nth-child(9)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-symbols\">The symbols</a>",
              "target": [
                "li:nth-child(9) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/cultural-space/evreux-300\">The Palace is 300</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/cultural-space/evreux-300\">The Palace is 300</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://visite.elysee.fr/\">Virtual visit</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://visite.elysee.fr/\">Virtual visit</a>",
              "target": [
                "a[href$=\"visite.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\">The main rooms</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-main-rooms\">The main rooms</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.elysee.fr/en/french-presidency/the-other-presidential-residences\">The other presidential residences</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.elysee.fr/en/french-presidency/the-other-presidential-residences\">The other presidential residences</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://boutique.elysee.fr/en/\">Shop</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(3) > ul > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/\">Shop</a>",
              "target": [
                "li:nth-child(5) > a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://boutique.elysee.fr/en/content/24-a-propos-de-la-boutique\">Contact</a></li>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/en/content/24-a-propos-de-la-boutique\">Contact</a>",
              "target": [
                ".reset-last-space > ul > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 21 April 2023</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner sticky\">",
              "target": [
                ".my-banner.sticky"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                ".my-banner.sticky > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container border-bottom space-bottom-s \">",
              "target": [
                ".border-bottom.space-bottom-s.container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker d-flex bannerInfo\">",
              "target": [
                ".bannerInfo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc-logo\">",
              "target": [
                ".bannerModule-desc-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-imgContainer\"><img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\"></div>",
              "target": [
                ".bannerModule-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc\">\n                            <h2 class=\"bannerModule-title\">Discover Cocorico</h2>\n                            <p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>\n                        </div>",
              "target": [
                ".bannerModule-desc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex bannerModule-newsletter-link\">",
              "target": [
                ".bannerModule-newsletter-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                ".badge--trans-black"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"footer1 \">",
              "target": [
                ".footer1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
              "target": [
                ".js-footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"back-top\">",
              "target": [
                ".back-top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"badge badge--blue-revert\" href=\"#nav-access\">",
              "target": [
                ".badge--blue-revert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Top of page</span>",
              "target": [
                ".badge--blue-revert > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "#footer1-list1 > li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"epr\">",
              "target": [
                ".epr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"socials\">",
              "target": [
                ".socials"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".d-flex.list-unstyled"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".d-flex.list-unstyled > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer2 \">",
              "target": [
                ".footer2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker footer-container js-footer-container2 \">",
              "target": [
                ".footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc flex2\">",
              "target": [
                ".flex2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc footer-bloc--logo\">",
              "target": [
                ".footer-bloc--logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/sitemap",
      "originalUrl": "https://www.elysee.fr/en/sitemap",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-french-flag": {
      "title": "The French flag | Élysée",
      "violations": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Contact</span>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-actu2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
                      "target": [
                        "#menu-presidence2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.17,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "messageKey": null,
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.17 (foreground color: #000000, background color: #10162f, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>French</span>",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>English</span>",
              "target": [
                "a[aria-current=\"true\"] > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#10162f",
                    "contrastRatio": 1.89,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
                      "target": [
                        "#navbar"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<span>German</span>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item > span"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #0000ee, background color: #10162f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#efefef",
                    "contrastRatio": 1.14,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "messageKey": null,
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [
                    {
                      "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
                      "target": [
                        "#dropdownMenuButton"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ],
              "all": [],
              "none": [],
              "impact": "serious",
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ],
              "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
                      "target": [
                        "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
                      "target": [
                        "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": {
                    "values": "span"
                  },
                  "relatedNodes": [
                    {
                      "html": "<span class=\"separator\"></span>",
                      "target": [
                        ".separator"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "List element has direct children that are not allowed: span"
                }
              ],
              "impact": "serious",
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ],
              "failureSummary": "Fix all of the following:\n  List element has direct children that are not allowed: span"
            }
          ]
        }
      ],
      "passes": [
        {
          "id": "aria-allowed-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure an element's role supports its ARIA attributes",
          "help": "Elements must only use supported ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-allowed-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attributes are used correctly for the defined role"
                }
              ],
              "none": [
                {
                  "id": "aria-unsupported-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute is supported"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-allowed-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure role attribute has an appropriate value for the element",
          "help": "ARIA role should be appropriate for the element",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-allowed-role",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is allowed for given element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-conditional-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
          "help": "ARIA attributes must be used as specified for the element's role",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-conditional-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-conditional-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-deprecated-role",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements do not use deprecated roles",
          "help": "Deprecated ARIA roles must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-deprecated-role?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "deprecatedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "ARIA role is not deprecated"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-dialog-name",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice"
          ],
          "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-body",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag131",
            "wcag412",
            "EN-301-549",
            "EN-9.1.3.1",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
          "help": "aria-hidden=\"true\" must not be present on the document body",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-body?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-hidden-body",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "No aria-hidden attribute is present on document body"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<body class=\"theme-staticPage\" data-spy=\"scroll\" data-target=\"#myScrollspy\" data-offset=\"15\">",
              "target": [
                "body"
              ]
            }
          ]
        },
        {
          "id": "aria-hidden-focus",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-10.8.1"
          ],
          "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"20\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-menu\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"20\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"17\" width=\"18\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-cross\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"17\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"70\" width=\"60\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-logo-simple\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"70\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"29\" width=\"180\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-elysee\"></use>\n                            </svg>",
              "target": [
                "svg[height=\"29\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-actu > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"10\" height=\"16\" viewBox=\"0 0 10 16\" focusable=\"false\">\n                                            <use xlink:href=\"#chevron-right\"></use>\n                                        </svg>",
              "target": [
                "#menu-presidence > .link--chevron[width=\"10\"][viewBox=\"0 0 10 16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" viewBox=\"0 0 20 14\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                "svg[viewBox=\"0 0 20 14\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                <use xlink:href=\"#symbol-arrow-45\"></use>\n                                            </svg>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"] > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-actu2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg link--chevron own-color\" aria-hidden=\"true\" width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-icon-arrow-bottom\"></use>\n                                            </svg>",
              "target": [
                "#menu-presidence2 > .badge > .link--chevron[height=\"7\"][viewBox=\"0 0 12 7\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .own-color[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\" width=\"23\" height=\"16\">\n                    <use xlink:href=\"#symbol-fleche\"></use>\n                </svg>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > .own-color[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"23\" height=\"16\" focusable=\"false\">\n                                                <use xlink:href=\"#symbol-fleche\"></use>\n                                            </svg>",
              "target": [
                ".badge > .link--svg[width=\"23\"][height=\"16\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                        </svg>",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-en\"></use>\n                                                        </svg>",
              "target": [
                "a[aria-current=\"true\"] > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                            <use xlink:href=\"#symbol-icon-de\"></use>\n                                                        </svg>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item > svg[height=\"8\"][width=\"12\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"22\" height=\"22\">\n                                                    <use xlink:href=\"#symbol-arrow-45\"></use>\n                                                </svg>",
              "target": [
                ".list-link > svg[height=\"22\"][width=\"22\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"m-l-5\" aria-hidden=\"true\" width=\"12\" height=\"8\" focusable=\"false\">\n                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                </svg>",
              "target": [
                ".m-l-5"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-fr\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(1) > .dropdown-item > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(1) > .dropdown-item > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-en\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(2) > .dropdown-item > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(2) > .dropdown-item > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"own-color\" aria-hidden=\"true\" width=\"21\" height=\"15\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-icon-de\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(3) > .dropdown-item > .own-color[width=\"21\"][height=\"15\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"link--svg own-color\" aria-hidden=\"true\" width=\"22\" height=\"14\" focusable=\"false\">\n                                                                    <use xlink:href=\"#symbol-fleche\"></use>\n                                                                </svg>",
              "target": [
                "li:nth-child(3) > .dropdown-item > .link--svg[height=\"14\"][width=\"22\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" width=\"15\" height=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-icon-loupe\"></use>\n                            </svg>",
              "target": [
                "svg[width=\"15\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"50\" width=\"170\" focusable=\"false\">\n                    <use xlink:href=\"#logo-elysee\"></use>\n                </svg>",
              "target": [
                "svg[height=\"50\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" class=\"\">\n                            <use href=\"#symbol-fleche2\"></use>\n                        </svg>",
              "target": [
                ".cta--CS > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>",
              "target": [
                ".badge--trans-black > svg[aria-hidden=\"true\"][focusable=\"false\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg class=\"rotate270\" aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                            <use xlink:href=\"#fleche-large\"></use>\n                        </svg>",
              "target": [
                ".rotate270"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list3\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                                <use xlink:href=\"#symbol-chevron\"></use>\n                            </svg>",
              "target": [
                "button[data-target=\"#footer1-list4\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-twitter\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-facebook\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-instagram\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-youtube\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" focusable=\"false\" width=\"19\" height=\"19\">\n                                            <use xlink:href=\"#symbol-linkedin\"></use>\n                                        </svg>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > svg[height=\"19\"][width=\"19\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list1\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "focusable-modal-open",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements while a modal is open"
                },
                {
                  "id": "focusable-disabled",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                },
                {
                  "id": "focusable-not-tabbable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "No focusable elements contained within element"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<svg aria-hidden=\"true\" height=\"16\" width=\"16\" focusable=\"false\">\n                            <use xlink:href=\"#symbol-chevron\"></use>\n                        </svg>",
              "target": [
                "button[data-target=\"#footer2-list2\"] > svg[width=\"16\"][height=\"16\"][aria-hidden=\"true\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure ARIA attributes are not prohibited for an element's role",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "aria-prohibited-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "ARIA attribute is allowed"
                }
              ],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-required-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure elements with ARIA roles have all required ARIA attributes",
          "help": "Required ARIA attributes must be provided",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-required-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "All required ARIA attributes are present"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all elements with a role attribute use a valid value",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "invalidrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is valid"
                },
                {
                  "id": "abstractrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Abstract roles are not used"
                },
                {
                  "id": "unsupportedrole",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA role is supported"
                }
              ],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr-value",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure all ARIA attributes have valid values",
          "help": "ARIA attributes must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [],
              "all": [
                {
                  "id": "aria-valid-attr-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute values are valid"
                },
                {
                  "id": "aria-errormessage",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
                },
                {
                  "id": "aria-level",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-level values are valid"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "aria-valid-attr",
          "impact": null,
          "tags": [
            "cat.aria",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
          "help": "ARIA attributes must conform to valid names",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "aria-valid-attr",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "ARIA attribute name is valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "avoid-inline-spacing",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag21aa",
            "wcag1412",
            "EN-301-549",
            "EN-9.1.4.12",
            "ACT"
          ],
          "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
          "help": "Inline text spacing must be adjustable with custom stylesheets",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/avoid-inline-spacing?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "important-letter-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-word-spacing",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
                },
                {
                  "id": "important-line-height",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "line-height in the style attribute is not set to !important, or meets the minimum"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ]
            }
          ]
        },
        {
          "id": "button-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-11.9.1"
          ],
          "description": "Ensure buttons have discernible text",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                },
                {
                  "id": "aria-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "aria-label attribute exists and is not empty"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "button-has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has inner text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            }
          ]
        },
        {
          "id": "bypass",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag241",
            "section508",
            "section508.22.o",
            "TTv5",
            "TT9.a",
            "EN-301-549",
            "EN-9.2.4.1",
            "RGAAv4",
            "RGAA-12.7.1"
          ],
          "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
          "help": "Page must have means to bypass repeated blocks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/bypass?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "internal-link-present",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Valid skip link found"
                },
                {
                  "id": "header-present",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
                      "target": [
                        "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
                      "target": [
                        "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
                      "target": [
                        "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
                      "target": [
                        "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
                      "target": [
                        "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
                      ]
                    },
                    {
                      "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
                      "target": [
                        "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
                      ]
                    },
                    {
                      "html": "<h1 class=\"space-top-xl\">\n                                The French flag\n            </h1>",
                      "target": [
                        "h1"
                      ]
                    },
                    {
                      "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
                      "target": [
                        ".bannerModule-title"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
                      "target": [
                        "p[aria-level=\"2\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
                      "target": [
                        ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
                      "target": [
                        ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
                      "target": [
                        ".socials > h3"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
                      "target": [
                        ".flex2 > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
                      "target": [
                        ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
                      "target": [
                        ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
                      ]
                    },
                    {
                      "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
                      "target": [
                        ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a heading"
                },
                {
                  "id": "landmark",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<main role=\"main\" id=\"main\">",
                      "target": [
                        "#main"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Page has a landmark region"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "tags": [
            "cat.color",
            "wcag2aa",
            "wcag143",
            "TTv5",
            "TT13.c",
            "EN-301-549",
            "EN-9.1.4.3",
            "ACT",
            "RGAAv4",
            "RGAA-3.2.1"
          ],
          "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Open menu</span>",
              "target": [
                "#menu-burger > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#ffffff",
                    "bgColor": "#10162f",
                    "contrastRatio": 17.82,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 17.82"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "24.0pt (32px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The French flag\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-22580 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figcaption class=\"space-top-xs text-small\">\n                    Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\n                </figcaption>",
              "target": [
                "figcaption"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>On 25 February 1848, during the proclamation of the Republic, the rebels wanted a completely red flag. It was Lamartine who, as a poet, was able to find the words, and as a politician, was able to galvanize the crowd in order to save the national flag.</p>",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i>",
              "target": [
                "p:nth-child(1) > i"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i>Alphonse de Lamartine</i>",
              "target": [
                "p:nth-child(2) > i"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">the Constitution of the Fifth Republic</a>",
              "target": [
                "p:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    See the other symbols of the Republic\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">\n                        See the other symbols of the Republic\n                    </span>",
              "target": [
                ".cta--CS > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 14 December 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "18.0pt (24px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Top of page</span>",
              "target": [
                ".badge--blue-revert > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#efefef",
                    "contrastRatio": 18.26,
                    "fontSize": "10.0pt (13.3333px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 18.26"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#0000ee",
                    "bgColor": "#ffffff",
                    "contrastRatio": 9.39,
                    "fontSize": "12.0pt (16px)",
                    "fontWeight": "normal",
                    "expectedContrastRatio": "4.5:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 9.39"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "color-contrast",
                  "data": {
                    "fgColor": "#000000",
                    "bgColor": "#ffffff",
                    "contrastRatio": 21,
                    "fontSize": "14.0pt (18.72px)",
                    "fontWeight": "bold",
                    "expectedContrastRatio": "3:1"
                  },
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has sufficient color contrast of 21"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "document-title",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag242",
            "TTv5",
            "TT12.a",
            "EN-301-549",
            "EN-9.2.4.2",
            "ACT",
            "RGAAv4",
            "RGAA-8.5.1"
          ],
          "description": "Ensure each HTML document contains a non-empty <title> element",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/document-title?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "doc-has-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Document has a non-empty <title> element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "duplicate-id-aria",
          "impact": null,
          "tags": [
            "cat.parsing",
            "wcag2a",
            "wcag412",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-8.2.1"
          ],
          "description": "Ensure every id attribute value used in ARIA and in labels is unique",
          "help": "IDs used in ARIA and labels must be unique",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/duplicate-id-aria?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list3",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer1-list4",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list1",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "duplicate-id-aria",
                  "data": "footer2-list2",
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "best-practice"
          ],
          "description": "Ensure headings have discernible text",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The French flag\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the order of headings is semantically correct",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": {
                    "headingOrder": [
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div > div > h2:nth-child(3)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(2) > div:nth-child(2) > div > div:nth-child(1) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(1) > li:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div > h2:nth-child(3)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > nav:nth-child(3) > div > div > div:nth-child(2) > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > header:nth-child(4) > h1:nth-child(2)"
                        ],
                        "level": 1
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(1) > div > div > div > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > p:nth-child(2)"
                        ],
                        "level": 2
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(2) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(3) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(1) > p:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > section:nth-child(2) > div > ul:nth-child(3) > li:nth-child(4) > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(1) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(2) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(3) > h3:nth-child(1)"
                        ],
                        "level": 3
                      },
                      {
                        "ancestry": [
                          "html > body > footer:nth-child(6) > div:nth-child(3) > div > div:nth-child(4) > h3:nth-child(1)"
                        ],
                        "level": 3
                      }
                    ]
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The French flag\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "heading-order",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Heading order valid"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.3.1"
          ],
          "description": "Ensure every HTML document has a lang attribute",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "The <html> element has a lang attribute"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "html-lang-valid",
          "impact": null,
          "tags": [
            "cat.language",
            "wcag2a",
            "wcag311",
            "TTv5",
            "TT11.a",
            "EN-301-549",
            "EN-9.3.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-8.4.1"
          ],
          "description": "Ensure the lang attribute of the <html> element has a valid value",
          "help": "<html> element must have a valid value for the lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/html-lang-valid?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "valid-lang",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Value of lang attribute is included in the list of valid languages"
                }
              ],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "wcag2a",
            "wcag111",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT7.a",
            "TT7.b",
            "EN-301-549",
            "EN-9.1.1.1",
            "ACT",
            "RGAAv4",
            "RGAA-1.1.1"
          ],
          "description": "Ensure <img> elements have alternative text or a role of none or presentation",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" alt=\"2019-05-08 (191348) ...\" loading=\"lazy\">",
              "target": [
                "picture > img"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 760px) c...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".img-container > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                },
                {
                  "id": "presentational-role",
                  "data": {
                    "role": "presentation"
                  },
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element's default semantics were overridden with role=\"presentation\""
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-alt",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has an alt attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "alt-space-value",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "critical",
                  "message": "Element has a valid alt attribute value"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": null,
          "tags": [
            "cat.text-alternatives",
            "best-practice"
          ],
          "description": "Ensure image alternative is not repeated as text",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" alt=\"2019-05-08 (191348) ...\" loading=\"lazy\">",
              "target": [
                "picture > img"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 760px) c...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".img-container > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "duplicate-img-label",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element does not duplicate existing text in <img> alt text"
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the banner landmark is at top level",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-banner-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "banner"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The banner landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-contentinfo-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the contentinfo landmark is at top level",
          "help": "Contentinfo landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "contentinfo"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The contentinfo landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-main-is-top-level",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the main landmark is at top level",
          "help": "Main landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-main-is-top-level?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-top-level",
                  "data": {
                    "role": "main"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "The main landmark is at the top level."
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one banner landmark",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-banner",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one banner landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-contentinfo",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one contentinfo landmark",
          "help": "Document should not have more than one contentinfo landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-contentinfo",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one contentinfo landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has at most one main landmark",
          "help": "Document should not have more than one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-main?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "page-no-duplicate-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document does not have more than one main landmark"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure the document has a main landmark",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-main",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Document has at least one main landmark"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure landmarks are unique",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "navigation",
                    "accessibleText": "main menu"
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "search",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "banner",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "main",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "landmark-is-unique",
                  "data": {
                    "role": "contentinfo",
                    "accessibleText": null
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            }
          ]
        },
        {
          "id": "link-in-text-block",
          "impact": null,
          "tags": [
            "cat.color",
            "wcag2a",
            "wcag141",
            "TTv5",
            "TT13.a",
            "EN-301-549",
            "EN-9.1.4.1",
            "RGAAv4",
            "RGAA-10.6.1"
          ],
          "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
          "help": "Links must be distinguishable without relying on color",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "link-in-text-block-style",
                  "data": null,
                  "relatedNodes": [
                    {
                      "html": "<p>",
                      "target": [
                        "p:nth-child(5)"
                      ]
                    }
                  ],
                  "impact": "serious",
                  "message": "Links can be distinguished from surrounding text by visual styling"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">the Constitution of the Fifth Republic</a>",
              "target": [
                "p:nth-child(5) > a"
              ]
            }
          ]
        },
        {
          "id": "link-name",
          "impact": null,
          "tags": [
            "cat.name-role-value",
            "wcag2a",
            "wcag244",
            "wcag412",
            "section508",
            "section508.22.a",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.2.4.4",
            "EN-9.4.1.2",
            "ACT",
            "RGAAv4",
            "RGAA-6.2.1"
          ],
          "description": "Ensure links have discernible text",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"bannerMenu-btn menuBtn\" href=\"/en/maison-elysee\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/la-presidence/le-drapeau-francais\">",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/de/franzoesisches-praesidialamt/die-franzoesische-flagge\">",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/la-presidence/le-drapeau-francais\">",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/en/french-presidency/the-french-flag\">",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/de/franzoesisches-praesidialamt/die-franzoesische-flagge\">",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">the Constitution of the Fifth Republic</a>",
              "target": [
                "p:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:. See the...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"See the other symbol...\" eulerian-component-h...=\"cta_>_module_>_link\">",
              "target": [
                ".cta--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a class=\"badge badge--blue-revert\" href=\"#nav-access\">",
              "target": [
                ".badge--blue-revert"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "has-visible-text",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has text that is visible to screen readers"
                },
                {
                  "id": "non-empty-title",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element has a title attribute"
                }
              ],
              "all": [],
              "none": [
                {
                  "id": "focusable-no-name",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element is not in tab order or has accessible text"
                }
              ],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure that lists are structured correctly",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"bannerMenu-list d-md-none\">",
              "target": [
                ".bannerMenu-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"language-links\" class=\"list-links bg-white d-flex d-md-none flex-row flex-wrap space-top-s space-bottom-l border-top\">",
              "target": [
                "#language-links"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"list-links list-links--vertical bg-white\">",
              "target": [
                ".list-links--vertical"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "only-listitems",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List element only has direct children that are allowed inside <li> elements"
                }
              ],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            }
          ]
        },
        {
          "id": "listitem",
          "impact": null,
          "tags": [
            "cat.structure",
            "wcag2a",
            "wcag131",
            "EN-301-549",
            "EN-9.1.3.1",
            "RGAAv4",
            "RGAA-9.3.1"
          ],
          "description": "Ensure <li> elements are used semantically",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"border-top\">",
              "target": [
                ".bannerMenu-list > .border-top"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "listitem",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport-large",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "best-practice"
          ],
          "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
          "help": "Users should be able to zoom and scale the text up to 500%",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport-large?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport-large",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "<meta> tag does not prevent significant zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": null,
          "tags": [
            "cat.sensory-and-visual-cues",
            "wcag2aa",
            "wcag144",
            "EN-301-549",
            "EN-9.1.4.4",
            "ACT",
            "RGAAv4",
            "RGAA-10.4.2"
          ],
          "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "meta-viewport",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "<meta> tag does not disable zooming on mobile devices"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,shrink-to-fit=no\">",
              "target": [
                "meta[name=\"viewport\"]"
              ]
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "wcag2a",
            "wcag412",
            "TTv5",
            "TT6.a",
            "EN-301-549",
            "EN-9.4.1.2",
            "RGAAv4",
            "RGAA-7.1.1"
          ],
          "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" alt=\"2019-05-08 (191348) ...\" loading=\"lazy\">",
              "target": [
                "picture > img"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "no-focusable-content",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "serious",
                  "message": "Element does not have focusable descendants"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": null,
          "tags": [
            "cat.semantics",
            "best-practice"
          ],
          "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [
                {
                  "id": "page-has-heading-one",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "Page has at least one level-one heading"
                }
              ],
              "none": [],
              "impact": null,
              "html": "<html lang=\"en\">",
              "target": [
                "html"
              ]
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": null,
          "tags": [
            "cat.aria",
            "best-practice",
            "ACT"
          ],
          "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
          "nodes": [
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 760px) c...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".img-container > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [],
              "all": [],
              "none": [
                {
                  "id": "is-element-focusable",
                  "data": null,
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element is focusable."
                },
                {
                  "id": "has-global-aria-attribute",
                  "data": [],
                  "relatedNodes": [],
                  "impact": "minor",
                  "message": "Element has global ARIA attributes: "
                }
              ],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            }
          ]
        },
        {
          "id": "region",
          "impact": null,
          "tags": [
            "cat.keyboard",
            "best-practice",
            "RGAAv4",
            "RGAA-9.2.1"
          ],
          "description": "Ensure all page content is contained by landmarks",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
          "nodes": [
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"algolia-data\" data-algolia-app-id=\"3TZAU2BNPU\" data-algolia-search-...=\"95935a64b8198293b19b...\" data-algolia-prefix=\"prod\" data-algolia-enabled...=\"[\"all\",\"agenda\",\"vid...\" data-algolia-search-...=\"search.label\" data-algolia-spaces=\"[\"Élysée\",\"G7\"]\" data-algolia-isfilte...=\"true\">",
              "target": [
                "#algolia-data"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"nav-access\" class=\"list-links list-links--horizontal\">\n        <li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>\n        <li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>\n    </ul>",
              "target": [
                "#nav-access"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#main\" class=\"link list-links-item\">Access main content</a></li>",
              "target": [
                "#nav-access > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#main\" class=\"link list-links-item\">Access main content</a>",
              "target": [
                "a[href$=\"#main\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"#search-link\" class=\"link list-links-item\">Access search</a></li>",
              "target": [
                "#nav-access > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"#search-link\" class=\"link list-links-item\">Access search</a>",
              "target": [
                "a[href$=\"#search-link\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<nav role=\"navigation\" class=\"space-h-0 nav container border-bottom  \" id=\"navigation\" aria-label=\"main menu\">",
              "target": [
                "#navigation"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"navbar\" class=\"sticky-container sticky\">",
              "target": [
                "#navbar"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sticky-menu\">",
              "target": [
                ".sticky-menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"logo\">",
              "target": [
                ".logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" id=\"menu-burger\" aria-expanded=\"false\">",
              "target": [
                "#menu-burger"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Open menu</span>",
              "target": [
                "#menu-burger > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/\">",
              "target": [
                "a[href$=\"en/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Go to homepage</span>",
              "target": [
                "a[href$=\"en/\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav\">",
              "target": [
                ".sub-nav"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"sub-nav__content\" role=\"dialog\" aria-label=\"Open menu\" aria-modal=\"true\">",
              "target": [
                ".sub-nav__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"bannerMenu-list d-md-none\">",
              "target": [
                ".bannerMenu-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" data-offset=\"10,20\" type=\"button\" id=\"menu-actu\" data-toggle=\"menu-panel-btn\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-actu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-actu-content\" class=\"menuPanel-wrapper\" x-placement=\"bottom\" data-menu-panel=\"menu-actu\">",
              "target": [
                "#menu-actu-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-actualities\">",
              "target": [
                "#header-actualities"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel headerMenu-panel\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"menuList-linkContainer\">\n        <a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>\n    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey\"></span>",
              "target": [
                "#header-actualities > .headerMenu-panel.menuList-panel > .border-bottom-lightgrey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence\" data-toggle=\"menu-panel-btn\" aria-expanded=\"false\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                "#menu-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-presidence-content\" class=\"menuPanel-wrapper\" x-placement=\"bottom\" data-menu-panel=\"menu-presidence\">",
              "target": [
                "#menu-presidence-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-presidence\">",
              "target": [
                "#header-presidence"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-block d-md-none\"></span>",
              "target": [
                "#header-presidence > .d-block.border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel menuList-panel--alt bg-vanilla\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".bannerMenu-list > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h-100 m-b-n\">",
              "target": [
                "li:nth-child(3) > .h-100.m-b-n"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"bannerMenu-btn menuBtn\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"contact/\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"border-top\">",
              "target": [
                ".bannerMenu-list > .border-top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"h-100 m-b-n\">",
              "target": [
                ".border-top > .h-100.m-b-n"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"bannerMenu-btn menuBtn\" href=\"/en/maison-elysee\">",
              "target": [
                ".menuBtn.bannerMenu-btn[href$=\"maison-elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-grey ff-primary\" style=\"font-weight:400\">La Maison Élysée</span>",
              "target": [
                ".c-grey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--horizontal list-links--menu d-none d-md-flex\">",
              "target": [
                ".list-links--menu"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-relative\">",
              "target": [
                ".list-links--menu > .p-relative"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-actu2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-actu2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>News</span>",
              "target": [
                "#menu-actu2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                "#menu-actu2 > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"menu-actu2-content\" x-placement=\"bottom\" class=\"dropdown-menu-center dropdown-menu bg-white\">",
              "target": [
                "#menu-actu2-content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"arrow\"></div>",
              "target": [
                "#menu-actu2-content > .arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-actualities2\">",
              "target": [
                "#header-actualities2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel headerMenu-panel\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-actu\" id=\"submenu-actu\">\n        <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n            <use xlink:href=\"#chevron-right\"></use>\n        </svg>\n        News\n    </button>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-back[data-menu-close=\"menu-actu\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"menuList-linkContainer\">\n        <a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>\n    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\" class=\"menuList-link\">\n            <span>All news</span>\n            <svg aria-hidden=\"true\" focusable=\"false\" class=\"own-color\">\n                <use xlink:href=\"#symbol-fleche\"></use>\n            </svg>\n        </a>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>All news</span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-linkContainer > .menuList-link[href$=\"all-actualities\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Last news</h2>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/20/joint-declaration-french-polish-on-the-occasion-of-the-first-french-polish-bilateral-summit-under-the-treaty-of-nancy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Declaration french-polish on the occasion of the First french-polish Bilateral Summit under the Treaty of Nancy.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/joint-statement-by-president-macron-and-prime-minister-starmer-co-chairs-of-the-international-summit-on-the-strait-of-hormuz\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Joint Statement by President Macron and Prime Minister Starmer, Co-chairs of the International Summit on the Strait of Hormuz.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link\" href=\"https://www.elysee.fr/en/emmanuel-macron/2026/04/17/strait-of-hormuz-maritime-navigation-initiative\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img me...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > .menuList-item-img--big.space-right.b-raduis"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                        Strait of Hormuz maritime navigation initiative.\n                    </p>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .menuList-item-link > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey\"></span>",
              "target": [
                "#header-actualities2 > .headerMenu-panel.menuList-panel > .border-bottom-lightgrey"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"p-static\">",
              "target": [
                ".p-static"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button data-flip=\"false\" type=\"button\" id=\"menu-presidence2\" data-toggle=\"dropdown\" aria-expanded=\"false\" class=\"anchor link--reverse\">",
              "target": [
                "#menu-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Presidency</span>",
              "target": [
                "#menu-presidence2 > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                "#menu-presidence2 > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div x-placement=\"bottom\" class=\"popper dropdown-menu dropdown-menu-left bg-white\">",
              "target": [
                ".popper"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"popper__arrow\" x-arrow=\"\"></div>",
              "target": [
                ".popper__arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList\" id=\"header-presidence2\">",
              "target": [
                "#header-presidence2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"menuList-back d-md-none\" data-menu-close=\"menu-presidence\" id=\"submenu-presidence\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Back - </span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-back[data-menu-close=\"menu-presidence\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title c-red\">Today</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-title.c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/emmanuel-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Emmanuel Macron</span>\n                    Emmanuel Macron was elected President of France in 2017.\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Emmanuel Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(1) > .justify-content-between.menuList-item-link[href$=\"emmanuel-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/brigitte-macron\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Brigitte Macron</span>\n                    Biography of Ms Brigitte Macron\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Brigitte Macron</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(2) > .justify-content-between.menuList-item-link[href$=\"brigitte-macron\"] > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between\" href=\"/en/french-presidency/presidential-team\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                    <span class=\"menuList-item-title\">Presidential team</span>\n                    Private office, military staff and services of the Presidency of the Republic\n                </p>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Presidential team</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" srcset=\"https://www.elysee.f...\" class=\"menuList-item-img sp...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(3) > .menuList-item:nth-child(3) > .justify-content-between.menuList-item-link > .space-left.menuList-item-img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/transition-ecologique\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Nos engagements RSE</span>",
              "target": [
                "#header-presidence2 > .menuList-panel:nth-child(1) > .menuList-list:nth-child(4) > .menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-block d-md-none\"></span>",
              "target": [
                "#header-presidence2 > .d-block.border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"menuList-panel menuList-panel--alt bg-vanilla\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"menuList-title\"><span class=\"c-red\">Yesterday</span>, 150th anniversary of the Republic</h2>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"c-red\">Yesterday</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-title > .c-red"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"menuList-list\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The Presidents since 1848</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(1) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The institutions</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(2) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Founding texts</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .menuList-item:nth-child(3) > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space-bottom-s\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\" class=\"bannerMenu-btn\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>The symbols</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space-bottom-s.menuList-item > .bannerMenu-btn > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"border-bottom-lightgrey d-md-none\"></span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .border-bottom-lightgrey.d-md-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"menuList-item space_cultural\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"menuList-item-link justify-content-between align-items-start\" href=\"/en/cultural-space/patrimoine\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"presidence-text\">\n                        <span class=\"menuList-item-title\">Heritage</span>\n                        History of presidential residences\n                    </p>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"menuList-item-title\">Heritage</span>",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > .presidence-text > .menuList-item-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png\" srcset=\"https://www.elysee.fr/front/images/patrimoine-img.f7dd6d64.png 1x\" alt=\"\" loading=\"lazy\">",
              "target": [
                "#header-presidence2 > .menuList-panel--alt.bg-vanilla.menuList-panel > .menuList-list > .space_cultural.menuList-item > .align-items-start.justify-content-between[href$=\"patrimoine\"] > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--menu > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"anchor link--reverse\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Contact</span>",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > span:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge\">",
              "target": [
                ".anchor.link--reverse[href$=\"contact/\"] > .badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"language-links\" class=\"list-links bg-white d-flex d-md-none flex-row flex-wrap space-top-s space-bottom-l border-top\">",
              "target": [
                "#language-links"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/la-presidence/le-drapeau-francais\">",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                "li:nth-child(1) > .space-left-18.dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/en/french-presidency/the-french-flag\" aria-current=\"true\">",
              "target": [
                "a[aria-current=\"true\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                "a[aria-current=\"true\"] > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                "#language-links > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item space-left-18\" href=\"/de/franzoesisches-praesidialamt/die-franzoesische-flagge\">",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                "li:nth-child(3) > .space-left-18.dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"list-links--horizontal list-group--dropdown space-0 border-bottom-0 d-none d-md-flex flex-shrink-0\">",
              "target": [
                ".list-group--dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex end-list hidden-mobile\">",
              "target": [
                ".end-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">",
              "target": [
                ".list-element:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"list-link link--reverse\" href=\"/en/maison-elysee\">",
              "target": [
                ".list-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>La Maison Élysée</span>",
              "target": [
                ".list-link > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"separator\"></span>",
              "target": [
                ".separator"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"list-element\">\n                                                                                    </li>",
              "target": [
                ".list-element:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown switch-lang\">",
              "target": [
                ".dropdown"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button class=\"dropdown-toggle t-uppercase\" type=\"button\" id=\"dropdownMenuButton\" data-toggle=\"dropdown\" data-offset=\"10,10\" aria-expanded=\"false\" aria-label=\"En, English - switch language\">",
              "target": [
                "#dropdownMenuButton"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"dropdown-menu dropdown-menu-right m-t-n\">",
              "target": [
                ".dropdown-menu-right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"arrow\"></div>",
              "target": [
                ".dropdown-menu-right > .arrow"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"list-links list-links--vertical bg-white\">",
              "target": [
                ".list-links--vertical"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/la-presidence/le-drapeau-francais\">",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>French</span>",
              "target": [
                ".list-links--vertical > li:nth-child(1) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/en/french-presidency/the-french-flag\">",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>English</span>",
              "target": [
                ".list-links--vertical > li:nth-child(2) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-links--vertical > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"dropdown-item\" href=\"/de/franzoesisches-praesidialamt/die-franzoesische-flagge\">",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>German</span>",
              "target": [
                ".list-links--vertical > li:nth-child(3) > .dropdown-item > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"search-link\" role=\"search\">",
              "target": [
                "#search-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/search\" class=\"cta-icon\">",
              "target": [
                ".cta-icon"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span>Search</span>",
              "target": [
                ".cta-icon > span"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<header id=\"header\" class=\"container space-bottom-n alwaysSticky\" role=\"banner\">",
              "target": [
                "#header"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"print-logo\">\n                <svg aria-hidden=\"true\" height=\"50\" width=\"170\" focusable=\"false\">\n                    <use xlink:href=\"#logo-elysee\"></use>\n                </svg>\n            </div>",
              "target": [
                ".print-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h1 class=\"space-top-xl\">\n                                The French flag\n            </h1>",
              "target": [
                "h1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<picture class=\"cover-imgContainer\">",
              "target": [
                "picture"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.f...\" media=\"(max-width:320px)\">",
              "target": [
                "source[media=\"(max-width:320px)\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<source srcset=\"https://www.elysee.f...\" media=\"(max-width:480px)\">",
              "target": [
                "source[media=\"(max-width:480px)\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1480px) ...\" srcset=\"\n                   ...\" alt=\"2019-05-08 (191348) ...\" loading=\"lazy\">",
              "target": [
                "picture > img"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<main role=\"main\" id=\"main\">",
              "target": [
                "#main"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container space-top-m\">",
              "target": [
                ".space-top-m"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".space-top-m > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"modules articleSummary-neighbours\">",
              "target": [
                ".modules"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-22580\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-22580"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                "#moduleAnchor-22580 > .reset-last-space.ck-styled[dir=\"auto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#moduleAnchor-22580 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-22580 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "#moduleAnchor-22580 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure class=\"col-note\" role=\"group\" aria-label=\"Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\">",
              "target": [
                ".col-note"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"col-note__left\"></span>",
              "target": [
                ".col-note__left"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"col-note__center img-fit\">",
              "target": [
                ".col-note__center"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"img-container\">",
              "target": [
                ".img-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 760px) c...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".img-container > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figcaption class=\"space-top-xs text-small\">\n                    Léon Cogniet, Pièce allégorique sur les différents drapeaux de la France : [estampe] © Bibliothèque nationale de France\n                </figcaption>",
              "target": [
                "figcaption"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"col-note__right\"></span>",
              "target": [
                ".col-note__right"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div id=\"moduleAnchor-163622\" class=\"rich-text container--thicker-xs\">",
              "target": [
                "#moduleAnchor-163622"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div dir=\"auto\" class=\"reset-last-space ck-styled\">",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p id=\"content\"></p>",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>On 25 February 1848, during the proclamation of the Republic, the rebels wanted a completely red flag. It was Lamartine who, as a poet, was able to find the words, and as a politician, was able to galvanize the crowd in order to save the national flag.</p>",
              "target": [
                "#moduleAnchor-163622 > .reset-last-space.ck-styled[dir=\"auto\"] > p:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<blockquote>",
              "target": [
                "blockquote"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "blockquote > p:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i>",
              "target": [
                "p:nth-child(1) > i"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p><i>Alphonse de Lamartine</i></p>",
              "target": [
                "blockquote > p:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<i>Alphonse de Lamartine</i>",
              "target": [
                "p:nth-child(2) > i"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>",
              "target": [
                "p:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/constitution-of-4-october-1958\">the Constitution of the Fifth Republic</a>",
              "target": [
                "p:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p></p>",
              "target": [
                "p:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"container space-bottom-m \">",
              "target": [
                ".space-bottom-m:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker-xs cta-module \">",
              "target": [
                ".cta-module"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta-module__content\">",
              "target": [
                ".cta-module__content"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div>",
              "target": [
                ".cta-module__content > div"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p>\n                    See the other symbols of the Republic\n                </p>",
              "target": [
                ".cta-module__content > div > p"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"cta-module__link d-flex\">",
              "target": [
                ".cta-module__link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"cta--CS eulerian-dsf...\" href=\"https://www.elysee.f...\" title=\"New window:. See the...\" eulerian-action=\"internal_link_>_cta\" eulerian-label=\"See the other symbol...\" eulerian-component-h...=\"cta_>_module_>_link\">",
              "target": [
                ".cta--CS"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">\n                        See the other symbols of the Republic\n                    </span>",
              "target": [
                ".cta--CS > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<figure>",
              "target": [
                ".cta-module__content > figure"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.f...\" sizes=\"(max-width: 1023px) ...\" srcset=\"\n                   ...\" alt=\"\" loading=\"lazy\">",
              "target": [
                "figure > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"space-top-s container--thicker-xs\">Updated : 14 December 2022</p>",
              "target": [
                ".space-top-s.container--thicker-xs"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<footer role=\"contentinfo\" id=\"footer\" class=\"container2 colored\">",
              "target": [
                "#footer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner sticky\">",
              "target": [
                ".my-banner.sticky"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"my-banner\">",
              "target": [
                ".my-banner.sticky > .my-banner"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container border-bottom space-bottom-s \">",
              "target": [
                ".border-bottom.space-bottom-s.container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker d-flex bannerInfo\">",
              "target": [
                ".bannerInfo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc-logo\">",
              "target": [
                ".bannerModule-desc-logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-imgContainer\"><img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\"></div>",
              "target": [
                ".bannerModule-imgContainer"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/cocorico.cc02c59e.svg\" alt=\"\" loading=\"lazy\">",
              "target": [
                ".bannerModule-imgContainer > img[alt=\"\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"bannerModule-desc\">\n                            <h2 class=\"bannerModule-title\">Discover Cocorico</h2>\n                            <p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>\n                        </div>",
              "target": [
                ".bannerModule-desc"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h2 class=\"bannerModule-title\">Discover Cocorico</h2>",
              "target": [
                ".bannerModule-title"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"bannerModule-text\">a summary of good news and citizen initiatives that make France shine!</p>",
              "target": [
                ".bannerModule-text"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"d-flex bannerModule-newsletter-link\">",
              "target": [
                ".bannerModule-newsletter-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/lettre-information\" class=\"bannerModule-linkBlo...\" eulerian-action=\"internal_link_>_disc...\" eulerian-label=\"discover_and_subscri...\" eulerian-component-h...=\"footer_>_bannerModul...\">",
              "target": [
                ".bannerModule-linkBlock"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"badge badge--trans-black badge-arrow m-r-10\">\n                                <svg class=\"\" aria-hidden=\"true\" focusable=\"false\">\n                                    <use xlink:href=\"#symbol-fleche2\"></use>\n                                </svg>\n                            </span>",
              "target": [
                ".badge--trans-black"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"bannerModule-link\">\n                                Discover and subscribe\n                            </span>",
              "target": [
                ".bannerModule-link"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<section class=\"footer1 \">",
              "target": [
                ".footer1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker js-footer-container bg-palais-top p-relative\">",
              "target": [
                ".js-footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p class=\"back-top\">",
              "target": [
                ".back-top"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a class=\"badge badge--blue-revert\" href=\"#nav-access\">",
              "target": [
                ".badge--blue-revert"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">Top of page</span>",
              "target": [
                ".badge--blue-revert > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"2\" class=\"a11y\">Sitemap</p>",
              "target": [
                "p[aria-level=\"2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"footer-list\">",
              "target": [
                ".js-footer-container > .footer-list"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">News</p>",
              "target": [
                ".space-bottom-xs:nth-child(1) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list1\" aria-controls=\"footer1-list1\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list1\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/all-actualities\">\n                                    All news\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list1 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/all-actualities\">\n                                    All news\n                                </a>",
              "target": [
                "li > a[href$=\"all-actualities\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Survey</p>",
              "target": [
                ".space-bottom-xs:nth-child(2) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list3\" aria-controls=\"footer1-list3\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list3\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list3\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list3 > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://elysee.limesurvey.net/791281?lang=en\">\n                                    Improve our website\n                                </a>",
              "target": [
                "#footer1-list3 > li > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Presidency</p>",
              "target": [
                ".space-bottom-xs:nth-child(3) > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" data-toggle=\"collapse\" data-target=\"#footer1-list4\" aria-controls=\"footer1-list4\" aria-expanded=\"false\" class=\"footer-title d-md-none js-footer-sitemap-link\">",
              "target": [
                "button[data-target=\"#footer1-list4\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer1-list4\" class=\"collapse list-unstyled\">",
              "target": [
                "#footer1-list4"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/emmanuel-macron\">\n            Emmanuel Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(1) > a[href$=\"emmanuel-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/brigitte-macron\">\n            Brigitte Macron\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(2) > a[href$=\"brigitte-macron\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/presidential-team\">\n            Presidential team\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(3) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>\n                            </li>",
              "target": [
                "#footer1-list4 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-presidents-of-the-republic\">\n                                    Former Presidents\n                                </a>",
              "target": [
                "#footer1-list4 > li:nth-child(4) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-institutions\">\n            The institutions\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>\n    </li>",
              "target": [
                "#footer1-list4 > li:nth-child(6)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/founding-texts\">\n            Founding texts\n        </a>",
              "target": [
                "#footer1-list4 > li:nth-child(6) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n        <a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>\n    </li>",
              "target": [
                "li:nth-child(7)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/french-presidency/the-symbols\">\n            The symbols\n        </a>",
              "target": [
                "li:nth-child(7) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                <a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>\n                            </li>",
              "target": [
                "li:nth-child(8)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/cultural-space/patrimoine\">\n                                    Heritage\n                                </a>",
              "target": [
                "li:nth-child(8) > a[href$=\"patrimoine\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li class=\"space-bottom-xs\">",
              "target": [
                ".space-bottom-xs:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"epr\">",
              "target": [
                ".epr"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<p role=\"heading\" aria-level=\"3\" class=\"footer-title d-none d-md-block js-footer-cat-title\">Contact us</p>",
              "target": [
                ".epr > .js-footer-cat-title[aria-level=\"3\"][role=\"heading\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\" class=\"footer-title d-md-none js-footer-sitemap-link\">\n                                Contact us\n                            </a>",
              "target": [
                ".js-footer-sitemap-link.footer-title[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-none d-md-block list-unstyled\">",
              "target": [
                ".list-unstyled.d-md-block.d-none"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                                    <a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>\n                                </li>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/contact/\">\n                                        Send a message\n                                    </a>",
              "target": [
                ".list-unstyled.d-md-block.d-none > li > a[href$=\"contact/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"socials\">",
              "target": [
                ".socials"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title\">Follow the Presidency</h3>",
              "target": [
                ".socials > h3"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul class=\"d-flex list-unstyled\">",
              "target": [
                ".list-unstyled.d-flex"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://twitter.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Twitter\">",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Twitter</span>",
              "target": [
                "li:nth-child(1) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.facebook.com/elysee.fr\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Facebook\">",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Facebook</span>",
              "target": [
                "li:nth-child(2) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.instagram.com/elysee/\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on Instagram\">",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on Instagram</span>",
              "target": [
                "li:nth-child(3) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.youtube.com/elysee\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on YouTube\">",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on YouTube</span>",
              "target": [
                "li:nth-child(4) > .badge--trans-white.badge-link[href$=\"elysee\"] > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>",
              "target": [
                ".list-unstyled.d-flex > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://fr.linkedin.com/company/pr-sidence-de-la-r-publique\" class=\"badge badge--trans-white badge-link\" target=\"_blank\" title=\"New window: follow us on LinkedIn\">",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<span class=\"a11y\">New window: follow us on LinkedIn</span>",
              "target": [
                "li:nth-child(5) > .badge--trans-white.badge-link.badge > .a11y"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer2 \">",
              "target": [
                ".footer2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"container--thicker footer-container js-footer-container2 \">",
              "target": [
                ".footer-container"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc flex2\">",
              "target": [
                ".flex2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Useful links</h3>",
              "target": [
                ".flex2 > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list1\" aria-controls=\"footer2-list1\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list1\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list1\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list1"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/accessibility\n    \">\n                                Accessibility statement\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(1) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/personal-data\n    \">\n                                Privacy policy\n                            </a>",
              "target": [
                "#footer2-list1 > li:nth-child(2) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li>\n                            <a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>\n                        </li>",
              "target": [
                "#footer2-list1 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/legal\n    \">\n                                Legal\n                            </a>",
              "target": [
                ":root"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button></li>",
              "target": [
                "#footer2-list1 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"link-button\" onclick=\"document.location+='#cookies';return false;\">Manage cookies</button>",
              "target": [
                ".link-button"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"                /en/sitemap\n    \">Sitemap</a></li>",
              "target": [
                "#footer2-list1 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"                /en/sitemap\n    \">Sitemap</a>",
              "target": [
                "#footer2-list1 > li:nth-child(5) > a"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-none d-md-block js-footer-cat-title2\">Official links</h3>",
              "target": [
                ".footer-bloc:nth-child(2) > .js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<button type=\"button\" class=\"footer-title d-md-none js-footer-sitemap-link2\" data-toggle=\"collapse\" data-target=\"#footer2-list2\" aria-controls=\"footer2-list2\" aria-expanded=\"false\">",
              "target": [
                "button[data-target=\"#footer2-list2\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<ul id=\"footer2-list2\" class=\"collapse footer-list\">",
              "target": [
                "#footer2-list2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(1)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.service-public.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:service-public.gouv.fr\">Service-public.gouv.fr</a>",
              "target": [
                "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(2)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.legifrance.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:legifrance.gouv.fr\">Legifrance.gouv.fr</a>",
              "target": [
                "a[title=\"New window:legifrance.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(3)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.info.gouv.fr/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:info.gouv.fr\">Info.gouv.fr</a>",
              "target": [
                "a[href$=\"info.gouv.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://data.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:data.gouv.fr\">Data.gouv.fr</a>",
              "target": [
                "a[href$=\"data.gouv.fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<li><a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a></li>",
              "target": [
                "#footer2-list2 > li:nth-child(5)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://www.france.fr/fr\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"New window:france.fr\">France.fr</a>",
              "target": [
                "a[href=\"https://www.france.fr/fr\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc footer-bloc--logo\">",
              "target": [
                ".footer-bloc--logo"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">La Maison Élysée</h3>",
              "target": [
                ".footer-bloc--logo > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"/en/maison-elysee\" title=\"La Maison Élysée\" class=\"logo-container\">",
              "target": [
                "a[title=\"La Maison Élysée\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" srcset=\"https://www.elysee.fr/front/images/logoFsh.96fe322e.png\" alt=\"footer.image_alt.logoFsh\" loading=\"lazy\">",
              "target": [
                "img[alt=\"footer.image_alt.logoFsh\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<div class=\"footer-bloc\">",
              "target": [
                ".footer-bloc:nth-child(4)"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<h3 class=\"footer-title d-block js-footer-cat-title2 border-0\">Shop</h3>",
              "target": [
                ".footer-bloc:nth-child(4) > .border-0.d-block.js-footer-cat-title2"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<a href=\"https://boutique.elysee.fr/\" title=\"Shop\" target=\"_blank\" class=\"logo-container\">",
              "target": [
                "a[href$=\"boutique.elysee.fr/\"]"
              ]
            },
            {
              "any": [
                {
                  "id": "region",
                  "data": {
                    "isIframe": false
                  },
                  "relatedNodes": [],
                  "impact": "moderate",
                  "message": "All page content is contained by landmarks"
                }
              ],
              "all": [],
              "none": [],
              "impact": null,
              "html": "<img src=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png\" srcset=\"https://www.elysee.fr/front/images/boutique-btn.9e9ab39f.png 1x, https://www.elysee.fr/front/images/boutique-btn-x2.16c90392.png 2x\" alt=\"Élysée boutique officielle\" loading=\"lazy\">",
              "target": [
                "img[alt=\"Élysée boutique officielle\"]"
              ]
            }
          ]
        }
      ],
      "incomplete": [],
      "error": null,
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-french-flag",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-french-flag",
      "status": 200,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/marianne": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/marianne",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/marianne",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/la-marseillaise-by-rouget-de-lisle": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/la-marseillaise-by-rouget-de-lisle",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/la-marseillaise-by-rouget-de-lisle",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/bastille-day-14-july": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/bastille-day-14-july",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/bastille-day-14-july",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/liberty-equality-fraternity": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/liberty-equality-fraternity",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/liberty-equality-fraternity",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-lictor-s-fasces": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-lictor-s-fasces",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-lictor-s-fasces",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-rooster": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-rooster",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-rooster",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-great-seal-of-france": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-great-seal-of-france",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-great-seal-of-france",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat",
      "originalUrl": "https://www.elysee.fr/emmanuel-macron/2017/08/21/charte-de-transparence-relative-au-statut-du-conjoint-du-chef-de-letat",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-role-of-the-president": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-role-of-the-president",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-role-of-the-president",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    },
    "https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered": {
      "title": "Just a moment...",
      "violations": [],
      "passes": [],
      "incomplete": [],
      "error": "HTTP 403",
      "finalUrl": "https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered",
      "originalUrl": "https://www.elysee.fr/en/french-presidency/the-president-four-questions-answered",
      "status": 403,
      "contentType": "text/html; charset=UTF-8",
      "sources": []
    }
  }
}