Accessibility test digest

Synopsis

Page: Fédération des Aveugles et Amblyopes de France

URL: https://aveuglesdefrance.org/

Score: 532

Tested by: Testaro, procedure tp12

Scored by: Testilo, procedure sp12b

Digested by: Testilo, procedure dp12b

Introduction

The Testaro application used its tp12 testing procedure to test the accessibility (barrier-free design and coding) of the Fédération des Aveugles et Amblyopes de France web page at https://aveuglesdefrance.org/ on 2022/07/09. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these six other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp12b scoring procedure to compute partial and total scores for the page. The total score is 532 (where 0 is the best possible score). The scored report is appended below.

Finally, Testilo used procedure dp12b to produce this digest, briefly explaining how sp12a computed the scores.

Score summary

Score components
total532
log66
linkForcesNewWindow98
linkIndication50
linkNoText42
contrastAA37
targetSize24
focusIndication23
linkTextsSame22
leadingClipsText22
contentBeyondLandmarks16
contrastAAA14
fontSmall13
hoverSurprise11
linkPair11
inconsistentStyles10
roleBad8
zIndexNotZero8
invisibleLabel6
contrastRisk6
noLeading5
linkBrokenRisk5
titleRedundant5
visibleBulk3
allCaps3
hiddenContentRisk3
linkConfusionRisk3
decorativeImageRisk3
pseudoNavListRisk3
scrollRisk3
imageTextLong3
pseudoHeadingRisk3
noScriptRisk3

Issue summary

Special issues

log: Score 66. This is based on the amount of browser error logging and miscellaneous logging during the tests.

Classified issues

linkForcesNewWindow: Score 98. Issues reported by tests in this category:

linkIndication: Score 50. Issues reported by tests in this category:

linkNoText: Score 42. Issues reported by tests in this category:

contrastAA: Score 37. Issues reported by tests in this category:

targetSize: Score 24. Issues reported by tests in this category:

focusIndication: Score 23. Issues reported by tests in this category:

linkTextsSame: Score 22. Issues reported by tests in this category:

leadingClipsText: Score 22. Issues reported by tests in this category:

contentBeyondLandmarks: Score 16. Issues reported by tests in this category:

contrastAAA: Score 14. Issues reported by tests in this category:

fontSmall: Score 13. Issues reported by tests in this category:

hoverSurprise: Score 11. Issues reported by tests in this category:

linkPair: Score 11. Issues reported by tests in this category:

inconsistentStyles: Score 10. Issues reported by tests in this category:

roleBad: Score 8. Issues reported by tests in this category:

zIndexNotZero: Score 8. Issues reported by tests in this category:

invisibleLabel: Score 6. Issues reported by tests in this category:

contrastRisk: Score 6. Issues reported by tests in this category:

noLeading: Score 5. Issues reported by tests in this category:

linkBrokenRisk: Score 5. Issues reported by tests in this category:

titleRedundant: Score 5. Issues reported by tests in this category:

visibleBulk: Score 3. Issues reported by tests in this category:

allCaps: Score 3. Issues reported by tests in this category:

hiddenContentRisk: Score 3. Issues reported by tests in this category:

linkConfusionRisk: Score 3. Issues reported by tests in this category:

decorativeImageRisk: Score 3. Issues reported by tests in this category:

pseudoNavListRisk: Score 3. Issues reported by tests in this category:

scrollRisk: Score 3. Issues reported by tests in this category:

imageTextLong: Score 3. Issues reported by tests in this category:

pseudoHeadingRisk: Score 3. Issues reported by tests in this category:

noScriptRisk: Score 3. Issues reported by tests in this category:

Discussion

Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp12b. You can modify and extend Testaro and Testilo to fit other theories and priorities.

Here, in brief, is how sp12a computes a score for a page.

The precise rules of sp12b are found in the code itself.

Report

{
  "id": "42ubn-aveugles",
  "host": {
    "id": "aveugles",
    "which": "https://aveuglesdefrance.org/",
    "what": "Fédération des Aveugles et Amblyopes de France"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-09T14:52:57"
    },
    {
      "event": "endTime",
      "value": "2022-07-09T14:55:01"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://aveuglesdefrance.org/",
        "what": "Fédération des Aveugles et Amblyopes de France"
      },
      {
        "type": "tenonRequest",
        "id": "a",
        "withNewContent": true,
        "what": "Tenon API version 2 test request"
      },
      {
        "type": "test",
        "which": "motion",
        "what": "spontaneous change of content; requires webkit",
        "delay": 2500,
        "interval": 2500,
        "count": 5
      },
      {
        "type": "launch",
        "which": "chromium",
        "what": "Chromium browser"
      },
      {
        "type": "url",
        "which": "https://aveuglesdefrance.org/",
        "what": "Fédération des Aveugles et Amblyopes de France"
      },
      {
        "type": "test",
        "which": "bulk",
        "what": "count of visible elements"
      },
      {
        "type": "test",
        "which": "embAc",
        "withItems": true,
        "what": "active elements incorrectly embedded in each other"
      },
      {
        "type": "test",
        "which": "focAll",
        "what": "Tab-focusability"
      },
      {
        "type": "test",
        "which": "focInd",
        "revealAll": false,
        "allowedDelay": 250,
        "withItems": true,
        "what": "focus indicators"
      },
      {
        "type": "test",
        "which": "focOp",
        "withItems": true,
        "what": "focusability and operability of elements"
      },
      {
        "type": "test",
        "which": "hover",
        "headSize": 20,
        "headSampleSize": 20,
        "tailSampleSize": 15,
        "withItems": true,
        "what": "hover impacts"
      },
      {
        "type": "test",
        "which": "labClash",
        "withItems": true,
        "what": "unlabeled and mislabeled form controls"
      },
      {
        "type": "test",
        "which": "linkUl",
        "withItems": true,
        "what": "underlining of inline links"
      },
      {
        "type": "test",
        "which": "menuNav",
        "withItems": true,
        "what": "keyboard navigation within true-focus menus"
      },
      {
        "type": "test",
        "which": "radioSet",
        "withItems": true,
        "what": "grouping of radio buttons in fieldsets"
      },
      {
        "type": "test",
        "which": "role",
        "what": "validity and necessity of role assignments"
      },
      {
        "type": "test",
        "which": "styleDiff",
        "withItems": true,
        "what": "style consistency of headings, buttons, and links"
      },
      {
        "type": "test",
        "which": "tabNav",
        "withItems": true,
        "what": "keyboard navigation within tab lists"
      },
      {
        "type": "test",
        "which": "zIndex",
        "withItems": true,
        "what": "elements with non-auto z indexes"
      },
      {
        "type": "test",
        "which": "alfa",
        "what": "Siteimprove alfa"
      },
      {
        "type": "test",
        "which": "axe",
        "detailLevel": 2,
        "rules": [],
        "what": "Axe core, all rules"
      },
      {
        "type": "test",
        "which": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "type": "test",
        "which": "wave",
        "reportType": 4,
        "what": "WAVE, report-type 4"
      },
      {
        "type": "test",
        "which": "tenon",
        "id": "a",
        "what": "Tenon API version 2 result retrieval"
      }
    ]
  },
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "what": "Webkit browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "Fédération des Aveugles et Amblyopes de France",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "bytes": [
          286374,
          286374,
          286374,
          286374,
          286374
        ],
        "localRatios": [
          1,
          1,
          1,
          1
        ],
        "meanLocalRatio": 1,
        "maxLocalRatio": 1,
        "globalRatio": 1,
        "pixelChanges": [
          0,
          0,
          0,
          0
        ],
        "meanPixelChange": 0,
        "maxPixelChange": 0,
        "changeFrequency": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "Fédération des Aveugles et Amblyopes de France",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "visibleElements": 352
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "tabFocusables": 105,
        "tabFocused": 105,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "total": 101,
          "types": {
            "indicatorMissing": {
              "total": 7,
              "tagNames": {
                "A": 7
              }
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 94,
              "meanDelay": 12,
              "tagNames": {
                "A": 87,
                "BUTTON": 5,
                "INPUT": 2
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": "Voir son parcours"
            },
            {
              "tagName": "A",
              "text": "Portrait précédent"
            },
            {
              "tagName": "A",
              "text": "Portrait suivant"
            },
            {
              "tagName": "A",
              "text": "1"
            },
            {
              "tagName": "A",
              "text": "2"
            },
            {
              "tagName": "A",
              "text": "3"
            },
            {
              "tagName": "A",
              "text": "4"
            }
          ],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Passer au contenu",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "La Fédération",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Présentation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Les membres de la Fédération",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Transparence financière",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Une association à votre écoute",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Nos Combats",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Éducation / Petite enfance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Emploi / Formation",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Personnes âgées et dépendance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibilité",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Nouvelles technologies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Nos formations",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Recherche médicale / Santé",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Culture / Sport / Loisirs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Je soutiens",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Faire un don aux Aveugles de France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Faire un legs aux Aveugles de France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Le don entreprise",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tout savoir",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Ressources documentaires",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Fiches pratiques",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Recherche",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Je soutiens",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Suivez-nous sur facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Suivez-nous sur Youtube",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "La Fédération des Aveugles de France interpelle le Gouvernement sur la scolarisation des enfants déf",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Impôts sur le revenu 2022Les Aveugles de France dénoncent l’inaccessibilité de la plateforme de décl",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Quand les Déficients Visuels infiltrent le débat politique",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Voir toutes les actualités",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "Je soutiens la Fédération",
              "delay": 101
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Formations certifiantes ou qualifiantes",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Éducation, rééducation, accompagnement",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Numérique et technologies adaptées",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Voir toutes les formations",
              "delay": 100
            },
            {
              "tagName": "A",
              "text": "@Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "16 Juil",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#Braille",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@ins_hea",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "https://t.co/ZCBzlQ2fVW",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "15 Juil",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@access42net",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#a11y",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#WCAG",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "https://t.co/yBW1IS56VO",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "15 Juil",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#bac2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#brevet2022",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "#aveugles",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@anpea_asso",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@Aveugles_France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "@education_gouv",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "https://t.co/IwyEAXygQV",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Transparence financière",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Faire un don aux Aveugles de France",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "En savoir plus",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Je m'inscris",
              "delay": 102
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Partenaires",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Espace presse",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Fiches pratiques",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Suivez-nous sur facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Suivez-nous sur Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Suivez-nous sur Youtube",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Tél. : 01 44 42 91 91",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Données personnelles",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Mentions légales – RGPD",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Plan du site",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "personnelles et consentements.",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Mentions légales - RGPD.",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Tout refuser",
              "delay": 104
            },
            {
              "tagName": "BUTTON",
              "text": "Paramétrer",
              "delay": 102
            },
            {
              "tagName": "BUTTON",
              "text": "Tout accepter",
              "delay": 100
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "total": 126,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 0,
              "tagNames": {}
            },
            "focusableAndOperable": {
              "total": 126,
              "tagNames": {
                "A": 114,
                "BUTTON": 6,
                "INPUT": 6
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Passer au contenu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"wdf-burger nav-button\" data-menu-toggler=\"\" type=\"button\" aria-la",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" class=\"logo\" aria-label=\"Fédération des Aveugles de France - retour ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "La Fédération",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Présentation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Les membres de la Fédération",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transparence financière",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Une association à votre écoute",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nos Combats",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Éducation / Petite enfance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Emploi / Formation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Personnes âgées et dépendance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibilité",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nouvelles technologies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nos formations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Recherche médicale / Santé",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Culture / Sport / Loisirs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Je soutiens",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Faire un don aux Aveugles de France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Faire un legs aux Aveugles de France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Le don entreprise",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tout savoir",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Ressources documentaires",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fiches pratiques",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Recherche",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur Youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Don",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Leg",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Entreprise",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Je soutiens",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur Youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Partager",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tweeter",
              "byTag": true,
              "byOnClick": true,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir son parcours",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir son parcours",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir son parcours",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir son parcours",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Portrait précédent",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Portrait suivant",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "1",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "2",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "3",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "4",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Impôts sur le revenu 2022Les Aveugles de France dénoncent l’inaccessibilité de l",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Quand les Déficients Visuels infiltrent le débat politique",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Journée Mondiale dédiée à l'accessibilité numérique",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir toutes les actualités",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Je soutiens la Fédération",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"mll\" href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external noopen",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Formations certifiantes ou qualifiantes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Éducation, rééducation, accompagnement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Numérique et technologies adaptées",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Voir toutes les formations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "07 Juil",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#aeroports",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@cfpsaa",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#droits",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "https://t.co/RtwShSUqFc",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "04 Juil",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#aveugles",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#malvoyantes",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#application",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#maladies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "https://t.co/Zbe731UBUs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#réalitévirtuelle",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "https://t.co/cGFlteCdRI",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "30 Juin",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#numerique",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#inclusion",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@Aveugles_France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#a11y",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "#accessibilite",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "@LeTelegramme",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "https://t.co/bC5GoFYWTc",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fiches pratiques",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Faire un legs aux Aveugles de France",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "En savoir plus",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "nl-lists-1",
              "text": "<input type=\"hidden\" name=\"list[]\" id=\"nl-lists-1\" class=\"form-control hidden\" v",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "nl-email-1",
              "text": "<input type=\"email\" required=\"required\" name=\"email\" id=\"nl-email-1\" autocomplet",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "nl-rgpd-1",
              "text": "<input type=\"checkbox\" required=\"required\" name=\"rgpd\" id=\"nl-rgpd-1\" value=\"1\" ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "nl-nonce-1",
              "text": "<input type=\"hidden\" name=\"nonce\" id=\"nl-nonce-1\" class=\"form-control hidden\" va",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "nl-consent",
              "text": "<input type=\"text\" name=\"nl-consent\" id=\"nl-consent\" class=\"shouldbefilled form-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Je m'inscris",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" class=\"logo\" aria-label=\"Fédération des Aveugles de France - retour ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Partenaires",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Espace presse",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Fiches pratiques",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suivez-nous sur Youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Tél. : 01 44 42 91 91",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Données personnelles",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mentions légales – RGPD",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Plan du site",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external\" aria-label=\"L’Ins",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "personnelles et consentements.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mentions légales - RGPD.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "tracker_1",
              "text": "<input id=\"tracker_1\" type=\"checkbox\" checked=\"\" name=\"active_1\" class=\"form-con",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Tout refuser",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Paramétrer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Tout accepter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "triggers": 148,
          "headTriggers": 20,
          "tailTriggers": 128,
          "impactTriggers": 4,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 4,
          "opacityImpact": 56,
          "unhoverables": 20
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "LaFédérationUneFédérationpouretparlesaveuglesPrése",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 10
              },
              {
                "tagName": "A",
                "text": "LaFédération",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 10
              },
              {
                "tagName": "LI",
                "text": "NosCombatsLaFédération,plusdecentansdecombatspoure",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 18
              },
              {
                "tagName": "A",
                "text": "NosCombats",
                "additions": 0,
                "removals": 0,
                "opacityChanges": 1,
                "opacityImpact": 18
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Passeraucontenu"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Présentation"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Présentation"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "LesmembresdelaFédération"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "LesmembresdelaFédération"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Transparencefinancière"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Transparencefinancière"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Uneassociationàvotreécoute"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Uneassociationàvotreécoute"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Éducation/Petiteenfance"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Éducation/Petiteenfance"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Emploi/Formation"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Emploi/Formation"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Personnesâgéesetdépendance"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Personnesâgéesetdépendance"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "FaireunlegsauxAveuglesdeFrance"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Fichespratiques"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Ensavoirplus"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Plandusite"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Suivez-noussurfacebook"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 10
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "button",
              "labelType": "aria-label",
              "texts": {
                "attribute": "open/close navigation"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Je soutiens"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Inscrivez-vous à la lettre d'informations *"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "En cochant cette case, j’autorise la Fédération des Aveugles de France à traiter le contenu de ma demande. Mes données personnelles seront conservées jusqu'à la date de traitement complet, soit pendant une durée de 30 jours.*"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "nl-consent.trad"
                ]
              }
            },
            {
              "index": 5,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Je m'inscris"
              }
            },
            {
              "index": 6,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Google Analytics"
                ]
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Tout refuser"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "button",
              "texts": {
                "content": "Paramétrer"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Tout accepter"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "links": 114,
          "adjacent": {
            "total": 78,
            "underlined": 30,
            "underlinedPercent": 38
          }
        },
        "items": {
          "underlined": [
            "Passer au contenu",
            "",
            "Portrait précédent",
            "Portrait suivant",
            "",
            "@Aveugles_France",
            "#aeroports",
            "@cfpsaa",
            "@Aveugles_France",
            "#droits",
            "https://t.co/RtwShSUqFc",
            "#aveugles",
            "#malvoyantes",
            "#application",
            "@Aveugles_France",
            "#maladies",
            "https://t.co/Zbe731UBUs",
            "#réalitévirtuelle",
            "https://t.co/cGFlteCdRI",
            "#numerique",
            "#inclusion",
            "@Aveugles_France",
            "#a11y",
            "#accessibilite",
            "@LeTelegramme",
            "https://t.co/bC5GoFYWTc",
            "",
            "",
            "personnelles et consentements.",
            "Mentions légales - RGPD."
          ],
          "notUnderlined": [
            "La Fédération",
            "Nos Combats",
            "Je soutiens",
            "Tout savoir",
            "Contact",
            "Recherche",
            "Voir son parcours",
            "Voir son parcours",
            "Voir son parcours",
            "Voir son parcours",
            "1",
            "2",
            "3",
            "4",
            "",
            "Impôts sur le revenu 2022Les Aveugles de France dénoncent l’inaccessibilité de la plateforme de déclaration des revenus",
            "En savoir plus",
            "",
            "Quand les Déficients Visuels infiltrent le débat politique",
            "En savoir plus",
            "",
            "Journée Mondiale dédiée à l'accessibilité numérique",
            "En savoir plus",
            "Voir toutes les actualités",
            "Je soutiens la Fédération",
            "",
            "Formations certifiantes ou qualifiantes",
            "En savoir plus",
            "",
            "Éducation, rééducation, accompagnement",
            "En savoir plus",
            "",
            "Numérique et technologies adaptées",
            "En savoir plus",
            "Voir toutes les formations",
            "Aveugles_France",
            "07 Juil",
            "Aveugles_France",
            "04 Juil",
            "Aveugles_France",
            "30 Juin",
            "",
            "Fiches pratiques",
            "En savoir plus",
            "",
            "Faire un legs aux Aveugles de France",
            "En savoir plus",
            "Tél. : 01 44 42 91 91"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "roleElements": 6,
        "badRoleElements": 2,
        "redundantRoleElements": 4,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 3
            }
          },
          "MAIN": {
            "main": {
              "bad": 0,
              "redundant": 1
            }
          },
          "FOOTER": {
            "contentinfo": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 6,
            "subtotals": [
              3,
              2,
              1
            ]
          },
          "adjacentLink": {
            "total": 78,
            "subtotals": [
              29,
              23,
              11,
              8,
              6,
              1
            ]
          },
          "listLink": {
            "total": 36,
            "subtotals": [
              17,
              6,
              3,
              3,
              3,
              2,
              2
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 4,
            "subtotals": [
              3,
              1
            ]
          }
        },
        "items": {
          "button": {
            "borderStyle": {
              "none": [
                "",
                "Je m'inscris",
                "Tout refuser",
                "Paramétrer",
                "Tout accepter"
              ],
              "solid": [
                "Je soutiens"
              ]
            },
            "borderWidth": {
              "0px": [
                "",
                "Je m'inscris",
                "Tout refuser",
                "Paramétrer",
                "Tout accepter"
              ],
              "2px": [
                "Je soutiens"
              ]
            },
            "height": {
              "58px": [
                "",
                "Je m'inscris"
              ],
              "62px": [
                "Je soutiens"
              ],
              "30px": [
                "Tout refuser",
                "Paramétrer",
                "Tout accepter"
              ]
            },
            "lineHeight": {
              "19.2px": [
                "",
                "Je soutiens",
                "Je m'inscris"
              ],
              "14.4px": [
                "Tout refuser",
                "Paramétrer",
                "Tout accepter"
              ]
            },
            "minHeight": {
              "58px": [
                "",
                "Je soutiens",
                "Je m'inscris"
              ],
              "30px": [
                "Tout refuser",
                "Paramétrer",
                "Tout accepter"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Passer au contenu",
                "",
                "La Fédération",
                "Nos Combats",
                "Je soutiens",
                "Tout savoir",
                "Contact",
                "Recherche",
                "Portrait précédent",
                "Portrait suivant",
                "",
                "Impôts sur le revenu 2022Les Aveugles de France dénoncent l’inaccessibilité de la plateforme de déclaration des revenus",
                "",
                "Quand les Déficients Visuels infiltrent le débat politique",
                "",
                "Journée Mondiale dédiée à l'accessibilité numérique",
                "",
                "",
                "Formations  certifiantes   ou qualifiantes",
                "",
                "Éducation, rééducation, accompagnement",
                "",
                "Numérique et technologies adaptées",
                "#aeroports",
                "@cfpsaa",
                "@Aveugles_France",
                "#droits",
                "https://t.co/RtwShSUqFc",
                "#aveugles",
                "#malvoyantes",
                "#application",
                "@Aveugles_France",
                "#maladies",
                "https://t.co/Zbe731UBUs",
                "#réalitévirtuelle",
                "https://t.co/cGFlteCdRI",
                "#numerique",
                "#inclusion",
                "@Aveugles_France",
                "#a11y",
                "#accessibilite",
                "@LeTelegramme",
                "https://t.co/bC5GoFYWTc",
                "",
                "Le don entreprise",
                "",
                "Ressources documentaires",
                "",
                "Tél. : 01 44 42 91 91",
                "",
                "personnelles et consentements.",
                "Mentions légales - RGPD."
              ],
              "500": [
                "Aveugles_France",
                "07 Juil",
                "Aveugles_France",
                "04 Juil",
                "Aveugles_France",
                "30 Juin"
              ],
              "600": [
                "En savoir plus",
                "En savoir plus",
                "En savoir plus",
                "En savoir plus",
                "En savoir plus",
                "En savoir plus",
                "@Aveugles_France",
                "En savoir plus",
                "En savoir plus"
              ],
              "700": [
                "Voir son parcours",
                "Voir son parcours",
                "Voir son parcours",
                "Voir son parcours",
                "1",
                "2",
                "3",
                "4",
                "Voir toutes les actualités",
                "Je soutiens la Fédération",
                "Voir toutes les formations"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Passer au contenu",
                "",
                "Portrait précédent",
                "Portrait suivant",
                "",
                "@Aveugles_France",
                "#aeroports",
                "@cfpsaa",
                "@Aveugles_France",
                "#droits",
                "https://t.co/RtwShSUqFc",
                "#aveugles",
                "#malvoyantes",
                "#application",
                "@Aveugles_France",
                "#maladies",
                "https://t.co/Zbe731UBUs",
                "#réalitévirtuelle",
                "https://t.co/cGFlteCdRI",
                "#numerique",
                "#inclusion",
                "@Aveugles_France",
                "#a11y",
                "#accessibilite",
                "@LeTelegramme",
                "https://t.co/bC5GoFYWTc",
                "",
                "",
                "personnelles et consentements.",
                "Mentions légales - RGPD."
              ],
              "none": [
                "La Fédération",
                "Nos Combats",
                "Je soutiens",
                "Tout savoir",
                "Contact",
                "Recherche",
                "Voir son parcours",
                "Voir son parcours",
                "Voir son parcours",
                "Voir son parcours",
                "1",
                "2",
                "3",
                "4",
                "",
                "Impôts sur le revenu 2022Les Aveugles de France dénoncent l’inaccessibilité de la plateforme de déclaration des revenus",
                "En savoir plus",
                "",
                "Quand les Déficients Visuels infiltrent le débat politique",
                "En savoir plus",
                "",
                "Journée Mondiale dédiée à l'accessibilité numérique",
                "En savoir plus",
                "Voir toutes les actualités",
                "Je soutiens la Fédération",
                "",
                "Formations  certifiantes   ou qualifiantes",
                "En savoir plus",
                "",
                "Éducation, rééducation, accompagnement",
                "En savoir plus",
                "",
                "Numérique et technologies adaptées",
                "En savoir plus",
                "Voir toutes les formations",
                "Aveugles_France",
                "07 Juil",
                "Aveugles_France",
                "04 Juil",
                "Aveugles_France",
                "30 Juin",
                "",
                "Le don entreprise",
                "En savoir plus",
                "",
                "Ressources documentaires",
                "En savoir plus",
                "Tél. : 01 44 42 91 91"
              ]
            }
          },
          "listLink": {
            "fontWeight": {
              "400": [
                "Présentation",
                "Les membres de la Fédération",
                "Transparence financière",
                "Une association à votre écoute",
                "Éducation / Petite enfance",
                "Emploi / Formation",
                "Personnes âgées et dépendance",
                "Accessibilité",
                "Nouvelles technologies",
                "Nos formations",
                "Recherche médicale / Santé",
                "Culture / Sport / Loisirs",
                "Faire un don aux Aveugles de France",
                "Faire un legs aux Aveugles de France",
                "Le don entreprise",
                "Ressources documentaires",
                "Fiches pratiques",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Youtube",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube"
              ],
              "600": [
                "Partager",
                "Tweeter",
                "Partenaires",
                "Espace presse",
                "Fiches pratiques",
                "Données personnelles",
                "Mentions légales – RGPD",
                "Plan du site"
              ],
              "700": [
                "Don",
                "Leg",
                "Entreprise"
              ]
            },
            "textDecorationLine": {
              "none": [
                "Présentation",
                "Les membres de la Fédération",
                "Transparence financière",
                "Une association à votre écoute",
                "Éducation / Petite enfance",
                "Emploi / Formation",
                "Personnes âgées et dépendance",
                "Accessibilité",
                "Nouvelles technologies",
                "Nos formations",
                "Recherche médicale / Santé",
                "Culture / Sport / Loisirs",
                "Faire un don aux Aveugles de France",
                "Faire un legs aux Aveugles de France",
                "Le don entreprise",
                "Ressources documentaires",
                "Fiches pratiques",
                "Don",
                "Leg",
                "Entreprise",
                "Partager",
                "Tweeter",
                "Partenaires",
                "Espace presse",
                "Fiches pratiques",
                "Données personnelles",
                "Mentions légales – RGPD",
                "Plan du site"
              ],
              "underline": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Youtube",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube"
              ]
            },
            "color": {
              "rgb(0, 0, 0)": [
                "Présentation",
                "Les membres de la Fédération",
                "Transparence financière",
                "Une association à votre écoute",
                "Éducation / Petite enfance",
                "Emploi / Formation",
                "Personnes âgées et dépendance",
                "Accessibilité",
                "Nouvelles technologies",
                "Nos formations",
                "Recherche médicale / Santé",
                "Culture / Sport / Loisirs",
                "Faire un don aux Aveugles de France",
                "Faire un legs aux Aveugles de France",
                "Le don entreprise",
                "Ressources documentaires",
                "Fiches pratiques"
              ],
              "rgb(51, 51, 51)": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Youtube",
                "Partenaires",
                "Espace presse",
                "Fiches pratiques",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube"
              ],
              "rgb(255, 255, 255)": [
                "Don",
                "Leg",
                "Entreprise",
                "Données personnelles",
                "Mentions légales – RGPD",
                "Plan du site"
              ],
              "rgb(1, 74, 95)": [
                "Partager",
                "Tweeter"
              ]
            },
            "fontSize": {
              "14px": [
                "Présentation",
                "Les membres de la Fédération",
                "Transparence financière",
                "Une association à votre écoute",
                "Éducation / Petite enfance",
                "Emploi / Formation",
                "Personnes âgées et dépendance",
                "Accessibilité",
                "Nouvelles technologies",
                "Nos formations",
                "Recherche médicale / Santé",
                "Culture / Sport / Loisirs",
                "Faire un don aux Aveugles de France",
                "Faire un legs aux Aveugles de France",
                "Le don entreprise",
                "Ressources documentaires",
                "Fiches pratiques"
              ],
              "17px": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube",
                "Don",
                "Leg",
                "Entreprise",
                "Partager",
                "Tweeter",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube"
              ],
              "0px": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Youtube"
              ],
              "15px": [
                "Partenaires",
                "Espace presse",
                "Fiches pratiques",
                "Données personnelles",
                "Mentions légales – RGPD",
                "Plan du site"
              ]
            },
            "lineHeight": {
              "14px": [
                "Présentation",
                "Les membres de la Fédération",
                "Transparence financière",
                "Une association à votre écoute",
                "Éducation / Petite enfance",
                "Emploi / Formation",
                "Personnes âgées et dépendance",
                "Accessibilité",
                "Nouvelles technologies",
                "Nos formations",
                "Recherche médicale / Santé",
                "Culture / Sport / Loisirs",
                "Faire un don aux Aveugles de France",
                "Faire un legs aux Aveugles de France",
                "Le don entreprise",
                "Ressources documentaires",
                "Fiches pratiques"
              ],
              "30.6px": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube",
                "Don",
                "Leg",
                "Entreprise",
                "Partager",
                "Tweeter",
                "Suivez-nous sur facebook",
                "Suivez-nous sur Twitter",
                "Suivez-nous sur Youtube"
              ],
              "0px": [
                "Suivez-nous sur facebook",
                "Suivez-nous sur Youtube"
              ],
              "15px": [
                "Partenaires",
                "Espace presse",
                "Fiches pratiques",
                "Données personnelles",
                "Mentions légales – RGPD",
                "Plan du site"
              ]
            }
          },
          "h2": {
            "color": {
              "rgb(0, 0, 0)": [
                "Actualités de la fédérationet de son réseau",
                "Faire un don aux Aveugles de France",
                "Nos formations"
              ],
              "rgb(251, 193, 0)": [
                "Suivez-nous sur Twitter"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "tabElements": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "tabLists": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "tabElements": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "total": 22,
          "tagNames": {
            "A": 4,
            "HEADER": 1,
            "DIV": 13,
            "LI": 3,
            "MAIN": 1
          }
        },
        "items": [
          {
            "tagName": "A",
            "id": "",
            "text": "Passer au contenu"
          },
          {
            "tagName": "HEADER",
            "id": "header",
            "text": "La Fédération\nUne Fédération pour et par les aveugles Présentation Les membres de la Fédération Tran"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Une Fédération pour et par les aveugles Présentation Les membres de la Fédération Transparence finan"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "La Fédération, plus de cent ans de combats pour et avec les personnes aveugles et malvoyantes Éducat"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Soyez à nos côtés pour faire avancer la cause des personnes aveugles et malvoyantes Faire un don aux"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "En savoir plus sur la déficience visuelle, cet espace vous donnera les réponses Ressources documenta"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Don\nLeg\nEntreprise\nJe soutiens Suivez-nous sur facebook\nSuivez-nous sur Youtube"
          },
          {
            "tagName": "LI",
            "id": "menu-item-1534",
            "text": "Don"
          },
          {
            "tagName": "LI",
            "id": "menu-item-1533",
            "text": "Leg"
          },
          {
            "tagName": "LI",
            "id": "menu-item-1532",
            "text": "Entreprise"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Je soutiens"
          },
          {
            "tagName": "MAIN",
            "id": "content",
            "text": "Partager Tweeter Page d’accueil Olivier, navigateur malvoyant Olivier est aveugle, mais quand il est"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Page d’accueil"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Olivier, navigateur malvoyant Olivier est aveugle, mais quand il est aux commandes d’un voilier, ça "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Augustin, papa malvoyant Augustin est malvoyant, mais quand il s’occupe de ses enfants et veille à l"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Ludovic, chercheur malvoyant Ludovic est malvoyant, mais quand il étudie l’espace et rédige ses rech"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Hakim, reporter malvoyant Hakim est aveugle, mais quand il intervient comme grand reporter à France "
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Portrait précédent"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Portrait suivant"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Partenaires\nEspace presse\nFiches pratiques Suivez-nous sur facebook\nSuivez-nous sur Twitter\nSuivez-n"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Gestion des cookies Dans le respect de votre vie privée, vous pouvez contrôler les cookies à activer"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "failures": 9,
          "warnings": 26
        },
        "items": [
          {
            "index": 110,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"btn  btn--red\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" aria-label=\"Faire...",
                "  Je soutiens la Fédération",
                "</a>"
              ]
            }
          },
          {
            "index": 772,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/span[1]/text()[1]",
              "codeLines": [
                "Gestion des cookies"
              ]
            }
          },
          {
            "index": 773,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Dans le respect de votre vie privée, vous pouvez contrôler les cookies à activer ou non sur le site..."
              ]
            }
          },
          {
            "index": 774,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Votre consentement sera conservé pendant 6 mois, mais vous pouvez à tout moment gérer vos préférenc..."
              ]
            }
          },
          {
            "index": 775,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/p[2]/a[1]/text()[1]",
              "codeLines": [
                "personnelles et consentements."
              ]
            }
          },
          {
            "index": 776,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Consulter notre politique"
              ]
            }
          },
          {
            "index": 777,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[2]/div[1]/p[3]/a[1]/text()[1]",
              "codeLines": [
                "Mentions légales - RGPD."
              ]
            }
          },
          {
            "index": 898,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Olivier, navigateur malvoyant"
              ]
            }
          },
          {
            "index": 899,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "Olivier est aveugle, mais quand il est aux commandes d’un voilier, ça ne se voit pas."
              ]
            }
          },
          {
            "index": 902,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "01/06/2022"
              ]
            }
          },
          {
            "index": 903,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Une actualité de la Fédération"
              ]
            }
          },
          {
            "index": 904,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "31/05/2022"
              ]
            }
          },
          {
            "index": 905,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Actions communes"
              ]
            }
          },
          {
            "index": 906,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "19/05/2022"
              ]
            }
          },
          {
            "index": 907,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Une actualité de la Fédération"
              ]
            }
          },
          {
            "index": 916,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Seul centre de formation en France à former pour l’obtention du titre d’instructeur pour l�..."
              ]
            }
          },
          {
            "index": 917,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Accueillir une personne déficiente visuelle dans les lieux publics, dans un établissement spécial....."
              ]
            }
          },
          {
            "index": 918,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "L’accès au numérique est un enjeu qui est au centre de l’inclusion sociale et professionnel..."
              ]
            }
          },
          {
            "index": 936,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "La Fédération des Aveugles et Amblyopes de France est porteuse des valeurs de non-lucrativité..."
              ]
            }
          },
          {
            "index": 937,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Nos guides et outils de sensibilisations",
                "",
                "",
                "",
                "Guide Travailler ensembleGuide Accueillir une personn..."
              ]
            }
          },
          {
            "index": 974,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Olivier, navigateur malvoyant"
              ]
            }
          },
          {
            "index": 975,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/text()[1]",
              "codeLines": [
                "Olivier est aveugle, mais quand il est aux commandes d’un voilier, ça ne se voit pas."
              ]
            }
          },
          {
            "index": 978,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "01/06/2022"
              ]
            }
          },
          {
            "index": 979,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Une actualité de la Fédération"
              ]
            }
          },
          {
            "index": 980,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "31/05/2022"
              ]
            }
          },
          {
            "index": 981,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Actions communes"
              ]
            }
          },
          {
            "index": 982,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "19/05/2022"
              ]
            }
          },
          {
            "index": 983,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Une actualité de la Fédération"
              ]
            }
          },
          {
            "index": 992,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Seul centre de formation en France à former pour l’obtention du titre d’instructeur pour l�..."
              ]
            }
          },
          {
            "index": 993,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Accueillir une personne déficiente visuelle dans les lieux publics, dans un établissement spécial....."
              ]
            }
          },
          {
            "index": 994,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "L’accès au numérique est un enjeu qui est au centre de l’inclusion sociale et professionnel..."
              ]
            }
          },
          {
            "index": 1012,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[1]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "La Fédération des Aveugles et Amblyopes de France est porteuse des valeurs de non-lucrativité..."
              ]
            }
          },
          {
            "index": 1013,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/text()[1]",
              "codeLines": [
                "Nos guides et outils de sensibilisations",
                "",
                "",
                "",
                "Guide Travailler ensembleGuide Accueillir une personn..."
              ]
            }
          },
          {
            "index": 1041,
            "verdict": "failed",
            "rule": {
              "ruleID": "r72",
              "ruleSummary": "Paragraphs of text are not all uppercase",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r72",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[1]/div[1]/div[2]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"twitter-account\">",
                "  <a href=\"https://twitter.com/Aveugles_France\">",
                "    @Aveugles_France",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 1052,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"h3-like\">",
                "  Nous vous recommandons",
                "  <br>",
                "  de lire aussi",
                "</p>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "totals": {
          "rulesNA": 47,
          "rulesPassed": 49,
          "rulesWarned": 4,
          "rulesViolated": 4,
          "warnings": {
            "minor": 24,
            "moderate": 0,
            "serious": 60,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 4,
            "serious": 6,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-09T14:54:24.174Z",
          "url": "https://aveuglesdefrance.org/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button>Je soutiens</button>",
                          "target": [
                            ".donation-title > button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button>Je soutiens</button>",
                  "target": [
                    ".donation-title > button"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "45.0pt (60px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"slider-title\">Olivier, navigateur malvoyant</div>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .slider-panel > .slider-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"slider-content\">Olivier est aveugle, mais quand il est aux commandes d’un voilier, ça ne se voit pas.</div>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .slider-panel > .slider-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn\" href=\"/nos-combats/culture-sports-et-loisirs/\">Voir son parcours</a>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"0\" class=\"bx-pager-link active\" aria-label=\"Afficher le panneau  1 (Panneau courant)\">1</a>",
                  "target": [
                    ".active"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"1\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  2\">2</a>",
                  "target": [
                    "a[data-slide-index=\"1\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"2\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  3\">3</a>",
                  "target": [
                    "a[data-slide-index=\"2\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"3\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  4\">4</a>",
                  "target": [
                    "a[data-slide-index=\"3\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France\">@Aveugles_France</a>",
                  "target": [
                    ".twitter-account > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1545065835387097091\">07 Juil</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-date > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23aeroports\" aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\">#aeroports</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/cfpsaa\" aria-label=\"http://twitter.com/cfpsaa (S'ouvre dans un nouvel onglet)\">@cfpsaa</a>",
                  "target": [
                    "a[href$=\"cfpsaa\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\">@Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23droits\" aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\">#droits</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/RtwShSUqFc\" target=\"_blank\" aria-label=\"https://t.co/RtwShSUqFc (S'ouvre dans un nouvel onglet)\">https://t.co/RtwShSUqFc</a>",
                  "target": [
                    "a[href$=\"RtwShSUqFc\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1543975461520384001\">04 Juil</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-date > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"card-text\" itemprop=\"description\">",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#014a5f",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23aveugles\" aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\">#aveugles</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#014a5f",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23malvoyantes\" aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\">#malvoyantes</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1542530611151310856\">30 Juin</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-date > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23numerique\" aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\">#numerique</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23inclusion\" aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\">#inclusion</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\">@Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23a11y\" aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\">#a11y</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23accessibilite\" aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\">#accessibilite</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/LeTelegramme\" aria-label=\"http://twitter.com/LeTelegramme (S'ouvre dans un nouvel onglet)\">@LeTelegramme</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/bC5GoFYWTc\" target=\"_blank\" aria-label=\"https://t.co/bC5GoFYWTc (S'ouvre dans un nouvel onglet)\">https://t.co/bC5GoFYWTc</a>",
                  "target": [
                    "a[href$=\"bC5GoFYWTc\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button>Je soutiens</button>",
                          "target": [
                            ".donation-title > button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button>Je soutiens</button>",
                  "target": [
                    ".donation-title > button"
                  ],
                  "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": {
                        "fontSize": "45.0pt (60px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"slider-title\">Olivier, navigateur malvoyant</div>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .slider-panel > .slider-title"
                  ],
                  "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": {
                        "fontSize": "12.8pt (17px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"slider-content\">Olivier est aveugle, mais quand il est aux commandes d’un voilier, ça ne se voit pas.</div>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .slider-panel > .slider-content"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn\" href=\"/nos-combats/culture-sports-et-loisirs/\">Voir son parcours</a>",
                  "target": [
                    "div[aria-hidden=\"false\"] > .btn"
                  ],
                  "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": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"0\" class=\"bx-pager-link active\" aria-label=\"Afficher le panneau  1 (Panneau courant)\">1</a>",
                  "target": [
                    ".active"
                  ],
                  "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": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"1\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  2\">2</a>",
                  "target": [
                    "a[data-slide-index=\"1\"]"
                  ],
                  "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": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"2\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  3\">3</a>",
                  "target": [
                    "a[data-slide-index=\"2\"]"
                  ],
                  "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": {
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"wp-block-wwp-gutenberg-utils-section-block section section-slider slider-2cols bloc-bandejaune-droite mbxl\">",
                          "target": [
                            ".section-slider"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"\" data-slide-index=\"3\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  4\">4</a>",
                  "target": [
                    "a[data-slide-index=\"3\"]"
                  ],
                  "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": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France\">@Aveugles_France</a>",
                  "target": [
                    ".twitter-account > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "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": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1545065835387097091\">07 Juil</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-date > a"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23aeroports\" aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\">#aeroports</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/cfpsaa\" aria-label=\"http://twitter.com/cfpsaa (S'ouvre dans un nouvel onglet)\">@cfpsaa</a>",
                  "target": [
                    "a[href$=\"cfpsaa\"]"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\">@Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(3)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23droits\" aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\">#droits</a>",
                  "target": [
                    "div[data-id=\"306933\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(4)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306933\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/RtwShSUqFc\" target=\"_blank\" aria-label=\"https://t.co/RtwShSUqFc (S'ouvre dans un nouvel onglet)\">https://t.co/RtwShSUqFc</a>",
                  "target": [
                    "a[href$=\"RtwShSUqFc\"]"
                  ],
                  "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": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1543975461520384001\">04 Juil</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-date > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"card-text\" itemprop=\"description\">",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#014a5f",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23aveugles\" aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\">#aveugles</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#014a5f",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23malvoyantes\" aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\">#malvoyantes</a>",
                  "target": [
                    "div[data-id=\"306934\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\">Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-author.post-author[itemprop=\"author\"] > a[title=\"Aveugles_France\"][itemprop=\"name\"]"
                  ],
                  "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": {
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://twitter.com/Aveugles_France/status/1542530611151310856\">30 Juin</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-date > a"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23numerique\" aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\">#numerique</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(1)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23inclusion\" aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\">#inclusion</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\">@Aveugles_France</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(3)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23a11y\" aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\">#a11y</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(4)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/search?q=%23accessibilite\" aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\">#accessibilite</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(5)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"http://twitter.com/LeTelegramme\" aria-label=\"http://twitter.com/LeTelegramme (S'ouvre dans un nouvel onglet)\">@LeTelegramme</a>",
                  "target": [
                    "div[data-id=\"306935\"] > .card-block > .card-text[itemprop=\"description\"] > a[target=\"_blank\"]:nth-child(6)"
                  ],
                  "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": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"card-block\">",
                          "target": [
                            "div[data-id=\"306935\"] > .card-block"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://t.co/bC5GoFYWTc\" target=\"_blank\" aria-label=\"https://t.co/bC5GoFYWTc (S'ouvre dans un nouvel onglet)\">https://t.co/bC5GoFYWTc</a>",
                  "target": [
                    "a[href$=\"bC5GoFYWTc\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"wdf-burger nav-button\" data-menu-toggler=\"\" type=\"button\" aria-label=\"open/close navigation\"><i></i></button>",
                  "target": [
                    ".wdf-burger"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"social-networks\">",
                  "target": [
                    ".inner-header > .social-networks"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-1534\" class=\"deployable-item item-don menu-item menu-item-type-post_type menu-item-object-page menu-item-1534\"><a href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-don-aux-aveugles-de-france/\">Don</a></li>",
                  "target": [
                    "#menu-item-1534"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-1533\" class=\"deployable-item item-leg menu-item menu-item-type-post_type menu-item-object-page menu-item-1533\"><a href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\">Leg</a></li>",
                  "target": [
                    "#menu-item-1533"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<li id=\"menu-item-1532\" class=\"deployable-item item-entreprise menu-item menu-item-type-post_type menu-item-object-page menu-item-1532\"><a href=\"https://aveuglesdefrance.org/je-soutiens/le-don-entreprise/\">Entreprise</a></li>",
                  "target": [
                    "#menu-item-1532"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"container social-share-container\">",
                  "target": [
                    ".social-share-container"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<svg class=\"shape-svg shape-facebook\">\n            <use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://aveuglesdefrance.org/app/themes/wwp_child_theme/assets/final/svg/symbol/svg/sprite.symbol.svg#facebook\"></use>\n        </svg>",
                  "target": [
                    ".shape-facebook"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<svg class=\"shape-svg shape-twitter\">\n            <use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"https://aveuglesdefrance.org/app/themes/wwp_child_theme/assets/final/svg/symbol/svg/sprite.symbol.svg#twitter\"></use>\n        </svg>",
                  "target": [
                    ".shape-twitter"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"sliderItem\" aria-hidden=\"true\" style=\"float: none; list-style: none; position: absolute; width: 1200px; z-index: 0; display: none;\">",
                  "target": [
                    ".sliderItem[aria-hidden=\"true\"]:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"sliderItem\" aria-hidden=\"true\" style=\"float: none; list-style: none; position: absolute; width: 1200px; z-index: 0; display: none;\">",
                  "target": [
                    ".sliderItem[aria-hidden=\"true\"]:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"sliderItem\" aria-hidden=\"true\" style=\"float: none; list-style: none; position: absolute; width: 1200px; z-index: 0; display: none;\">",
                  "target": [
                    ".sliderItem[aria-hidden=\"true\"]:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"card-text\" itemprop=\"description\">",
                  "target": [
                    "article[data-index=\"0\"] > .card-block > .card-text[itemprop=\"description\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"card-text\" itemprop=\"description\">",
                  "target": [
                    "article[data-index=\"1\"] > .card-block > .card-text[itemprop=\"description\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"card-text\" itemprop=\"description\">Accessibilité numérique des sites, la Fédération des Aveugles de France consternée par le non-respect de la loi </div>",
                  "target": [
                    "article[data-index=\"2\"] > .card-block > .card-text[itemprop=\"description\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"img-wrap\" itemprop=\"image\" itemscope=\"\" itemtype=\"http://schema.org/ImageObject\">",
                  "target": [
                    ".wp-block-wwp-gutenberg-utils-container-block.container > .page-summary > .page-summary-container > .items-list > li:nth-child(1) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .img-wrap[itemtype=\"http://schema.org/ImageObject\"][itemprop=\"image\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"img-wrap\" itemprop=\"image\" itemscope=\"\" itemtype=\"http://schema.org/ImageObject\">",
                  "target": [
                    ".wp-block-wwp-gutenberg-utils-container-block.container > .page-summary > .page-summary-container > .items-list > li:nth-child(2) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .img-wrap[itemtype=\"http://schema.org/ImageObject\"][itemprop=\"image\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"img-wrap\" itemprop=\"image\" itemscope=\"\" itemtype=\"http://schema.org/ImageObject\">",
                  "target": [
                    "li:nth-child(3) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .img-wrap[itemtype=\"http://schema.org/ImageObject\"][itemprop=\"image\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"img-wrap\" itemprop=\"image\" itemscope=\"\" itemtype=\"http://schema.org/ImageObject\">",
                  "target": [
                    ".page-summary-wrapper > .page-summary > .page-summary-container > .items-list > li:nth-child(1) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .img-wrap[itemtype=\"http://schema.org/ImageObject\"][itemprop=\"image\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"img-wrap\" itemprop=\"image\" itemscope=\"\" itemtype=\"http://schema.org/ImageObject\">",
                  "target": [
                    ".page-summary-wrapper > .page-summary > .page-summary-container > .items-list > li:nth-child(2) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .img-wrap[itemtype=\"http://schema.org/ImageObject\"][itemprop=\"image\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"required\">*</span>",
                  "target": [
                    "label[for=\"nl-email-1\"] > .required"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"required\">*</span>",
                  "target": [
                    "label[for=\"nl-rgpd-1\"] > .required"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div style=\"display: none\" class=\"form-group input-wrap nl-consent-wrap\"><label for=\"nl-consent\">nl-consent.trad</label><input type=\"text\" name=\"nl-consent\" id=\"nl-consent\" class=\"shouldbefilled form-control text\" value=\"\"></div>",
                  "target": [
                    ".nl-consent-wrap"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"trackers-list\">",
                  "target": [
                    ".trackers-list"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "en savoir plus",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "aveuglesdefrance.org",
                          "port": "",
                          "pathname": "/wwp-actu/impots-sur-le-revenu-2022les-aveugles-de-france-denoncent-linaccessibilite-de-la-plateforme-de-declaration-des-revenus/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/quand-les-deficients-visuels-infiltrent-le-debat-politique/\">En savoir plus </a>",
                          "target": [
                            "article[data-index=\"1\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/journee-mondiale-dediee-a-laccessibilite-numerique/\">En savoir plus </a>",
                          "target": [
                            "article[data-index=\"2\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/formations-qualifiantes/\">En savoir plus </a>",
                          "target": [
                            ".wp-block-wwp-gutenberg-utils-container-block.container > .page-summary > .page-summary-container > .items-list > li:nth-child(1) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\">En savoir plus </a>",
                          "target": [
                            ".wp-block-wwp-gutenberg-utils-container-block.container > .page-summary > .page-summary-container > .items-list > li:nth-child(2) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\">En savoir plus </a>",
                          "target": [
                            "li:nth-child(3) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/je-soutiens/le-don-entreprise/\">En savoir plus </a>",
                          "target": [
                            ".page-summary-wrapper > .page-summary > .page-summary-container > .items-list > li:nth-child(1) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        },
                        {
                          "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/tout-savoir/ressources-documentaires/\">En savoir plus </a>",
                          "target": [
                            ".page-summary-wrapper > .page-summary > .page-summary-container > .items-list > li:nth-child(2) > .has-link.has-link-inside[itemtype=\"http://schema.org/ListItem\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/impots-sur-le-revenu-2022les-aveugles-de-france-denoncent-linaccessibilite-de-la-plateforme-de-declaration-des-revenus/\">En savoir plus </a>",
                  "target": [
                    "article[data-index=\"0\"] > .card-block > .card-readmore-link.card-link[itemprop=\"url\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#333333",
                        "bgColor": "#000000",
                        "contrastRatio": 1.66,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\">Suivez-nous sur facebook</a>",
                          "target": [
                            ".social-navigation > .facebook > a[target=\"_blank\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\">Suivez-nous sur facebook</a>",
                  "target": [
                    ".social-navigation > .facebook > a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#333333",
                        "bgColor": "#000000",
                        "contrastRatio": 1.66,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\">Suivez-nous sur Youtube</a>",
                          "target": [
                            ".social-navigation > .youtube > a[target=\"_blank\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\">Suivez-nous sur Youtube</a>",
                  "target": [
                    ".social-navigation > .youtube > a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#c1532f",
                        "contrastRatio": 4.61,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"btn  btn--red\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\">Je soutiens la Fédération</a>",
                          "target": [
                            ".btn--red"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #c1532f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn  btn--red\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\">Je soutiens la Fédération</a>",
                  "target": [
                    ".btn--red"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #c1532f, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#333333",
                        "bgColor": "#000000",
                        "contrastRatio": 1.66,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\">Suivez-nous sur facebook</a>",
                          "target": [
                            ".social-navigation > .facebook > a[target=\"_blank\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\">Suivez-nous sur facebook</a>",
                  "target": [
                    ".social-navigation > .facebook > a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#333333",
                        "bgColor": "#000000",
                        "contrastRatio": 1.66,
                        "fontSize": "0.0pt (0px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\">Suivez-nous sur Youtube</a>",
                          "target": [
                            ".social-navigation > .youtube > a[target=\"_blank\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\">Suivez-nous sur Youtube</a>",
                  "target": [
                    ".social-navigation > .youtube > a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.66 (foreground color: #333333, background color: #000000, font size: 0.0pt (0px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn  btn--red\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\">Je soutiens la Fédération</a>",
                  "target": [
                    ".btn--red"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<span class=\"title h3-like\">Gestion des cookies</span>",
                  "target": [
                    ".h3-like.title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p class=\"desc\">Dans le respect de votre vie privée, vous pouvez contrôler les cookies à activer ou non sur le site.</p>",
                  "target": [
                    ".desc"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p class=\"consent-intro\">Votre consentement sera conservé pendant 6 mois, mais vous pouvez à tout moment gérer vos préférences sur la page de gestion de vos données <a href=\"/donnees-personnelles#cookie-consent-section\">personnelles et consentements.</a></p>",
                  "target": [
                    ".consent-intro"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<p class=\"cookie-policy-intro\">Consulter notre politique <a href=\"/reglement-general-sur-la-protection-des-donnees-rgpd/\">Mentions légales - RGPD.</a></p>",
                  "target": [
                    ".cookie-policy-intro"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "Error": {
          "AA.1_1_1.H30.2": {
            "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"mll\" href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external noopener\" aria-label=\"L’Institut IDEAS accompagne les associations et fondations pour renforcer leur capacité d’action et de développement, au service de l’intérêt général. (nouvelle fenêtre)\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external\" aria-label=\"L’Institut IDEAS accompagne les associations et fondations pour renforcer leur capacité d’action et de développement, au service de l’intérêt général. (nouvelle fenêtre)\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-don-aux-aveugles-de-france/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.66:1. Recommendation:  change text colour to #757575.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img itemprop=\"image\" src=\"http://pbs.twimg.com/media/FW1MZrEX0AAPErD.jpg:small\" loading=\"lazy\" alt=\"\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"https://aveuglesdefrance.org/app/uploads/2020/10/illus-chiffre-cle.svg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\">"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"bx-controls-direction\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"wp-block-wwp-gutenberg-utils-container-block  lien-don\">...</div>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"module-tracker has-form\" data-cache-enabled=\"0\" data-pew-element=\"[object Object]\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"sticky-direct-links-component\" data-pew-element=\"[object Object]\">...</div>"
              },
              {
                "tagName": "header",
                "id": "#header",
                "code": "<header class=\"site-header\" id=\"header\" role=\"banner\" data-pew-element=\"[object Object]\">...</header>"
              }
            ]
          },
          "AA.1_4_3.G145.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"1\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"2\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  3\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"3\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  4\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"slider-title\">...</div>"
              },
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 class=\"entry-title\">...</h1>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn\" href=\"/nos-combats/culture-sports-et-loisirs/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"bx-next\" href=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"bx-prev\" href=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-don-aux-aveugles-de-france/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/formations-qualifiantes/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/impots-sur-le-revenu-2022les-aveugles-de-france-denoncent-linaccessibilite-de-la-plateforme-de-declaration-des-revenus/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/journee-mondiale-dediee-a-laccessibilite-numerique/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/quand-les-deficients-visuels-infiltrent-le-debat-politique/\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"slider-content\">...</div>"
              },
              {
                "tagName": "label",
                "id": "",
                "code": "<label for=\"nl-email-1\">...</label>"
              }
            ]
          },
          "AA.2_5_3.F96": {
            "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn  btn--red\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.A.Placeholder": {
            "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"bx-next\" href=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"bx-prev\" href=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"0\" class=\"bx-pager-link active\" aria-label=\"Afficher le panneau  1 (Panneau courant)\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"1\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  2\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"2\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  3\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"\" data-slide-index=\"3\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau  4\">...</a>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "content": {
          "totals": {
            "violation": 19,
            "recommendation": 6,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[7]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 557,
                "top": 4404,
                "height": 15,
                "width": 101
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23accessibilite\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[6]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 692,
                "top": 4379,
                "height": 15,
                "width": 40
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23a11y\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[4]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 677,
                "top": 4253,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23inclusion\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 582,
                "top": 4228,
                "height": 15,
                "width": 86
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23numerique\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[7]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[9]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4670,
                "height": 15,
                "width": 113
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23réalitévirtuelle (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23r%C3%A9alit%C3%A9virtuelle\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[7]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 374,
                "top": 4619,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23maladies (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23maladies\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[3]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[5]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4519,
                "height": 15,
                "width": 90
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23application (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23application\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[4]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4493,
                "height": 15,
                "width": 99
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23malvoyantes\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 396,
                "top": 4468,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aveugles\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[6]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 30,
                "top": 4429,
                "height": 15,
                "width": 53
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23droits\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 30,
                "top": 4253,
                "height": 15,
                "width": 82
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aeroports\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/link[12]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 40,
                "top": 2209,
                "height": 58,
                "width": 458
              },
              "snippet": "<a aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" class=\"btn  btn--red\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[3]/a[1]",
                "aria": "/document[1]/link[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 475,
                "top": 452,
                "height": 14,
                "width": 157
              },
              "snippet": "<a href=\"/reglement-general-sur-la-protection-des-donnees-rgpd/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 416,
                "top": 388,
                "height": 14,
                "width": 211
              },
              "snippet": "<a href=\"/donnees-personnelles#cookie-consent-section\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 250,
                "height": 47,
                "width": 440
              },
              "snippet": "<p class=\"desc\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/form[1]/div[1]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 520,
                "height": 30,
                "width": 110
              },
              "snippet": "<button name=\"deny\" class=\"btn btn-deny\" type=\"button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -999990,
                "top": 0,
                "height": 41,
                "width": 177
              },
              "snippet": "<a class=\"skip-links no-transition\" href=\"#content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/ul[2]/li[2]/a[1]",
                "aria": "/document[1]/banner[1]/list[3]/listitem[2]/link[1]"
              },
              "message": "Text contrast of 1.66 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 400",
              "bounds": {
                "left": 718,
                "top": 536,
                "height": 39,
                "width": 39
              },
              "snippet": "<a aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.youtube.com/user/FAFParis\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/ul[2]/li[1]/a[1]",
                "aria": "/document[1]/banner[1]/list[3]/listitem[1]/link[1]"
              },
              "message": "Text contrast of 1.66 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 400",
              "bounds": {
                "left": 672,
                "top": 536,
                "height": 39,
                "width": 39
              },
              "snippet": "<a aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.facebook.com/aveuglesdefrance\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 80,
                "height": 5263,
                "width": 800
              },
              "snippet": "<main data-pew-element=\"[object Object]\" role=\"main\" class=\"site-content\" id=\"content\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 160,
                "top": 0,
                "height": 80,
                "width": 620
              },
              "snippet": "<nav class=\"navigation-wrapper\" aria-label=\"Menu principal\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 80,
                "width": 800
              },
              "snippet": "<header data-pew-element=\"[object Object]\" role=\"banner\" id=\"header\" class=\"site-header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[2]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 220,
                "top": 5639,
                "height": 33,
                "width": 540
              },
              "snippet": "<nav aria-label=\"Menu footer secondaire\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 220,
                "top": 5544,
                "height": 75,
                "width": 420
              },
              "snippet": "<nav aria-label=\"Menu footer primaire\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 5343,
                "height": 470,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" id=\"colophon\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 46,
            "recommendation": 6,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[7]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 557,
                "top": 4326,
                "height": 15,
                "width": 101
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23accessibilite\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[6]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 692,
                "top": 4300,
                "height": 15,
                "width": 40
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23a11y\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[4]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 677,
                "top": 4174,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23inclusion\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 582,
                "top": 4149,
                "height": 15,
                "width": 86
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23numerique\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[7]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[9]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4591,
                "height": 15,
                "width": 113
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23réalitévirtuelle (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23r%C3%A9alit%C3%A9virtuelle\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[7]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 374,
                "top": 4541,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23maladies (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23maladies\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[3]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[5]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4440,
                "height": 15,
                "width": 90
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23application (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23application\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[4]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 294,
                "top": 4415,
                "height": 15,
                "width": 99
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23malvoyantes\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 396,
                "top": 4390,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aveugles\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[6]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 30,
                "top": 4351,
                "height": 15,
                "width": 53
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23droits\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[3]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 30,
                "top": 4174,
                "height": 15,
                "width": 82
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aeroports\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG21_Label_Accessible",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/link[12]"
              },
              "message": "Accessible name does not match or contain the visible label text",
              "bounds": {
                "left": 40,
                "top": 2131,
                "height": 58,
                "width": 458
              },
              "snippet": "<a aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" class=\"btn  btn--red\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[3]/a[1]",
                "aria": "/document[1]/link[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 475,
                "top": 449,
                "height": 14,
                "width": 157
              },
              "snippet": "<a href=\"/reglement-general-sur-la-protection-des-donnees-rgpd/\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 416,
                "top": 385,
                "height": 14,
                "width": 211
              },
              "snippet": "<a href=\"/donnees-personnelles#cookie-consent-section\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 247,
                "height": 47,
                "width": 440
              },
              "snippet": "<p class=\"desc\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[2]/div[1]/form[1]/div[1]/button[1]",
                "aria": "/document[1]/button[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 310,
                "top": 518,
                "height": 33,
                "width": 116
              },
              "snippet": "<button name=\"deny\" class=\"btn btn-deny\" type=\"button\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -999990,
                "top": 0,
                "height": 41,
                "width": 177
              },
              "snippet": "<a class=\"skip-links no-transition\" href=\"#content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[7]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[9]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 557,
                "top": 4376,
                "height": 15,
                "width": 175
              },
              "snippet": "<a aria-label=\"https://t.co/bC5GoFYWTc (S'ouvre dans un nouvel onglet)\" target=\"_blank\" href=\"https://t.co/bC5GoFYWTc\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[6]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[8]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 557,
                "top": 4351,
                "height": 15,
                "width": 114
              },
              "snippet": "<a aria-label=\"http://twitter.com/LeTelegramme (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/LeTelegramme\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[7]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 557,
                "top": 4326,
                "height": 15,
                "width": 101
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23accessibilite\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[6]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 692,
                "top": 4300,
                "height": 15,
                "width": 40
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23a11y\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[3]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[5]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 557,
                "top": 4300,
                "height": 15,
                "width": 132
              },
              "snippet": "<a aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/Aveugles_France\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[4]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 677,
                "top": 4174,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23inclusion\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[3]/link[3]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 582,
                "top": 4149,
                "height": 15,
                "width": 86
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23numerique\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[8]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[10]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4616,
                "height": 15,
                "width": 161
              },
              "snippet": "<a aria-label=\"https://t.co/cGFlteCdRI (S'ouvre dans un nouvel onglet)\" target=\"_blank\" href=\"https://t.co/cGFlteCdRI\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[7]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[9]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4591,
                "height": 15,
                "width": 113
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23réalitévirtuelle (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23r%C3%A9alit%C3%A9virtuelle\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[6]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[8]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4566,
                "height": 15,
                "width": 168
              },
              "snippet": "<a aria-label=\"https://t.co/Zbe731UBUs (S'ouvre dans un nouvel onglet)\" target=\"_blank\" href=\"https://t.co/Zbe731UBUs\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[7]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 374,
                "top": 4541,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23maladies (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23maladies\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[6]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4490,
                "height": 15,
                "width": 132
              },
              "snippet": "<a aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/Aveugles_France\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[3]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[5]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4440,
                "height": 15,
                "width": 90
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23application (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23application\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[4]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 294,
                "top": 4415,
                "height": 15,
                "width": 99
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23malvoyantes\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[2]/link[3]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 396,
                "top": 4390,
                "height": 15,
                "width": 74
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aveugles\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[5]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[7]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 30,
                "top": 4376,
                "height": 15,
                "width": 171
              },
              "snippet": "<a aria-label=\"https://t.co/RtwShSUqFc (S'ouvre dans un nouvel onglet)\" target=\"_blank\" href=\"https://t.co/RtwShSUqFc\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[4]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[6]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 30,
                "top": 4351,
                "height": 15,
                "width": 53
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23droits\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[3]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[5]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 30,
                "top": 4300,
                "height": 15,
                "width": 132
              },
              "snippet": "<a aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/Aveugles_France\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[2]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[4]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 107,
                "top": 4275,
                "height": 15,
                "width": 62
              },
              "snippet": "<a aria-label=\"http://twitter.com/cfpsaa (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/cfpsaa\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[1]",
                "aria": "/document[1]/main[1]/list[4]/listitem[1]/link[3]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
              "bounds": {
                "left": 30,
                "top": 4174,
                "height": 15,
                "width": 82
              },
              "snippet": "<a aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\" href=\"http://twitter.com/search?q=%23aeroports\" target=\"_blank\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/p[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 300",
              "bounds": {
                "left": 40,
                "top": 2963,
                "height": 132,
                "width": 720
              },
              "snippet": "<p class=\"chapo container-s\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 700",
              "bounds": {
                "left": 552,
                "top": 2300,
                "height": 20,
                "width": 189
              },
              "snippet": "<span class=\"title\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Text contrast of 2.32 with its background is less than the WCAG AA minimum requirements for text of size 22px and weight of 300",
              "bounds": {
                "left": 40,
                "top": 1936,
                "height": 165,
                "width": 458
              },
              "snippet": "<p class=\"chapo mb0\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
                "aria": "/document[1]/main[1]/link[12]"
              },
              "message": "Text contrast of 2.30 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
              "bounds": {
                "left": 40,
                "top": 2131,
                "height": 58,
                "width": 458
              },
              "snippet": "<a aria-label=\"Faire un don aux Aveugles de France (nouvelle fenêtre)\" href=\"/je-soutiens/faire-un-don-aux-aveugles-de-france/\" class=\"btn  btn--red\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/div[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[3]/article[1]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
              "bounds": {
                "left": 554,
                "top": 1159,
                "height": 26,
                "width": 207
              },
              "snippet": "<div class=\"card-date\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/div[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[2]/article[1]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
              "bounds": {
                "left": 297,
                "top": 1159,
                "height": 26,
                "width": 207
              },
              "snippet": "<div class=\"card-date\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/div[1]",
                "aria": "/document[1]/main[1]/list[2]/listitem[1]/article[1]"
              },
              "message": "Text contrast of 3.19 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 500",
              "bounds": {
                "left": 40,
                "top": 1159,
                "height": 26,
                "width": 207
              },
              "snippet": "<div class=\"card-date\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/ul[2]/li[2]/a[1]",
                "aria": "/document[1]/banner[1]/list[3]/listitem[2]/link[1]"
              },
              "message": "Text contrast of 1.66 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 400",
              "bounds": {
                "left": 718,
                "top": 536,
                "height": 39,
                "width": 39
              },
              "snippet": "<a aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.youtube.com/user/FAFParis\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/ul[2]/li[1]/a[1]",
                "aria": "/document[1]/banner[1]/list[3]/listitem[1]/link[1]"
              },
              "message": "Text contrast of 1.66 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 400",
              "bounds": {
                "left": 672,
                "top": 536,
                "height": 39,
                "width": 39
              },
              "snippet": "<a aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.facebook.com/aveuglesdefrance\">",
              "level": "violation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
              "bounds": {
                "left": 0,
                "top": 80,
                "height": 5215,
                "width": 800
              },
              "snippet": "<main data-pew-element=\"[object Object]\" role=\"main\" class=\"site-content\" id=\"content\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]/div[1]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 160,
                "top": 0,
                "height": 80,
                "width": 620
              },
              "snippet": "<nav class=\"navigation-wrapper\" aria-label=\"Menu principal\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 80,
                "width": 800
              },
              "snippet": "<header data-pew-element=\"[object Object]\" role=\"banner\" id=\"header\" class=\"site-header\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[2]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 220,
                "top": 5593,
                "height": 33,
                "width": 540
              },
              "snippet": "<nav aria-label=\"Menu footer secondaire\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/nav[1]",
                "aria": "/document[1]/contentinfo[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 220,
                "top": 5498,
                "height": 75,
                "width": 420
              },
              "snippet": "<nav aria-label=\"Menu footer primaire\" role=\"navigation\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/footer[1]",
                "aria": "/document[1]/contentinfo[1]"
              },
              "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
              "bounds": {
                "left": 0,
                "top": 5295,
                "height": 486,
                "width": 800
              },
              "snippet": "<footer role=\"contentinfo\" id=\"colophon\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Fédération des Aveugles et Amblyopes de France | La Fédération des Aveugles et Amblyopes de France milite pour une citoyenneté pleine et entière de toutes les personnes aveugles et malvoyantes.",
          "pageurl": "https://aveuglesdefrance.org/",
          "time": 4.62,
          "creditsremaining": 237,
          "allitemcount": 132,
          "totalelements": 496,
          "waveurl": "http://wave.webaim.org/report?url=https://aveuglesdefrance.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 6,
            "items": {
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 6,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > H2:first-child + P + DIV > A:first-child + A > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > ADDRESS:first-child + DIV > NAV:first-child + UL > LI:first-child > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 2,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#header > DIV:first-child + DIV > UL:first-child + DIV + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#header > DIV:first-child + DIV > UL:first-child + DIV + UL > LI:first-child + LI > A:first-child"
                ],
                "contrastdata": [
                  [
                    1.66,
                    "#333333",
                    "#000000",
                    false
                  ],
                  [
                    1.66,
                    "#333333",
                    "#000000",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 25,
            "items": {
              "alt_long": {
                "id": "alt_long",
                "description": "Long alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child + LI + LI > ARTICLE:first-child > DIV:first-child > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > P:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 17,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child > ARTICLE:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child > ARTICLE:first-child > DIV:first-child + DIV > A:first-child + DIV + UL + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child + LI > ARTICLE:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child + LI > ARTICLE:first-child > DIV:first-child + DIV > A:first-child + DIV + UL + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child + LI + LI > ARTICLE:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > H2:first-child + DIV > UL:first-child > LI:first-child + LI + LI > ARTICLE:first-child > DIV:first-child + DIV > A:first-child + DIV + UL + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child + DIV > A:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > H2:first-child + P + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child + DIV > A:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child + DIV + A",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child + DIV > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child + DIV > A:first-child + DIV + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child > META:first-child + META + LINK + LINK + LINK + LINK + LINK + META + META + META + TITLE + META + LINK + LINK + NOSCRIPT",
                  "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + SCRIPT + LINK + NOSCRIPT"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > MAIN#content > DIV#post-6 > HEADER:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://aveuglesdefrance.org/",
      "what": "URL",
      "result": "https://aveuglesdefrance.org/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://aveuglesdefrance.org/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.070",
        "responseTime": "2022-07-09T14:55:01.908Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1170063,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 72,
              "totalWarnings": 2,
              "totalIssues": 74
            },
            "issuesByLevel": {
              "A": {
                "count": 35,
                "pct": 47.3
              },
              "AA": {
                "count": 18,
                "pct": 24.32
              },
              "AAA": {
                "count": 74,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 6,
              "warningDensity": 0,
              "allDensity": 6
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "d87fe899-da64-45a0-8217-6c8e6349a1d6",
          "docID": "f2fd1121-ec88-4e8c-f7f7-e5942cc04d01",
          "sourceHash": "e9cd49087a99ce65f97a0d66afda6ddb",
          "urlHttpCode": 200,
          "clientScriptErrors": [],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=d87fe899-da64-45a0-8217-6c8e6349a1d6",
          "resultSet": [
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15670,
                "column": 0
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2021/01/AVF-headers-1920x435-Accueillir-A",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/a[1]",
              "issueID": "e55001d0a7342842d1631318ce728f76",
              "signature": "e47d21b7f1826e6c9678ea17685c9f6e",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=e55001d0a7342842d1631318ce728f76"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15670,
                "column": 0
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2021/01/AVF-headers-1920x435-Informatique-em",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/a[1]",
              "issueID": "3652d2028ded8881d5b3767f40651d57",
              "signature": "4ab9fad26fbd43f8898a2211a7570506",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=3652d2028ded8881d5b3767f40651d57"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17245,
                "column": 46
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/la-federation/les-membres-de-la-federation/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2020/12/AVF-headers-1920x435-membres-fe",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[1]/div[1]/div[1]/a[1]",
              "issueID": "d15bed65a01e64ec63ff72096408e33b",
              "signature": "a313957d91d6cc88dfba304deb4978f9",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d15bed65a01e64ec63ff72096408e33b"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17248,
                "column": 46
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2020/12/AVF-headers-1920x435-fair",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]/div[1]/a[1]",
              "issueID": "e82dc7946e342173fc4b30dd9a3db1bd",
              "signature": "ecbeb26b848039bb3f37a7ec5e38f6c4",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=e82dc7946e342173fc4b30dd9a3db1bd"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 34,
                  "y": 29.5
                },
                "bottom-right": {
                  "x": 156,
                  "y": 50.5
                },
                "height": 21,
                "width": 122
              },
              "position": {
                "line": 15909,
                "column": 34
              },
              "errorSnippet": "&lt;a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\"&gt;Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "17b06d0140aef1ec9749ffc38832c13d",
              "signature": "41d6ae8af83c8e4f599274a0387f0fac",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=17b06d0140aef1ec9749ffc38832c13d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 34,
                  "y": 29.5
                },
                "bottom-right": {
                  "x": 156,
                  "y": 50.5
                },
                "height": 21,
                "width": 122
              },
              "position": {
                "line": 16138,
                "column": 0
              },
              "errorSnippet": "&lt;a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\"&gt;Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "9cdd0af006d19cc245f07603dc449e00",
              "signature": "7f70726b43b079d0ab9b471df6c446e6",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9cdd0af006d19cc245f07603dc449e00"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 34,
                  "y": 29.5
                },
                "bottom-right": {
                  "x": 156,
                  "y": 50.5
                },
                "height": 21,
                "width": 122
              },
              "position": {
                "line": 17229,
                "column": 13
              },
              "errorSnippet": "&lt;a title=\"Aveugles_France\" itemprop=\"name\" href=\"https://twitter.com/Aveugles_France\"&gt;Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "b52f813532afa95e5c74a3f27b108481",
              "signature": "b1defdec81491044e28fcd624646c1ae",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b52f813532afa95e5c74a3f27b108481"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 231.20001220703125,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 273.20001220703125,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\"&gt;Suivez-nous sur facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[1]/a[1]",
              "issueID": "cf3d9702a5821710c76cc863981e8e3a",
              "signature": "23faf173eea543c0825ccdee6f5b62b2",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cf3d9702a5821710c76cc863981e8e3a"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 277.5999755859375,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 319.5999755859375,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\"&gt;Suivez-nous sur Youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[2]/a[1]",
              "issueID": "5f9cfffd70993f68435f077a19ca05f5",
              "signature": "aa8b95f7fc3d6cb47bf4b866ee1b109c",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5f9cfffd70993f68435f077a19ca05f5"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -10
                },
                "bottom-right": {
                  "x": -35,
                  "y": 48
                },
                "height": 58,
                "width": -35
              },
              "position": {
                "line": 13673,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn\" href=\"/nos-combats/culture-sports-et-loisirs/\"&gt;Voir son parcours&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]",
              "issueID": "eefe4056240b5eae04e6bbe8eda08ea5",
              "signature": "74c3d4f394866c5e04024b80cda2161d",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=eefe4056240b5eae04e6bbe8eda08ea5"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -10
                },
                "bottom-right": {
                  "x": -35,
                  "y": 48
                },
                "height": 58,
                "width": -35
              },
              "position": {
                "line": 13744,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"btn\" href=\"/nos-combats/education-petite-enfance/\"&gt;Voir son parcours&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]",
              "issueID": "65665eb4b16cd38d26b91624dd405c09",
              "signature": "68c60afe1a12aee890187120c656e56f",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=65665eb4b16cd38d26b91624dd405c09"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -10
                },
                "bottom-right": {
                  "x": -35,
                  "y": 48
                },
                "height": 58,
                "width": -35
              },
              "position": {
                "line": 13745,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"btn\" href=\"/nos-combats/emploi-formation/\"&gt;Voir son parcours&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/a[1]",
              "issueID": "dccd14b1066fa49f879ee5931bc1cbf6",
              "signature": "f51f544ee6ee0a9e082e7078b5015599",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=dccd14b1066fa49f879ee5931bc1cbf6"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 215
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 242
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 14560,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/quand-les-deficients-visuels-infiltrent-le-debat-politique/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[2]/article[1]/div[2]/a[2]",
              "issueID": "963a83c56974fc200ec04adaacc0d75b",
              "signature": "2210e29b3854d61fddbc115cad4290e7",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=963a83c56974fc200ec04adaacc0d75b"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 235
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 262
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 15309,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/wwp-actu/journee-mondiale-dediee-a-laccessibilite-numerique/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/a[2]",
              "issueID": "d6f7b1b9dc229ed2b2ce4c0e4ed6b390",
              "signature": "fe9a1fecc68e065bf340cd0eafe190e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=d6f7b1b9dc229ed2b2ce4c0e4ed6b390"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 238
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 265
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 15669,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/formations-qualifiantes/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[2]/a[2]",
              "issueID": "04b5495bd367981846c79dc6d6490548",
              "signature": "5eaed07daa19731c0fc41155423a7628",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=04b5495bd367981846c79dc6d6490548"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 238
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 265
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 15670,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/a[2]",
              "issueID": "0ccb522dcf90df7a7fe388a8d4f5a7af",
              "signature": "ea6a6082cad02fcac6bd0554e1737682",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=0ccb522dcf90df7a7fe388a8d4f5a7af"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 238
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 265
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 15838,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[2]/a[2]",
              "issueID": "6a711cc279217d1773b5c98545f62a25",
              "signature": "3c5bfb178c9bbe025e13c7dce930e89f",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=6a711cc279217d1773b5c98545f62a25"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 208
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 235
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 17247,
                "column": 46
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/la-federation/les-membres-de-la-federation/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[1]/div[1]/div[2]/a[2]",
              "issueID": "533a22ef6ced1ca488eedf31b5773d50",
              "signature": "22954969aa8859e1564e09eb9758d709",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=533a22ef6ced1ca488eedf31b5773d50"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 178
                },
                "bottom-right": {
                  "x": 126.5,
                  "y": 205
                },
                "height": 27,
                "width": 126.5
              },
              "position": {
                "line": 17250,
                "column": 47
              },
              "errorSnippet": "&lt;a class=\"card-link card-readmore-link card-link\" itemprop=\"url\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\"&gt;En savoir plus &lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]/div[2]/a[2]",
              "issueID": "cc06cc5d741eb4e0264463c4d7156ee9",
              "signature": "4b836567b514d73844ff3ce1f57f5a44",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=cc06cc5d741eb4e0264463c4d7156ee9"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 774,
                  "y": 0
                },
                "bottom-right": {
                  "x": 804,
                  "y": 80
                },
                "height": 80,
                "width": 30
              },
              "position": {
                "line": 13145,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/?s=\" data-pid=\"1473\"&gt;Recherche&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "issueID": "bcb80461ec00f5556dfaa24b84334859",
              "signature": "04962dcb2839c54aef9afe7928862a01",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=bcb80461ec00f5556dfaa24b84334859"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 231.20001220703125,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 273.20001220703125,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\"&gt;Suivez-nous sur facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[1]/a[1]",
              "issueID": "eb06e20591ef6db0f6ceaaa807cccc18",
              "signature": "213381cb233e2808368cbc1202539da5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=eb06e20591ef6db0f6ceaaa807cccc18"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 277.5999755859375,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 319.5999755859375,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\"&gt;Suivez-nous sur Youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[2]/a[1]",
              "issueID": "b48dd081657816299aa0d82a7a679152",
              "signature": "c6109b7427c9f3e90ca49cbee9136d00",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b48dd081657816299aa0d82a7a679152"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17296,
                "column": 15
              },
              "errorSnippet": "&lt;span&gt;Partager&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/span[1]",
              "issueID": "89e2679be658afd93fb5a4cb7da00993",
              "signature": "f99c9fbed2fbaef5af313a1d42f8cab4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=89e2679be658afd93fb5a4cb7da00993"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17298,
                "column": 15
              },
              "errorSnippet": "&lt;span&gt;Tweeter&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/span[1]",
              "issueID": "cd3929514679366c98a4bceb11070662",
              "signature": "b33e620fb425162a6186d22a6452dffe",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=cd3929514679366c98a4bceb11070662"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 128,
                  "y": 80
                },
                "height": 80,
                "width": 128
              },
              "position": {
                "line": 6,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"page_item page-item-8 page_item_has_children m0 m0_0\"&gt;&lt;a href=\"https://aveuglesdefrance.org/la-federation/\" data-pid=\"8\" class=\"no-transition\"&gt;La Fédération&lt;/a&gt;\n&lt;div class=\"submenu-wrap level1\"&gt;&lt;div class=\"menu-excer",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[1]",
              "issueID": "8b9eb212840ac7d7280bcabc4d479888",
              "signature": "07583b82e53670be2ef96fbfaf8ff3b0",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8b9eb212840ac7d7280bcabc4d479888"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 166,
                  "y": 0
                },
                "bottom-right": {
                  "x": 295,
                  "y": 80
                },
                "height": 80,
                "width": 129
              },
              "position": {
                "line": 16,
                "column": 3
              },
              "errorSnippet": "&lt;li class=\"page_item page-item-9 page_item_has_children m0 m0_2\"&gt;&lt;a href=\"https://aveuglesdefrance.org/nos-combats/\" data-pid=\"9\" class=\"no-transition\"&gt;Nos Combats&lt;/a&gt;\n&lt;div class=\"submenu-wrap level1\"&gt;&lt;div class=\"menu-excerpt\"&",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[2]",
              "issueID": "5f6c951583fa125695ae41a4bc89f479",
              "signature": "61b4184121d0e730862995fc2d99147b",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=5f6c951583fa125695ae41a4bc89f479"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 333,
                  "y": 0
                },
                "bottom-right": {
                  "x": 457,
                  "y": 80
                },
                "height": 80,
                "width": 124
              },
              "position": {
                "line": 15646,
                "column": 40
              },
              "errorSnippet": "&lt;li class=\"page_item page-item-10 page_item_has_children menu-soutien m0 m0_12\"&gt;&lt;a href=\"https://aveuglesdefrance.org/je-soutiens/\" data-pid=\"10\" class=\"no-transition\"&gt;Je soutiens&lt;/a&gt;\n&lt;div class=\"submenu-wrap level1\"&gt;&lt;div class",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[3]",
              "issueID": "9499482a2a6a525945910d0fb02db1ac",
              "signature": "d08592a012e79c8d791358cb3c5fbc87",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9499482a2a6a525945910d0fb02db1ac"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 495,
                  "y": 0
                },
                "bottom-right": {
                  "x": 606,
                  "y": 80
                },
                "height": 80,
                "width": 111
              },
              "position": {
                "line": 17236,
                "column": 2
              },
              "errorSnippet": "&lt;li class=\"page_item page-item-11 page_item_has_children m0 m0_14\"&gt;&lt;a href=\"https://aveuglesdefrance.org/tout-savoir/\" data-pid=\"11\" class=\"no-transition\"&gt;Tout savoir&lt;/a&gt;\n&lt;div class=\"submenu-wrap level1\"&gt;&lt;div class=\"menu-excerp",
              "xpath": "/html/body/div[1]/header[1]/div[1]/nav[1]/ul[1]/li[4]",
              "issueID": "b57cd578576ff666d162ccfe5464af20",
              "signature": "d772ce72243050a8daa3414a9962dc0b",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b57cd578576ff666d162ccfe5464af20"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 112
                },
                "bottom-right": {
                  "x": 281.312,
                  "y": 352
                },
                "height": 240,
                "width": 281.312
              },
              "position": {
                "line": 17369,
                "column": 1288
              },
              "errorSnippet": "&lt;span class=\"card-title\" itemprop=\"name\"&gt;Impôts sur le revenu 2022&lt;br&gt;Les Aveugles de France dénoncent l’inaccessibilité de la plateforme de déclaration des revenus&lt;/span&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/a[1]/span[1]",
              "issueID": "c7780663ce1b191d5b393e480249a3c3",
              "signature": "8a41afa0e38c8bc9eed596de5f10b2a4",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c7780663ce1b191d5b393e480249a3c3"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 37,
                  "y": 62
                },
                "height": 62,
                "width": 37
              },
              "position": {
                "line": 13504,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-don-aux-aveugles-de-france/\"&gt;Don&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "4a6a3548e974e91437fb9637552c0bd8",
              "signature": "a49626c16cca7e3bd4cad83da51df78e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=4a6a3548e974e91437fb9637552c0bd8"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 32,
                  "y": 62
                },
                "height": 62,
                "width": 32
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\"&gt;Leg&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "57a63cf626bd3c2fe8f05c5e18277526",
              "signature": "305edbeea720393daf902d6871b385c5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=57a63cf626bd3c2fe8f05c5e18277526"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -4
                },
                "bottom-right": {
                  "x": 14,
                  "y": 20
                },
                "height": 24,
                "width": 14
              },
              "position": {
                "line": 9511,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"\" data-slide-index=\"0\" class=\"bx-pager-link active\" aria-label=\"Afficher le panneau 1 (Panneau courant)\"&gt;1&lt;/a&gt;",
              "xpath": "/div[0]/div[1]/a[1]",
              "issueID": "084804a7837c3425580da3f75a12711e",
              "signature": "71fd4f7c3333b952c6a361d672caea1a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=084804a7837c3425580da3f75a12711e"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 24,
                  "y": -4
                },
                "bottom-right": {
                  "x": 38,
                  "y": 20
                },
                "height": 24,
                "width": 14
              },
              "position": {
                "line": 9511,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"\" data-slide-index=\"1\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau 2\"&gt;2&lt;/a&gt;",
              "xpath": "/div[0]/div[2]/a[1]",
              "issueID": "6058a055aedae35ceb408ee26bd0de36",
              "signature": "bbf47391f8c13101a82816a640d4d255",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6058a055aedae35ceb408ee26bd0de36"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 48,
                  "y": -4
                },
                "bottom-right": {
                  "x": 62,
                  "y": 20
                },
                "height": 24,
                "width": 14
              },
              "position": {
                "line": 9511,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"\" data-slide-index=\"2\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau 3\"&gt;3&lt;/a&gt;",
              "xpath": "/div[0]/div[3]/a[1]",
              "issueID": "5bcd889d86f9e6d76405aca298a4c94a",
              "signature": "fc4aaf7dbe98e02b22000b57c8922a4f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5bcd889d86f9e6d76405aca298a4c94a"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 72,
                  "y": -4
                },
                "bottom-right": {
                  "x": 86,
                  "y": 20
                },
                "height": 24,
                "width": 14
              },
              "position": {
                "line": 9511,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"\" data-slide-index=\"3\" class=\"bx-pager-link\" aria-label=\"Afficher le panneau 4\"&gt;4&lt;/a&gt;",
              "xpath": "/div[0]/div[4]/a[1]",
              "issueID": "845539b0f1251944161bcf597b95a7bf",
              "signature": "5775162c153fa18ad757f545e957f845",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=845539b0f1251944161bcf597b95a7bf"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15670,
                "column": 0
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/accueillir-et-accompagner/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2021/01/AVF-headers-1920x435-Accueillir-A",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[1]/a[1]",
              "issueID": "c6178525d4463d07613748a77445ff86",
              "signature": "ad260e3b9b98787c203626ac87839b9b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c6178525d4463d07613748a77445ff86"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15670,
                "column": 0
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/nos-formations/informatique-et-emploi/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2021/01/AVF-headers-1920x435-Informatique-em",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[4]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/a[1]",
              "issueID": "ccad6469f83608fbbde3ef4b276d5dee",
              "signature": "dd41b6de504d119b1105c1e027d26cbc",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ccad6469f83608fbbde3ef4b276d5dee"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17245,
                "column": 46
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/la-federation/les-membres-de-la-federation/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2020/12/AVF-headers-1920x435-membres-fe",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[1]/div[1]/div[1]/a[1]",
              "issueID": "96bef47bfca66fc9a4af24dcc2f2c8e6",
              "signature": "56ddbd033de0f01d59c4d2032fb197f5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=96bef47bfca66fc9a4af24dcc2f2c8e6"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 17248,
                "column": 46
              },
              "errorSnippet": "&lt;a itemprop=\"url\" class=\"card-link card-img-link\" href=\"https://aveuglesdefrance.org/je-soutiens/faire-un-legs-aux-aveugles-de-france/\"&gt;&lt;img width=\"600\" height=\"136\" src=\"https://aveuglesdefrance.org/app/uploads/2020/12/AVF-headers-1920x435-fair",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[6]/div[1]/div[2]/div[1]/ul[1]/li[2]/div[1]/div[1]/a[1]",
              "issueID": "7bbf6242878b894ac3b701414dd81613",
              "signature": "3280326d24892a5bffb50b49d2cc969d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7bbf6242878b894ac3b701414dd81613"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 542,
                  "y": 86.671875
                },
                "bottom-right": {
                  "x": 662,
                  "y": 103.671875
                },
                "height": 17,
                "width": 120
              },
              "position": {
                "line": 17275,
                "column": 21
              },
              "errorSnippet": "&lt;a href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external\" aria-label=\"L’Institut IDEAS accompagne les associations et fondations pour renforcer leur capacité d’action et de développement, au service de l’intérêt général. (nouvelle fenêtre)\"&gt; &",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "d2d2eaf6da6f4b540bf1b537cb5d3935",
              "signature": "39ccd0aa5e1a80f982aa1bcd0e275e41",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d2d2eaf6da6f4b540bf1b537cb5d3935"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 60
                },
                "bottom-right": {
                  "x": 271.312,
                  "y": 92
                },
                "height": 32,
                "width": 271.312
              },
              "position": {
                "line": 17260,
                "column": 1
              },
              "errorSnippet": "&lt;li class=\"card-cat-une-actualite-de-la-federation\"&gt;Une actualité de la Fédération&lt;/li&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[1]/article[1]/div[2]/ul[1]/li[1]",
              "issueID": "a3f96c61557f96209a6a50384bffaa58",
              "signature": "e9ad32fa213fe4694e2c67dbaebab243",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a3f96c61557f96209a6a50384bffaa58"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 60
                },
                "bottom-right": {
                  "x": 271.312,
                  "y": 92
                },
                "height": 32,
                "width": 271.312
              },
              "position": {
                "line": 17267,
                "column": 1
              },
              "errorSnippet": "&lt;li class=\"card-cat-une-actualite-de-la-federation\"&gt;Une actualité de la Fédération&lt;/li&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[3]/article[1]/div[2]/ul[1]/li[1]",
              "issueID": "6ab862d6282652b1bab03587fcdfe11e",
              "signature": "8586f2a0c7ae45a84fa87f801c3ebe3f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6ab862d6282652b1bab03587fcdfe11e"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 13145,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\"&gt;Suivez-nous sur facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "2c698fe5f2eb97d001da707e237ce41c",
              "signature": "818185a8306a8e2b431c0ffdb9e57f7f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2c698fe5f2eb97d001da707e237ce41c"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 13145,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/Aveugles_France\" target=\"_blank\" aria-label=\"Suivez-nous sur Twitter (nouvelle fenêtre)\"&gt;Suivez-nous sur Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "d9757be8f55a49e1a1000e8fb83b2997",
              "signature": "02e2198999b5e5263f5448f5aa3657a3",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d9757be8f55a49e1a1000e8fb83b2997"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 13504,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\"&gt;Suivez-nous sur Youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "1c8819dde41511f769c222b7de79c702",
              "signature": "afe287796c3d3a4a83461775c5f78630",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1c8819dde41511f769c222b7de79c702"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 231.20001220703125,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 273.20001220703125,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\"&gt;Suivez-nous sur facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[1]/a[1]",
              "issueID": "ffaa48236ae9a7b6bd24136a8fbcd126",
              "signature": "434a98fda6ac9893f3ba3939d7e57b51",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ffaa48236ae9a7b6bd24136a8fbcd126"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 277.5999755859375,
                  "y": 61.5999755859375
                },
                "bottom-right": {
                  "x": 319.5999755859375,
                  "y": 103.5999755859375
                },
                "height": 42,
                "width": 42
              },
              "position": {
                "line": 13505,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\"&gt;Suivez-nous sur Youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[2]/ul[2]/li[2]/a[1]",
              "issueID": "cd0deb1eddb52fcf2ce71c749b49078d",
              "signature": "e0ae362ddb4b3da0bda2c22af53bc19c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cd0deb1eddb52fcf2ce71c749b49078d"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -6,
                  "y": 0
                },
                "height": 0,
                "width": -6
              },
              "position": {
                "line": 13672,
                "column": 34
              },
              "errorSnippet": "&lt;a target=\"_blank\" aria-label=\"Partager (S'ouvre dans un nouvel onglet)\" href=\"http://www.facebook.com/share.php?u=https%3A%2F%2Faveuglesdefrance.org%3A443%2F&amp;amp;t=Page+d%27accueil\" class=\"icon icon-facebook tooltip-s\" onclick=\"(function(elt,even",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "6c8f0f64906c41d28bdc6eac7f01b3ec",
              "signature": "52bded0932dc91754f2e4e2bf9cdf2d7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6c8f0f64906c41d28bdc6eac7f01b3ec"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -6,
                  "y": 0
                },
                "height": 0,
                "width": -6
              },
              "position": {
                "line": 13673,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" aria-label=\"Tweeter (S'ouvre dans un nouvel onglet)\" href=\"https://twitter.com/intent/tweet?text=Page+d%27accueil&amp;amp;url=https%3A%2F%2Faveuglesdefrance.org%3A443%2F\" class=\"icon icon-twitter tooltip-s\" onclick=\"(function(elt,ev",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "aa069bb3a5b908279fb138f68ae3abf8",
              "signature": "a20a75f328f51034ca430601d7334265",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=aa069bb3a5b908279fb138f68ae3abf8"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 331,
                  "y": 318
                },
                "bottom-right": {
                  "x": 488,
                  "y": 376
                },
                "height": 58,
                "width": 157
              },
              "position": {
                "line": 15310,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"mll\" href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external noopener\" aria-label=\"L’Institut IDEAS accompagne les associations et fondations pour renforcer leur capacité d’action et de développement, au service de l’intérêt général. (nou",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "4c8a3819c3b05194a14b2c6fdbf6132f",
              "signature": "d5ed4f12075e638017cc571ddf383be5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4c8a3819c3b05194a14b2c6fdbf6132f"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 157,
                  "y": 70
                },
                "bottom-right": {
                  "x": 239,
                  "y": 84
                },
                "height": 14,
                "width": 82
              },
              "position": {
                "line": 15910,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23aeroports\" aria-label=\"http://twitter.com/search?q=%23aeroports (S'ouvre dans un nouvel onglet)\"&gt;#aeroports&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[1]",
              "issueID": "db730ccae2af8b75aae78f3ddfde31f4",
              "signature": "78f6081c69487826eda855d2c551ade7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=db730ccae2af8b75aae78f3ddfde31f4"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 170
                },
                "bottom-right": {
                  "x": 65,
                  "y": 184
                },
                "height": 14,
                "width": 65
              },
              "position": {
                "line": 15910,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/cfpsaa\" aria-label=\"http://twitter.com/cfpsaa (S'ouvre dans un nouvel onglet)\"&gt;@cfpsaa&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[2]",
              "issueID": "d066bbc05c4451e113d6ffb9f3647382",
              "signature": "7f7361cbe7190f537ef1554b4fa86229",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d066bbc05c4451e113d6ffb9f3647382"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 113,
                  "y": 170
                },
                "bottom-right": {
                  "x": 245,
                  "y": 184
                },
                "height": 14,
                "width": 132
              },
              "position": {
                "line": 15981,
                "column": 33
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\"&gt;@Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[3]",
              "issueID": "c5350a0f420d691b29c66f76a6125373",
              "signature": "f137d7f71a6aaad513aec16d83fd8950",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c5350a0f420d691b29c66f76a6125373"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 220
                },
                "bottom-right": {
                  "x": 53,
                  "y": 234
                },
                "height": 14,
                "width": 53
              },
              "position": {
                "line": 16137,
                "column": 34
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23droits\" aria-label=\"http://twitter.com/search?q=%23droits (S'ouvre dans un nouvel onglet)\"&gt;#droits&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[4]",
              "issueID": "82123cae75fadb109062378fa421e59f",
              "signature": "dc8bbba28f394d665d221f71d6c4c0bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=82123cae75fadb109062378fa421e59f"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 65.40625,
                  "y": 220
                },
                "bottom-right": {
                  "x": 237.40625,
                  "y": 234
                },
                "height": 14,
                "width": 172
              },
              "position": {
                "line": 16138,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://t.co/RtwShSUqFc\" target=\"_blank\" aria-label=\"https://t.co/RtwShSUqFc (S'ouvre dans un nouvel onglet)\"&gt;https://t.co/RtwShSUqFc&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[3]/a[5]",
              "issueID": "4113507604242bb8a9bf56da67383524",
              "signature": "1abc12e0bd2f4585a4da5119a99cea41",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4113507604242bb8a9bf56da67383524"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 77,
                  "y": 120
                },
                "bottom-right": {
                  "x": 151,
                  "y": 134
                },
                "height": 14,
                "width": 74
              },
              "position": {
                "line": 16305,
                "column": 33
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23aveugles\" aria-label=\"http://twitter.com/search?q=%23aveugles (S'ouvre dans un nouvel onglet)\"&gt;#aveugles&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[1]",
              "issueID": "8210b4d08d0a14c3769cefb8a1807cba",
              "signature": "e501625394a07df1e5e1556ca760fa55",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8210b4d08d0a14c3769cefb8a1807cba"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 145
                },
                "bottom-right": {
                  "x": 100,
                  "y": 159
                },
                "height": 14,
                "width": 100
              },
              "position": {
                "line": 16306,
                "column": 40
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23malvoyantes\" aria-label=\"http://twitter.com/search?q=%23malvoyantes (S'ouvre dans un nouvel onglet)\"&gt;#malvoyantes&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[2]",
              "issueID": "18e4ccda417b2d076471ddce36ffb622",
              "signature": "ce937d9de527f819e4e18ac611d5fae2",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=18e4ccda417b2d076471ddce36ffb622"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 170
                },
                "bottom-right": {
                  "x": 90,
                  "y": 184
                },
                "height": 14,
                "width": 90
              },
              "position": {
                "line": 16317,
                "column": 52
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23application\" aria-label=\"http://twitter.com/search?q=%23application (S'ouvre dans un nouvel onglet)\"&gt;#application&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[3]",
              "issueID": "e75456ac2efe6d2696de40bc88a405cd",
              "signature": "c1c4084a081791dd8c431df839a99bb1",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e75456ac2efe6d2696de40bc88a405cd"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 24,
                  "y": 195
                },
                "bottom-right": {
                  "x": 156,
                  "y": 209
                },
                "height": 14,
                "width": 132
              },
              "position": {
                "line": 16318,
                "column": 58
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\"&gt;@Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[4]",
              "issueID": "87ab05209fb707f2306df8668f1917f0",
              "signature": "5a32abd20b5a2d7733732aeb3b4e4cd7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=87ab05209fb707f2306df8668f1917f0"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 245
                },
                "bottom-right": {
                  "x": 74,
                  "y": 259
                },
                "height": 14,
                "width": 74
              },
              "position": {
                "line": 16725,
                "column": 34
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23maladies\" aria-label=\"http://twitter.com/search?q=%23maladies (S'ouvre dans un nouvel onglet)\"&gt;#maladies&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[5]",
              "issueID": "7a9c6aa44c75e6445ca0d4c25799536f",
              "signature": "d57d4f5b746fcad1d02b85d63f1461db",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7a9c6aa44c75e6445ca0d4c25799536f"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 270
                },
                "bottom-right": {
                  "x": 169,
                  "y": 284
                },
                "height": 14,
                "width": 169
              },
              "position": {
                "line": 16726,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://t.co/Zbe731UBUs\" target=\"_blank\" aria-label=\"https://t.co/Zbe731UBUs (S'ouvre dans un nouvel onglet)\"&gt;https://t.co/Zbe731UBUs&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[6]",
              "issueID": "521d5c91e610e925381887f9ed53acf7",
              "signature": "0cd8bfcf9f75343dba47ba609806334a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=521d5c91e610e925381887f9ed53acf7"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 295
                },
                "bottom-right": {
                  "x": 111,
                  "y": 309
                },
                "height": 14,
                "width": 111
              },
              "position": {
                "line": 16726,
                "column": 0
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23r%C3%A9alit%C3%A9virtuelle\" aria-label=\"http://twitter.com/search?q=%23réalitévirtuelle (S'ouvre dans un nouvel onglet)\"&gt;#réalitévirtuelle&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[7]",
              "issueID": "83f68005997b6aa609d2dd56ea85d5c7",
              "signature": "cc383f9bd5138d209b15b2aea733e425",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=83f68005997b6aa609d2dd56ea85d5c7"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 320
                },
                "bottom-right": {
                  "x": 162,
                  "y": 334
                },
                "height": 14,
                "width": 162
              },
              "position": {
                "line": 17221,
                "column": 5
              },
              "errorSnippet": "&lt;a href=\"https://t.co/cGFlteCdRI\" target=\"_blank\" aria-label=\"https://t.co/cGFlteCdRI (S'ouvre dans un nouvel onglet)\"&gt;https://t.co/cGFlteCdRI&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[2]/div[1]/div[2]/div[3]/a[8]",
              "issueID": "fc013e3ec05ce979ffdaff658495bcdd",
              "signature": "0a2b4df9f8feb58647cace4f98365fa9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=fc013e3ec05ce979ffdaff658495bcdd"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 25,
                  "y": 70
                },
                "bottom-right": {
                  "x": 108,
                  "y": 84
                },
                "height": 14,
                "width": 83
              },
              "position": {
                "line": 17235,
                "column": 45
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23numerique\" aria-label=\"http://twitter.com/search?q=%23numerique (S'ouvre dans un nouvel onglet)\"&gt;#numerique&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[1]",
              "issueID": "8d31731610fa5b6e5390743944226ff7",
              "signature": "e08ee5baeb33164ffa4258d858f5148d",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8d31731610fa5b6e5390743944226ff7"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 45,
                  "y": 95
                },
                "bottom-right": {
                  "x": 116,
                  "y": 109
                },
                "height": 14,
                "width": 71
              },
              "position": {
                "line": 17236,
                "column": 45
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23inclusion\" aria-label=\"http://twitter.com/search?q=%23inclusion (S'ouvre dans un nouvel onglet)\"&gt;#inclusion&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[2]",
              "issueID": "89e86fac1d573bf8467247f5833b08d1",
              "signature": "8a99c729d111e32e4192fffcc5ff74ff",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=89e86fac1d573bf8467247f5833b08d1"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 195
                },
                "bottom-right": {
                  "x": 132,
                  "y": 209
                },
                "height": 14,
                "width": 132
              },
              "position": {
                "line": 17237,
                "column": 45
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/Aveugles_France\" aria-label=\"http://twitter.com/Aveugles_France (S'ouvre dans un nouvel onglet)\"&gt;@Aveugles_France&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[3]",
              "issueID": "f8aa4330d5643d96033568c4e7caad94",
              "signature": "17e02e195eba4b797c4ca5d367a6a531",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f8aa4330d5643d96033568c4e7caad94"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 136,
                  "y": 195
                },
                "bottom-right": {
                  "x": 176,
                  "y": 209
                },
                "height": 14,
                "width": 40
              },
              "position": {
                "line": 17238,
                "column": 46
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23a11y\" aria-label=\"http://twitter.com/search?q=%23a11y (S'ouvre dans un nouvel onglet)\"&gt;#a11y&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[4]",
              "issueID": "90d6c48337e78154e388e9c3bd04d66d",
              "signature": "bd399a8cc81d2ed7eba71adb711c5abb",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=90d6c48337e78154e388e9c3bd04d66d"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 220
                },
                "bottom-right": {
                  "x": 101,
                  "y": 234
                },
                "height": 14,
                "width": 101
              },
              "position": {
                "line": 17241,
                "column": 66
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/search?q=%23accessibilite\" aria-label=\"http://twitter.com/search?q=%23accessibilite (S'ouvre dans un nouvel onglet)\"&gt;#accessibilite&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[5]",
              "issueID": "2f5f58c7eaf5c3504a51f3095a857801",
              "signature": "55b15355abd023a4826c56a6a6cd9436",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2f5f58c7eaf5c3504a51f3095a857801"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 105,
                  "y": 220
                },
                "bottom-right": {
                  "x": 218,
                  "y": 234
                },
                "height": 14,
                "width": 113
              },
              "position": {
                "line": 17243,
                "column": 46
              },
              "errorSnippet": "&lt;a target=\"_blank\" href=\"http://twitter.com/LeTelegramme\" aria-label=\"http://twitter.com/LeTelegramme (S'ouvre dans un nouvel onglet)\"&gt;@LeTelegramme&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[6]",
              "issueID": "04db0638db6cff0b8620f81f1cad00f2",
              "signature": "fb6dc593b4bc6315532ac8ada32ab419",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=04db0638db6cff0b8620f81f1cad00f2"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 245
                },
                "bottom-right": {
                  "x": 175,
                  "y": 259
                },
                "height": 14,
                "width": 175
              },
              "position": {
                "line": 17244,
                "column": 46
              },
              "errorSnippet": "&lt;a href=\"https://t.co/bC5GoFYWTc\" target=\"_blank\" aria-label=\"https://t.co/bC5GoFYWTc (S'ouvre dans un nouvel onglet)\"&gt;https://t.co/bC5GoFYWTc&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[3]/div[5]/div[2]/div[1]/div[1]/ul[1]/li[3]/div[1]/div[1]/div[3]/a[7]",
              "issueID": "a7b75cf7ad1f1a028f35200d2d8e43d8",
              "signature": "242b47306f4fd22dacd9437523066cc6",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a7b75cf7ad1f1a028f35200d2d8e43d8"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 864,
                  "y": 19
                },
                "bottom-right": {
                  "x": 901,
                  "y": 56
                },
                "height": 37,
                "width": 37
              },
              "position": {
                "line": 17260,
                "column": 68
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/aveuglesdefrance\" target=\"_blank\" aria-label=\"Suivez-nous sur facebook (nouvelle fenêtre)\"&gt;Suivez-nous sur facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "860419020063fa34a6e680375480c612",
              "signature": "16677f6a39780c0d62099b78eb807593",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=860419020063fa34a6e680375480c612"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 903,
                  "y": 19
                },
                "bottom-right": {
                  "x": 940,
                  "y": 56
                },
                "height": 37,
                "width": 37
              },
              "position": {
                "line": 17262,
                "column": 45
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/Aveugles_France\" target=\"_blank\" aria-label=\"Suivez-nous sur Twitter (nouvelle fenêtre)\"&gt;Suivez-nous sur Twitter&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "3500f3e3da9bb9367edeb840cb5dbb7e",
              "signature": "28847fd75bba9066921cb7128f7dca1a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3500f3e3da9bb9367edeb840cb5dbb7e"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 942,
                  "y": 19
                },
                "bottom-right": {
                  "x": 979,
                  "y": 56
                },
                "height": 37,
                "width": 37
              },
              "position": {
                "line": 17263,
                "column": 45
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/user/FAFParis\" target=\"_blank\" aria-label=\"Suivez-nous sur Youtube (nouvelle fenêtre)\"&gt;Suivez-nous sur Youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "087059c910462c2b3853d8f11b125e6d",
              "signature": "a7fb3207be9a3cbfbb62407cd3a2cbb5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=087059c910462c2b3853d8f11b125e6d"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 542,
                  "y": 86.671875
                },
                "bottom-right": {
                  "x": 662,
                  "y": 103.671875
                },
                "height": 17,
                "width": 120
              },
              "position": {
                "line": 17275,
                "column": 21
              },
              "errorSnippet": "&lt;a href=\"https://ideas.asso.fr\" target=\"_blank\" rel=\"external\" aria-label=\"L’Institut IDEAS accompagne les associations et fondations pour renforcer leur capacité d’action et de développement, au service de l’intérêt général. (nouvelle fenêtre)\"&gt; &",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "b39f4fb6e9ff72996dae61182e75db7e",
              "signature": "cb55a2380e5e5fe914e5643ac04f26f9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b39f4fb6e9ff72996dae61182e75db7e"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "42ubn",
  "startTime": "2022-07-09T14:52:57",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      33
    ],
    [
      "ibm",
      17
    ],
    [
      "motion",
      13
    ],
    [
      "alfa",
      8
    ],
    [
      "wave",
      5
    ],
    [
      "focAll",
      1
    ],
    [
      "focInd",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ]
  ],
  "logCount": 19,
  "logSize": 5631,
  "errorLogCount": 0,
  "errorLogSize": 0,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-09T14:55:01",
  "elapsedSeconds": 124,
  "score": {
    "scoreProcID": "sp12b",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focInd": 21,
        "hover": 34,
        "linkUl": 96,
        "role": 8,
        "styleDiff": 32,
        "zIndex": 22
      },
      "alfa": {
        "r14": 4,
        "r57": 24,
        "r66": 13,
        "r69": 13,
        "r72": 4,
        "r73": 4
      },
      "axe": {
        "color-contrast-enhanced": 39,
        "color-contrast": 36,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "label-content-name-mismatch": 3,
        "region": 8
      },
      "htmlcs": {
        "e:AA.1_1_1.H30.2": 24,
        "e:AA.1_4_3.G18.Fail": 8,
        "w:AA.1_1_1.H67.2": 2,
        "w:AA.1_3_1.H48": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 3,
        "w:AA.1_4_3.G145.Abs": 5,
        "w:AA.1_4_3.G18.Abs": 13,
        "w:AA.2_5_3.F96": 1,
        "w:AA.4_1_2.H91.A.Placeholder": 6
      },
      "wave": {
        "e:alt_link_missing": 24,
        "c:contrast": 6,
        "a:alt_long": 1,
        "a:heading_possible": 2,
        "a:link_redundant": 17,
        "a:noscript": 2,
        "a:title_redundant": 3
      },
      "tenon": {
        "57": 16,
        "79": 12,
        "95": 8,
        "98": 40,
        "134": 15,
        "144": 20,
        "152": 44,
        "153": 4,
        "218": 128
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 21,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 9,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 48,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 6,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 8,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 6,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "invisibleLabel": {
          "alfa": {
            "r14": {
              "score": 3,
              "what": "Visible label is not in the accessible name"
            }
          },
          "axe": {
            "label-content-name-mismatch": {
              "score": 2,
              "what": "Element visible text is not part of its accessible name"
            }
          },
          "htmlcs": {
            "w:AA.2_5_3.F96": {
              "score": 1,
              "what": "Visible label is not in the accessible name"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 12,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 4,
              "what": "Some page content is not contained by landmarks"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 3,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 10,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 2,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 10,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 27,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 6,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 5,
              "what": "Very low contrast"
            }
          }
        },
        "allCaps": {
          "alfa": {
            "r72": {
              "score": 1,
              "what": "Paragraph text is uppercased"
            }
          },
          "tenon": {
            "153": {
              "score": 1,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 3,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "e:AA.1_1_1.H30.2": {
              "score": 24,
              "what": "img element is the only link content but has no text alternative"
            }
          },
          "wave": {
            "e:alt_link_missing": {
              "score": 24,
              "what": "Linked image has no text alternative"
            }
          },
          "tenon": {
            "57": {
              "score": 16,
              "what": "Link has no text inside it"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 3,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            }
          }
        },
        "linkBrokenRisk": {
          "htmlcs": {
            "w:AA.4_1_2.H91.A.Placeholder": {
              "score": 3,
              "what": "Link has text but no href, id, or name attribute"
            }
          }
        },
        "imageTextLong": {
          "wave": {
            "a:alt_long": {
              "score": 1,
              "what": "Long text alternative"
            }
          }
        },
        "pseudoHeadingRisk": {
          "wave": {
            "a:heading_possible": {
              "score": 1,
              "what": "Possible heading"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 9,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 3,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 20,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 11,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 20,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 22,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 96,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 532,
      "log": 66,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkForcesNewWindow",
          "score": 98
        },
        {
          "groupName": "linkIndication",
          "score": 50
        },
        {
          "groupName": "linkNoText",
          "score": 42
        },
        {
          "groupName": "contrastAA",
          "score": 37
        },
        {
          "groupName": "targetSize",
          "score": 24
        },
        {
          "groupName": "focusIndication",
          "score": 23
        },
        {
          "groupName": "linkTextsSame",
          "score": 22
        },
        {
          "groupName": "leadingClipsText",
          "score": 22
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 16
        },
        {
          "groupName": "contrastAAA",
          "score": 14
        },
        {
          "groupName": "fontSmall",
          "score": 13
        },
        {
          "groupName": "hoverSurprise",
          "score": 11
        },
        {
          "groupName": "linkPair",
          "score": 11
        },
        {
          "groupName": "inconsistentStyles",
          "score": 10
        },
        {
          "groupName": "roleBad",
          "score": 8
        },
        {
          "groupName": "zIndexNotZero",
          "score": 8
        },
        {
          "groupName": "invisibleLabel",
          "score": 6
        },
        {
          "groupName": "contrastRisk",
          "score": 6
        },
        {
          "groupName": "noLeading",
          "score": 5
        },
        {
          "groupName": "linkBrokenRisk",
          "score": 5
        },
        {
          "groupName": "titleRedundant",
          "score": 5
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "allCaps",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "imageTextLong",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        }
      ]
    }
  }
}