{
  "captchaResult": "CAPTCHA_NOT_NEEDED",
  "kind": "pagespeedonline#result",
  "id": "https://www.santedentairelarose.com/",
  "loadingExperience": {
    "initial_url": "https://www.santedentairelarose.com/"
  },
  "lighthouseResult": {
    "requestedUrl": "https://santedentairelarose.com/",
    "finalUrl": "https://www.santedentairelarose.com/",
    "mainDocumentUrl": "https://www.santedentairelarose.com/",
    "finalDisplayedUrl": "https://www.santedentairelarose.com/",
    "lighthouseVersion": "13.4.0",
    "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
    "fetchTime": "2026-07-20T15:02:42.961Z",
    "environment": {
      "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36",
      "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
      "benchmarkIndex": 1014,
      "credits": {
        "axe-core": "4.12.0"
      }
    },
    "runWarnings": [
      "The page may not be loading as expected because your test URL (https://santedentairelarose.com/) was redirected to https://www.santedentairelarose.com/. Try testing the second URL directly."
    ],
    "configSettings": {
      "emulatedFormFactor": "mobile",
      "formFactor": "mobile",
      "locale": "en-US",
      "onlyCategories": [
        "performance",
        "accessibility",
        "best-practices",
        "seo"
      ],
      "channel": "lr"
    },
    "audits": {
      "paste-preventing-inputs": {
        "id": "paste-preventing-inputs",
        "title": "Allows users to paste into input fields",
        "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements"
            }
          ]
        }
      },
      "dlitem": {
        "id": "dlitem",
        "title": "Definition list items are wrapped in `\u003cdl\u003e` elements",
        "description": "Definition list items (`\u003cdt\u003e` and `\u003cdd\u003e`) must be wrapped in a parent `\u003cdl\u003e` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/dlitem).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-toggle-field-name": {
        "id": "aria-toggle-field-name",
        "title": "ARIA toggle fields have accessible names",
        "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "autocomplete-valid": {
        "id": "autocomplete-valid",
        "title": "`autocomplete` attributes are used correctly",
        "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "canonical": {
        "id": "canonical",
        "title": "Document has a valid `rel=canonical`",
        "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-dialog-name": {
        "id": "aria-dialog-name",
        "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
        "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "meta-viewport": {
        "id": "meta-viewport",
        "title": "`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\"\u003e` element and the `[maximum-scale]` attribute is not less than 5.",
        "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-viewport).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements"
            }
          ]
        }
      },
      "input-image-alt": {
        "id": "input-image-alt",
        "title": "`\u003cinput type=\"image\"\u003e` elements have `[alt]` text",
        "description": "When an image is being used as an `\u003cinput\u003e` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.12/input-image-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "label": {
        "id": "label",
        "title": "Form elements have associated labels",
        "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.12/label).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-delivery-insight": {
        "id": "image-delivery-insight",
        "title": "Improve image delivery",
        "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 135 KiB",
        "metricSavings": {
          "LCP": 800,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "wastedBytes": 138751,
            "type": "debugdata"
          },
          "items": [
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/Slide3.jpg",
              "node": {
                "nodeLabel": "ul.slides \u003e li \u003e div \u003e img",
                "selector": "ul.slides \u003e li \u003e div \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,0,IMG",
                "boundingRect": {
                  "width": 1170,
                  "right": 1170,
                  "left": 0,
                  "top": 1222,
                  "height": 526,
                  "bottom": 1748
                },
                "lhId": "page-0-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/Slide3.jpg\"\u003e"
              },
              "totalBytes": 212928,
              "wastedBytes": 110358,
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 110358,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "boundingRect": {
                  "width": 240,
                  "right": 240,
                  "top": 20,
                  "height": 96,
                  "left": 0,
                  "bottom": 116
                },
                "lhId": "page-1-IMG",
                "snippet": "\u003cimg src=\"https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-laro…\" alt=\"Santé Dentaire Larose\"\u003e",
                "nodeLabel": "Santé Dentaire Larose",
                "selector": "div.span4 \u003e h1.logo \u003e a \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,0,HEADER,0,DIV,0,DIV,0,DIV,0,H1,0,A,0,IMG"
              },
              "wastedBytes": 28393,
              "totalBytes": 32233,
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 28393,
                    "reason": "Using a modern image format (WebP, AVIF) or increasing the image compression could improve this image's download size."
                  }
                ],
                "type": "subitems"
              },
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png"
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              },
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Resource Size"
            },
            {
              "subItemsHeading": {
                "key": "wastedBytes",
                "valueType": "bytes"
              },
              "label": "Est Savings",
              "key": "wastedBytes",
              "valueType": "bytes"
            }
          ],
          "type": "table"
        }
      },
      "managed-focus": {
        "id": "managed-focus",
        "title": "The user's focus is directed to new content added to the page",
        "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "bypass": {
        "id": "bypass",
        "title": "The page contains a heading, skip link, or landmark region",
        "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.12/bypass).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-allowed-attr": {
        "id": "aria-allowed-attr",
        "title": "`[aria-*]` attributes match their roles",
        "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-requests": {
        "id": "network-requests",
        "title": "Network Requests",
        "description": "Lists the network requests that were made during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "initiators": [
              {
                "lineNumber": 31,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 124
              },
              {
                "type": "parser",
                "lineNumber": 32,
                "url": "https://www.santedentairelarose.com/",
                "columnNumber": 94
              },
              {
                "lineNumber": 33,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 107
              },
              {
                "lineNumber": 37,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 108
              },
              {
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "lineNumber": 62,
                "columnNumber": 52
              },
              {
                "columnNumber": 60,
                "lineNumber": 63,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 72,
                "type": "parser",
                "lineNumber": 64,
                "url": "https://www.santedentairelarose.com/"
              },
              {
                "columnNumber": 61,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "lineNumber": 66
              },
              {
                "lineNumber": 67,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 60
              },
              {
                "lineNumber": 68,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 68
              },
              {
                "columnNumber": 118,
                "type": "parser",
                "lineNumber": 70,
                "url": "https://www.santedentairelarose.com/"
              },
              {
                "lineNumber": 71,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 63
              },
              {
                "lineNumber": 72,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 55
              },
              {
                "type": "parser",
                "lineNumber": 74,
                "url": "https://www.santedentairelarose.com/",
                "columnNumber": 103
              },
              {
                "columnNumber": 67,
                "lineNumber": 75,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 55,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "lineNumber": 77
              },
              {
                "lineNumber": 78,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 85
              },
              {
                "columnNumber": 81,
                "lineNumber": 79,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 96,
                "lineNumber": 80,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "type": "parser",
                "lineNumber": 81,
                "url": "https://www.santedentairelarose.com/",
                "columnNumber": 49
              },
              {
                "columnNumber": 186,
                "lineNumber": 154,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 159,
                "lineNumber": 168,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "lineNumber": 198,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 122
              },
              {
                "type": "parser",
                "lineNumber": 227,
                "url": "https://www.santedentairelarose.com/",
                "columnNumber": 45
              },
              {
                "lineNumber": 239,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser",
                "columnNumber": 99
              },
              {
                "columnNumber": 45,
                "lineNumber": 251,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 148,
                "lineNumber": 367,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 144,
                "lineNumber": 368,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 36,
                "lineNumber": 508,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "columnNumber": 68,
                "type": "parser",
                "lineNumber": 509,
                "url": "https://www.santedentairelarose.com/"
              },
              {
                "columnNumber": 93,
                "lineNumber": 34,
                "url": "https://www.santedentairelarose.com/",
                "type": "parser"
              },
              {
                "type": "parser",
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css"
              },
              {
                "type": "parser",
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css"
              },
              {
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css",
                "type": "parser"
              },
              {
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
                "type": "parser"
              },
              {
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
                "type": "parser"
              },
              {
                "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
                "type": "parser"
              }
            ],
            "networkStartTimeTs": 807655454638,
            "type": "debugdata"
          },
          "items": [
            {
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 0.93800008296966553,
              "transferSize": 330,
              "statusCode": 301,
              "networkEndTime": 686.81800007820129,
              "finished": true,
              "resourceSize": 0,
              "cache": "none",
              "priority": "VeryHigh",
              "rendererStartTime": 0,
              "mimeType": "text/html",
              "url": "https://santedentairelarose.com/"
            },
            {
              "resourceSize": 0,
              "finished": true,
              "networkEndTime": 1090.3860000371933,
              "transferSize": 304,
              "statusCode": 301,
              "networkRequestTime": 687.29200005531311,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "rendererStartTime": 686.81800007820129,
              "url": "http://www.santedentairelarose.com/",
              "mimeType": "text/html",
              "priority": "VeryHigh",
              "cache": "none"
            },
            {
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "networkRequestTime": 1090.8119999170303,
              "networkEndTime": 1677.4029998779297,
              "transferSize": 7159,
              "statusCode": 200,
              "resourceSize": 17930,
              "finished": true,
              "cache": "none",
              "priority": "VeryHigh",
              "rendererStartTime": 1090.3860000371933,
              "mimeType": "text/html",
              "url": "https://www.santedentairelarose.com/",
              "resourceType": "Document"
            },
            {
              "resourceSize": 105939,
              "finished": true,
              "networkEndTime": 2368.9249999523163,
              "transferSize": 17375,
              "statusCode": 200,
              "networkRequestTime": 1688.5189999341965,
              "entity": "santedentairelarose.com",
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "rendererStartTime": 1687.1360000371933,
              "resourceType": "Stylesheet",
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/css/bootstrap.min.css",
              "mimeType": "text/css",
              "priority": "VeryHigh",
              "cache": "none"
            },
            {
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "networkRequestTime": 1688.6449999809265,
              "statusCode": 200,
              "transferSize": 1500,
              "networkEndTime": 2178.5620000362396,
              "resourceSize": 22564,
              "finished": true,
              "cache": "none",
              "priority": "VeryHigh",
              "mimeType": "text/css",
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css",
              "resourceType": "Stylesheet",
              "rendererStartTime": 1687.6459999084473
            },
            {
              "priority": "VeryHigh",
              "cache": "none",
              "rendererStartTime": 1687.7630000114441,
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "networkRequestTime": 1688.7719999551773,
              "entity": "santedentairelarose.com",
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "resourceSize": 20489,
              "finished": true,
              "statusCode": 200,
              "transferSize": 5107,
              "networkEndTime": 2178.9129999876022
            },
            {
              "cache": "none",
              "priority": "VeryHigh",
              "rendererStartTime": 1687.8370000123978,
              "mimeType": "text/css",
              "url": "https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css",
              "resourceType": "Stylesheet",
              "entity": "jQuery CDN",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "networkRequestTime": 1688.8820000886917,
              "networkEndTime": 1708.3779999017715,
              "statusCode": 200,
              "transferSize": 6717,
              "finished": true,
              "resourceSize": 32773
            },
            {
              "networkRequestTime": 1688.9910000562668,
              "entity": "jQuery CDN",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "finished": true,
              "resourceSize": 92629,
              "networkEndTime": 1713.8839999437332,
              "statusCode": 200,
              "transferSize": 33395,
              "priority": "High",
              "cache": "none",
              "rendererStartTime": 1687.9210000038147,
              "mimeType": "application/javascript",
              "url": "https://code.jquery.com/jquery-1.9.1.min.js",
              "resourceType": "Script"
            },
            {
              "priority": "High",
              "cache": "none",
              "rendererStartTime": 1688.0039999485016,
              "url": "https://code.jquery.com/jquery-migrate-1.1.1.min.js",
              "resourceType": "Script",
              "mimeType": "application/javascript",
              "networkRequestTime": 1691.2129999399185,
              "entity": "jQuery CDN",
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "resourceSize": 7086,
              "finished": true,
              "networkEndTime": 1716.7200000286102,
              "statusCode": 200,
              "transferSize": 3643
            },
            {
              "networkRequestTime": 1694.1380000114441,
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "resourceSize": 55669,
              "finished": true,
              "statusCode": 200,
              "transferSize": 55947,
              "networkEndTime": 2362.8409999608994,
              "priority": "High",
              "cache": "none",
              "rendererStartTime": 1688.0619999170303,
              "mimeType": "text/javascript",
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
              "resourceType": "Script"
            },
            {
              "rendererStartTime": 1688.1470000743866,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "priority": "High",
              "cache": "none",
              "resourceSize": 28538,
              "finished": true,
              "networkEndTime": 3091.4010000228882,
              "statusCode": 200,
              "transferSize": 28816,
              "networkRequestTime": 1694.1959999799728,
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1"
            },
            {
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
              "rendererStartTime": 1688.2149999141693,
              "priority": "High",
              "cache": "none",
              "resourceSize": 17216,
              "finished": true,
              "networkEndTime": 5096.1480000019073,
              "statusCode": 200,
              "transferSize": 17494,
              "networkRequestTime": 1694.2450000047684,
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "entity": "santedentairelarose.com"
            },
            {
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 1694.3200000524521,
              "transferSize": 5113,
              "networkEndTime": 2175.2879999876022,
              "statusCode": 200,
              "finished": true,
              "resourceSize": 4836,
              "cache": "none",
              "priority": "High",
              "rendererStartTime": 1688.2990000247955,
              "url": "https://www.santedentairelarose.com/scripts/plugins/selectivizr/selectivizr-min-1.0.2.js",
              "resourceType": "Script",
              "mimeType": "text/javascript"
            },
            {
              "resourceSize": 18569,
              "finished": true,
              "networkEndTime": 5010.1489999294281,
              "statusCode": 200,
              "transferSize": 4508,
              "networkRequestTime": 1694.3720000982285,
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/css/megamenu.css",
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "rendererStartTime": 1688.3659999370575,
              "priority": "VeryHigh",
              "cache": "none"
            },
            {
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "entity": "santedentairelarose.com",
              "networkRequestTime": 1694.4369999170303,
              "networkEndTime": 2183.4500000476837,
              "transferSize": 4285,
              "statusCode": 200,
              "finished": true,
              "resourceSize": 4009,
              "cache": "none",
              "priority": "High",
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu_plugins.js",
              "rendererStartTime": 1688.4269999265671
            },
            {
              "cache": "none",
              "priority": "High",
              "resourceType": "Script",
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu.js",
              "mimeType": "text/javascript",
              "rendererStartTime": 1688.4939999580383,
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "entity": "santedentairelarose.com",
              "networkRequestTime": 1694.5139999389648,
              "networkEndTime": 5010.5099999904633,
              "transferSize": 6731,
              "statusCode": 200,
              "resourceSize": 6454,
              "finished": true
            },
            {
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "networkRequestTime": 1694.5569999217987,
              "transferSize": 1738,
              "statusCode": 200,
              "networkEndTime": 1989.5660001039505,
              "resourceSize": 3940,
              "finished": true,
              "cache": "none",
              "priority": "VeryHigh",
              "rendererStartTime": 1688.5549999475479,
              "mimeType": "text/css",
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/flexslider.css",
              "resourceType": "Stylesheet"
            },
            {
              "networkRequestTime": 1694.5899999141693,
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "finished": true,
              "resourceSize": 16917,
              "statusCode": 200,
              "networkEndTime": 4093.9950000047684,
              "transferSize": 17195,
              "priority": "High",
              "cache": "none",
              "mimeType": "text/javascript",
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/jquery.flexslider-min.js",
              "resourceType": "Script",
              "rendererStartTime": 1688.6990000009537
            },
            {
              "resourceSize": 461387,
              "finished": true,
              "transferSize": 111979,
              "networkEndTime": 1718.7810000181198,
              "statusCode": 200,
              "networkRequestTime": 1694.6310000419617,
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "jQuery CDN",
              "mimeType": "application/javascript",
              "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js",
              "resourceType": "Script",
              "rendererStartTime": 1688.7770000696182,
              "priority": "High",
              "cache": "none"
            },
            {
              "networkRequestTime": 1694.6679999828339,
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "entity": "JSDelivr CDN",
              "finished": true,
              "resourceSize": 78129,
              "statusCode": 200,
              "networkEndTime": 1720.7280000448227,
              "transferSize": 24846,
              "priority": "High",
              "cache": "none",
              "mimeType": "application/javascript",
              "url": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js",
              "resourceType": "Script",
              "rendererStartTime": 1688.8589999675751
            },
            {
              "protocol": "h2",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "Cloudflare CDN",
              "networkRequestTime": 1694.6990000009537,
              "statusCode": 200,
              "transferSize": 10522,
              "networkEndTime": 1752.7519999742508,
              "finished": true,
              "resourceSize": 43881,
              "cache": "none",
              "priority": "High",
              "mimeType": "application/javascript",
              "url": "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js",
              "resourceType": "Script",
              "rendererStartTime": 1688.970999956131
            },
            {
              "networkRequestTime": 1694.739000082016,
              "entity": "Cloudflare CDN",
              "experimentalFromMainFrame": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "resourceSize": 24548,
              "finished": true,
              "transferSize": 7268,
              "statusCode": 200,
              "networkEndTime": 1750.9509999752045,
              "priority": "High",
              "cache": "none",
              "rendererStartTime": 1689.0749999284744,
              "mimeType": "application/javascript",
              "url": "https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.0/jquery.smartmenus.min.js",
              "resourceType": "Script"
            },
            {
              "statusCode": 200,
              "networkEndTime": 2267.1620000600815,
              "transferSize": 1461,
              "resourceSize": 1185,
              "finished": true,
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "networkRequestTime": 1694.7680000066757,
              "url": "https://www.santedentairelarose.com/i18n/javascript_translation/fr.js",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "rendererStartTime": 1689.182000041008,
              "cache": "none",
              "priority": "High"
            },
            {
              "rendererStartTime": 1689.2669999599457,
              "mimeType": "image/png",
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png",
              "resourceType": "Image",
              "cache": "none",
              "priority": "Medium",
              "transferSize": 32505,
              "statusCode": 200,
              "networkEndTime": 4093.6280000209808,
              "resourceSize": 32233,
              "finished": true,
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "networkRequestTime": 1694.8069999217987
            },
            {
              "cache": "none",
              "priority": "Medium",
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/css/flexnav.css",
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "rendererStartTime": 1689.3429999351501,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "entity": "santedentairelarose.com",
              "networkRequestTime": 1694.8539999723434,
              "networkEndTime": 5010.75,
              "statusCode": 200,
              "transferSize": 1691,
              "resourceSize": 6225,
              "finished": true
            },
            {
              "priority": "Medium",
              "cache": "none",
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/js/jquery.flexnav.min.js",
              "rendererStartTime": 1689.4069999456406,
              "networkRequestTime": 4095.0429999828339,
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "resourceSize": 2420,
              "finished": true,
              "transferSize": 2695,
              "statusCode": 200,
              "networkEndTime": 5624.8909999132156
            },
            {
              "networkRequestTime": 5011.9850000143051,
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "resourceSize": 80444,
              "finished": true,
              "statusCode": 200,
              "transferSize": 80717,
              "networkEndTime": 5906.7079999446869,
              "priority": "Medium",
              "cache": "none",
              "url": "https://www.santedentairelarose.com/userfiles/images/slide1.jpg",
              "resourceType": "Image",
              "mimeType": "image/jpeg",
              "rendererStartTime": 1689.470999956131
            },
            {
              "rendererStartTime": 1689.5319999456406,
              "url": "https://www.santedentairelarose.com/userfiles/images/Notre_equipe_Larose[1].jpg",
              "resourceType": "Image",
              "mimeType": "image/jpeg",
              "priority": "Medium",
              "cache": "none",
              "resourceSize": 83607,
              "finished": true,
              "networkEndTime": 5906.18799996376,
              "statusCode": 200,
              "transferSize": 83880,
              "networkRequestTime": 5165.0709999799728,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page"
            },
            {
              "statusCode": 200,
              "networkEndTime": 6008.2620000839233,
              "transferSize": 213202,
              "resourceSize": 212928,
              "finished": true,
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "entity": "santedentairelarose.com",
              "networkRequestTime": 5165.31400001049,
              "url": "https://www.santedentairelarose.com/userfiles/images/Slide3.jpg",
              "resourceType": "Image",
              "mimeType": "image/jpeg",
              "rendererStartTime": 1689.6000000238419,
              "cache": "none",
              "priority": "Medium"
            },
            {
              "resourceSize": 467,
              "finished": true,
              "transferSize": 736,
              "statusCode": 200,
              "networkEndTime": 6014.9069999456406,
              "networkRequestTime": 5165.3840000629425,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "rendererStartTime": 1689.6710000038147,
              "resourceType": "Image",
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/facebook2.png",
              "mimeType": "image/png",
              "priority": "Medium",
              "cache": "none"
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/youtube2.png",
              "resourceType": "Image",
              "mimeType": "image/png",
              "rendererStartTime": 1689.7350000143051,
              "priority": "Low",
              "cache": "none",
              "resourceSize": 893,
              "finished": true,
              "statusCode": 200,
              "networkEndTime": 5813.8510000705719,
              "transferSize": 1161,
              "networkRequestTime": 5165.5379999876022,
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "entity": "santedentairelarose.com"
            },
            {
              "rendererStartTime": 1689.789999961853,
              "url": "https://www.santedentairelarose.com/scripts/functions.js",
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "priority": "Medium",
              "cache": "none",
              "resourceSize": 9651,
              "finished": true,
              "networkEndTime": 5624.27999997139,
              "statusCode": 200,
              "transferSize": 9927,
              "networkRequestTime": 5165.4539999961853,
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "sessionTargetType": "page"
            },
            {
              "priority": "Medium",
              "cache": "none",
              "rendererStartTime": 1689.8479999303818,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery.ui.datepicker-fr.js",
              "networkRequestTime": 5165.5,
              "entity": "santedentairelarose.com",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "protocol": "http/1.1",
              "finished": true,
              "resourceSize": 858,
              "networkEndTime": 5623.2819999456406,
              "statusCode": 200,
              "transferSize": 1132
            },
            {
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "networkRequestTime": 5165.7469999790192,
              "transferSize": 418,
              "networkEndTime": 5719.02999997139,
              "statusCode": 200,
              "finished": true,
              "resourceSize": 94,
              "cache": "none",
              "priority": "VeryLow",
              "rendererStartTime": 1691.5499999523163,
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/print.css",
              "resourceType": "Stylesheet",
              "mimeType": "text/css"
            },
            {
              "cache": "none",
              "priority": "High",
              "rendererStartTime": 5101.930999994278,
              "mimeType": "image/jpeg",
              "url": "https://www.santedentairelarose.com/userfiles/images/bgbody.jpg",
              "resourceType": "Image",
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 5106.6169999837875,
              "transferSize": 999,
              "networkEndTime": 5718.0230000019073,
              "statusCode": 200,
              "resourceSize": 730,
              "finished": true
            },
            {
              "priority": "VeryHigh",
              "cache": "none",
              "rendererStartTime": 5102.1590000391006,
              "resourceType": "Font",
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff",
              "mimeType": "font/woff",
              "networkRequestTime": 5102.8810000419617,
              "entity": "santedentairelarose.com",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "resourceSize": 16004,
              "finished": true,
              "transferSize": 16275,
              "statusCode": 200,
              "networkEndTime": 5911.8880000114441
            },
            {
              "rendererStartTime": 5167.4409999847412,
              "mimeType": "font/woff",
              "resourceType": "Font",
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff",
              "priority": "VeryHigh",
              "cache": "none",
              "resourceSize": 16184,
              "finished": true,
              "statusCode": 200,
              "transferSize": 16455,
              "networkEndTime": 5911.5770000219345,
              "networkRequestTime": 5168.5149999856949,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true
            },
            {
              "networkRequestTime": 5628.9509999752045,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "finished": true,
              "resourceSize": 256,
              "transferSize": 524,
              "statusCode": 200,
              "networkEndTime": 5815.0479999780655,
              "priority": "High",
              "cache": "none",
              "rendererStartTime": 5628.31099998951,
              "mimeType": "image/png",
              "resourceType": "Image",
              "url": "https://www.santedentairelarose.com/userfiles/images/arrow-submenu.png"
            },
            {
              "priority": "High",
              "cache": "none",
              "url": "https://www.santedentairelarose.com/userfiles/images/homebox-bottom-off.png",
              "resourceType": "Image",
              "mimeType": "image/png",
              "rendererStartTime": 5655.8430000543594,
              "networkRequestTime": 5656.4960000514984,
              "experimentalFromMainFrame": true,
              "sessionTargetType": "page",
              "protocol": "http/1.1",
              "entity": "santedentairelarose.com",
              "finished": true,
              "resourceSize": 138,
              "networkEndTime": 5946.59399998188,
              "transferSize": 405,
              "statusCode": 200
            },
            {
              "rendererStartTime": 5656.0449999570847,
              "mimeType": "image/png",
              "url": "https://www.santedentairelarose.com/userfiles/images/homebox-top-off.png",
              "resourceType": "Image",
              "cache": "none",
              "priority": "High",
              "networkEndTime": 6012.7319999933243,
              "statusCode": 200,
              "transferSize": 618,
              "finished": true,
              "resourceSize": 350,
              "entity": "santedentairelarose.com",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "experimentalFromMainFrame": true,
              "networkRequestTime": 5657.1309999227524
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "text",
              "label": "Protocol",
              "key": "protocol"
            },
            {
              "valueType": "ms",
              "label": "Network Request Time",
              "granularity": 1,
              "key": "networkRequestTime"
            },
            {
              "key": "networkEndTime",
              "label": "Network End Time",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "granularity": 1,
              "key": "transferSize",
              "valueType": "bytes",
              "label": "Transfer Size",
              "displayUnit": "kb"
            },
            {
              "displayUnit": "kb",
              "label": "Resource Size",
              "valueType": "bytes",
              "granularity": 1,
              "key": "resourceSize"
            },
            {
              "label": "Status Code",
              "key": "statusCode",
              "valueType": "text"
            },
            {
              "key": "mimeType",
              "label": "MIME Type",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "key": "resourceType",
              "label": "Resource Type"
            }
          ],
          "type": "table"
        }
      },
      "mainthread-work-breakdown": {
        "id": "mainthread-work-breakdown",
        "title": "Minimizes main-thread work",
        "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "0.3 s",
        "metricSavings": {
          "TBT": 0
        },
        "details": {
          "items": [
            {
              "duration": 98.565600000000018,
              "groupLabel": "Script Evaluation",
              "group": "scriptEvaluation"
            },
            {
              "group": "other",
              "groupLabel": "Other",
              "duration": 58.820400000000021
            },
            {
              "duration": 45.393600000000013,
              "groupLabel": "Script Parsing & Compilation",
              "group": "scriptParseCompile"
            },
            {
              "group": "styleLayout",
              "groupLabel": "Style & Layout",
              "duration": 44.157600000000023
            },
            {
              "group": "parseHTML",
              "duration": 15.359999999999996,
              "groupLabel": "Parse HTML & CSS"
            },
            {
              "group": "paintCompositeRender",
              "duration": 8.2823999999999938,
              "groupLabel": "Rendering"
            },
            {
              "group": "garbageCollection",
              "duration": 2.986800000000001,
              "groupLabel": "Garbage Collection"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "groupLabel",
              "label": "Category"
            },
            {
              "label": "Time Spent",
              "granularity": 1,
              "key": "duration",
              "valueType": "ms"
            }
          ],
          "type": "table",
          "sortedBy": [
            "duration"
          ]
        },
        "numericValue": 273.56640000000004,
        "numericUnit": "millisecond"
      },
      "structured-data": {
        "id": "structured-data",
        "title": "Structured data is valid",
        "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "long-tasks": {
        "id": "long-tasks",
        "title": "Avoid long main-thread tasks",
        "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "metricSavings": {
          "TBT": 0
        },
        "details": {
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "valueType": "ms",
              "key": "startTime",
              "label": "Start Time",
              "granularity": 1
            },
            {
              "valueType": "ms",
              "key": "duration",
              "granularity": 1,
              "label": "Duration"
            }
          ],
          "debugData": {
            "tasks": [],
            "type": "debugdata",
            "urls": []
          },
          "items": [],
          "type": "table"
        }
      },
      "speed-index": {
        "id": "speed-index",
        "title": "Speed Index",
        "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
        "score": 0.08,
        "scoreDisplayMode": "numeric",
        "displayValue": "10.3 s",
        "numericValue": 10315.009176510688,
        "numericUnit": "millisecond"
      },
      "crawlable-anchors": {
        "id": "crawlable-anchors",
        "title": "Links are crawlable",
        "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Uncrawlable Link",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "diagnostics": {
        "id": "diagnostics",
        "title": "Diagnostics",
        "description": "Collection of useful page vitals.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "maxServerLatency": 1,
              "numTasksOver25ms": 2,
              "numRequests": 40,
              "totalByteWeight": 836773,
              "rtt": 0.0026469563695437734,
              "throughput": 35021496928.139084,
              "numTasksOver50ms": 0,
              "numScripts": 17,
              "numTasksOver500ms": 0,
              "mainDocumentTransferSize": 7159,
              "numTasksOver10ms": 8,
              "maxRtt": 4.3993800000000016,
              "numTasksOver100ms": 0,
              "numStylesheets": 8,
              "totalTaskTime": 227.97199999999913,
              "numFonts": 2,
              "numTasks": 628
            }
          ],
          "type": "debugdata"
        }
      },
      "html-xml-lang-mismatch": {
        "id": "html-xml-lang-mismatch",
        "title": "`\u003chtml\u003e` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
        "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "server-response-time": {
        "id": "server-response-time",
        "title": "Initial server response time was short",
        "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Root document took 0 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "responseTime": 1,
              "url": "https://www.santedentairelarose.com/"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Time Spent",
              "key": "responseTime",
              "valueType": "timespanMs"
            }
          ],
          "type": "opportunity",
          "overallSavingsMs": 0
        },
        "numericValue": 1,
        "numericUnit": "millisecond"
      },
      "aria-input-field-name": {
        "id": "aria-input-field-name",
        "title": "ARIA input fields have accessible names",
        "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "list": {
        "id": "list",
        "title": "Lists contain only `\u003cli\u003e` elements and script supporting elements (`\u003cscript\u003e` and `\u003ctemplate\u003e`).",
        "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "document-title": {
        "id": "document-title",
        "title": "Document has a `\u003ctitle\u003e` element",
        "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.12/document-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "font-display-insight": {
        "id": "font-display-insight",
        "title": "Font display",
        "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 810 ms",
        "metricSavings": {
          "FCP": 800,
          "INP": 0
        },
        "details": {
          "items": [
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff",
              "wastedMs": 810
            },
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff",
              "wastedMs": 740
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "key": "wastedMs",
              "label": "Est Savings",
              "valueType": "ms"
            }
          ],
          "type": "table",
          "skipSumming": [
            "wastedMs"
          ]
        }
      },
      "aria-prohibited-attr": {
        "id": "aria-prohibited-attr",
        "title": "Elements use only permitted ARIA attributes",
        "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-required-children": {
        "id": "aria-required-children",
        "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
        "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.12/aria-required-children).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "accesskeys": {
        "id": "accesskeys",
        "title": "`[accesskey]` values are unique",
        "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.12/accesskeys).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "lcp-discovery-insight": {
        "id": "lcp-discovery-insight",
        "title": "LCP request discovery",
        "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "type": "checklist",
              "items": {
                "eagerlyLoaded": {
                  "label": "LCP resources should not use loading=lazy",
                  "value": true
                },
                "requestDiscoverable": {
                  "label": "Request is discoverable in initial document",
                  "value": true
                },
                "priorityHinted": {
                  "label": "fetchpriority=high should be applied",
                  "value": false
                }
              }
            },
            {
              "snippet": "\u003cimg src=\"/userfiles/images/slide1.jpg\"\u003e",
              "lhId": "page-2-IMG",
              "boundingRect": {
                "width": 1170,
                "right": 1170,
                "top": 170,
                "height": 526,
                "left": 0,
                "bottom": 696
              },
              "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,IMG",
              "type": "node",
              "selector": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
              "nodeLabel": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img"
            }
          ],
          "type": "list"
        }
      },
      "main-thread-tasks": {
        "id": "main-thread-tasks",
        "title": "Tasks",
        "description": "Lists the toplevel main thread tasks that executed during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "label": "Start Time",
              "granularity": 1,
              "key": "startTime",
              "valueType": "ms"
            },
            {
              "key": "duration",
              "label": "End Time",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "startTime": 1680.194,
              "duration": 10.52
            },
            {
              "startTime": 2372.423,
              "duration": 26.583
            },
            {
              "startTime": 5097.34,
              "duration": 19.854
            },
            {
              "startTime": 5118.73,
              "duration": 45.68
            },
            {
              "startTime": 5166.164,
              "duration": 5.683
            },
            {
              "startTime": 5626.254,
              "duration": 10.611
            },
            {
              "startTime": 5636.906,
              "duration": 13.928
            },
            {
              "startTime": 5655.242,
              "duration": 11.42
            },
            {
              "startTime": 5666.674,
              "duration": 8.494
            },
            {
              "startTime": 6016.004,
              "duration": 13.517
            }
          ],
          "type": "table"
        }
      },
      "interactive-element-affordance": {
        "id": "interactive-element-affordance",
        "title": "Interactive elements indicate their purpose and state",
        "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "presentation-role-conflict": {
        "id": "presentation-role-conflict",
        "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
        "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "target-size": {
        "id": "target-size",
        "title": "Touch targets do not have sufficient size or spacing.",
        "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.12/target-size).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [
            {
              "node": {
                "lhId": "1-6-A",
                "snippet": "\u003ca href=\"/fr/a-propos-de-nous/notre-equipe/\"\u003e",
                "explanation": "Fix any of the following:\n  Target has insufficient size (90px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "boundingRect": {
                  "height": 18,
                  "left": 0,
                  "top": 2045,
                  "width": 90,
                  "right": 90,
                  "bottom": 2063
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,0,LI,0,A",
                "nodeLabel": "NOTRE ÉQUIPE",
                "selector": "div.span3 \u003e ul \u003e li \u003e a"
              },
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,1,LI,0,A",
                      "type": "node",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "PRENDRE RENDEZ-VOUS",
                      "snippet": "\u003ca href=\"/fr/nous-joindre/#rendezvous\"\u003e",
                      "lhId": "1-7-A",
                      "boundingRect": {
                        "left": 0,
                        "top": 2065,
                        "height": 18,
                        "width": 146,
                        "right": 146,
                        "bottom": 2083
                      }
                    }
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "node": {
                "nodeLabel": "PRENDRE RENDEZ-VOUS",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,1,LI,0,A",
                "explanation": "Fix any of the following:\n  Target has insufficient size (146px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.",
                "boundingRect": {
                  "width": 146,
                  "right": 146,
                  "height": 18,
                  "left": 0,
                  "top": 2065,
                  "bottom": 2083
                },
                "lhId": "1-7-A",
                "snippet": "\u003ca href=\"/fr/nous-joindre/#rendezvous\"\u003e"
              },
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "NOTRE ÉQUIPE",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,0,LI,0,A",
                      "type": "node",
                      "boundingRect": {
                        "width": 90,
                        "right": 90,
                        "height": 18,
                        "left": 0,
                        "top": 2045,
                        "bottom": 2063
                      },
                      "snippet": "\u003ca href=\"/fr/a-propos-de-nous/notre-equipe/\"\u003e",
                      "lhId": "1-6-A"
                    }
                  },
                  {
                    "relatedNode": {
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,2,LI,0,A",
                      "nodeLabel": "DENTISTERIE HOLISTIQUE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "lhId": "1-8-A",
                      "snippet": "\u003ca href=\"/fr/dentisterie-holistique/\"\u003e",
                      "boundingRect": {
                        "top": 2085,
                        "height": 18,
                        "left": 0,
                        "width": 155,
                        "right": 155,
                        "bottom": 2103
                      }
                    }
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "snippet": "\u003ca href=\"/fr/nous-joindre/#rendezvous\"\u003e",
                      "lhId": "1-7-A",
                      "boundingRect": {
                        "bottom": 2083,
                        "left": 0,
                        "top": 2065,
                        "height": 18,
                        "right": 146,
                        "width": 146
                      },
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,1,LI,0,A",
                      "type": "node",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "PRENDRE RENDEZ-VOUS"
                    }
                  },
                  {
                    "relatedNode": {
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,3,LI,0,A",
                      "type": "node",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "DENTISTERIE ESTHÉTIQUE",
                      "snippet": "\u003ca href=\"/fr/dentisterie-esthetique/\"\u003e",
                      "lhId": "1-9-A",
                      "boundingRect": {
                        "bottom": 2123,
                        "height": 18,
                        "left": 0,
                        "top": 2105,
                        "width": 155,
                        "right": 155
                      }
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "nodeLabel": "DENTISTERIE HOLISTIQUE",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,2,LI,0,A",
                "explanation": "Fix any of the following:\n  Target has insufficient size (155px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16px instead of at least 24px.",
                "boundingRect": {
                  "bottom": 2103,
                  "width": 155,
                  "right": 155,
                  "height": 18,
                  "left": 0,
                  "top": 2085
                },
                "lhId": "1-8-A",
                "snippet": "\u003ca href=\"/fr/dentisterie-holistique/\"\u003e"
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "right": 155,
                        "width": 155,
                        "left": 0,
                        "top": 2085,
                        "height": 18,
                        "bottom": 2103
                      },
                      "lhId": "1-8-A",
                      "snippet": "\u003ca href=\"/fr/dentisterie-holistique/\"\u003e",
                      "nodeLabel": "DENTISTERIE HOLISTIQUE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,2,LI,0,A"
                    }
                  },
                  {
                    "relatedNode": {
                      "nodeLabel": "LIENS UTILES",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,4,LI,0,A",
                      "boundingRect": {
                        "left": 0,
                        "top": 2125,
                        "height": 18,
                        "right": 79,
                        "width": 79,
                        "bottom": 2143
                      },
                      "lhId": "1-10-A",
                      "snippet": "\u003ca href=\"/fr/liens/\"\u003e"
                    }
                  }
                ]
              },
              "node": {
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "DENTISTERIE ESTHÉTIQUE",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,3,LI,0,A",
                "type": "node",
                "boundingRect": {
                  "height": 18,
                  "left": 0,
                  "top": 2105,
                  "width": 155,
                  "right": 155,
                  "bottom": 2123
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (155px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16px instead of at least 24px.",
                "snippet": "\u003ca href=\"/fr/dentisterie-esthetique/\"\u003e",
                "lhId": "1-9-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2123,
                        "top": 2105,
                        "height": 18,
                        "left": 0,
                        "width": 155,
                        "right": 155
                      },
                      "lhId": "1-9-A",
                      "snippet": "\u003ca href=\"/fr/dentisterie-esthetique/\"\u003e",
                      "nodeLabel": "DENTISTERIE ESTHÉTIQUE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,3,LI,0,A"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,0,DIV,1,UL,4,LI,0,A",
                "nodeLabel": "LIENS UTILES",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "lhId": "1-10-A",
                "snippet": "\u003ca href=\"/fr/liens/\"\u003e",
                "explanation": "Fix any of the following:\n  Target has insufficient size (79px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "boundingRect": {
                  "left": 0,
                  "top": 2125,
                  "height": 18,
                  "width": 79,
                  "right": 79,
                  "bottom": 2143
                }
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2103,
                        "right": 485,
                        "width": 173,
                        "left": 312,
                        "top": 2065,
                        "height": 38
                      },
                      "lhId": "1-12-A",
                      "snippet": "\u003ca href=\"/fr/nos-services/parodontite/\"\u003e",
                      "nodeLabel": "TRAITEMENT NATUREL DE LA PARODONTITE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,1,LI,0,A"
                    }
                  }
                ]
              },
              "node": {
                "snippet": "\u003ca href=\"/fr/nos-services/blanchiment-des-dents/\"\u003e",
                "lhId": "1-11-A",
                "boundingRect": {
                  "bottom": 2063,
                  "width": 160,
                  "right": 472,
                  "height": 18,
                  "left": 312,
                  "top": 2045
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (160px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,0,LI,0,A",
                "type": "node",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "BLANCHIMENT DES DENTS"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "snippet": "\u003ca href=\"/fr/nos-services/parodontite/\"\u003e",
                      "lhId": "1-12-A",
                      "boundingRect": {
                        "top": 2065,
                        "height": 38,
                        "left": 312,
                        "width": 173,
                        "right": 485,
                        "bottom": 2103
                      },
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,1,LI,0,A",
                      "type": "node",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "TRAITEMENT NATUREL DE LA PARODONTITE"
                    }
                  },
                  {
                    "relatedNode": {
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,3,LI,0,A",
                      "nodeLabel": "PONTS ET IMPLANTS",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "lhId": "1-14-A",
                      "snippet": "\u003ca href=\"/fr/nos-services/ponts-et-implants/\"\u003e",
                      "boundingRect": {
                        "width": 125,
                        "right": 437,
                        "height": 18,
                        "left": 312,
                        "top": 2125,
                        "bottom": 2143
                      }
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003ca href=\"/fr/nos-services/nettoyage-dentaire/\"\u003e",
                "lhId": "1-13-A",
                "boundingRect": {
                  "left": 312,
                  "top": 2105,
                  "height": 18,
                  "width": 135,
                  "right": 447,
                  "bottom": 2123
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (135px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17.2px instead of at least 24px.",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,2,LI,0,A",
                "type": "node",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "NETTOYAGE DENTAIRE"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,2,LI,0,A",
                      "type": "node",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "NETTOYAGE DENTAIRE",
                      "snippet": "\u003ca href=\"/fr/nos-services/nettoyage-dentaire/\"\u003e",
                      "lhId": "1-13-A",
                      "boundingRect": {
                        "bottom": 2123,
                        "top": 2105,
                        "height": 18,
                        "left": 312,
                        "width": 135,
                        "right": 447
                      }
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "PONTS ET IMPLANTS",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,3,LI,0,A",
                "type": "node",
                "boundingRect": {
                  "height": 18,
                  "left": 312,
                  "top": 2125,
                  "width": 125,
                  "right": 437,
                  "bottom": 2143
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (125px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17.2px instead of at least 24px.",
                "snippet": "\u003ca href=\"/fr/nos-services/ponts-et-implants/\"\u003e",
                "lhId": "1-14-A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2143,
                        "height": 18,
                        "left": 312,
                        "top": 2125,
                        "width": 125,
                        "right": 437
                      },
                      "snippet": "\u003ca href=\"/fr/nos-services/ponts-et-implants/\"\u003e",
                      "lhId": "1-14-A",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "nodeLabel": "PONTS ET IMPLANTS",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,3,LI,0,A",
                      "type": "node"
                    }
                  },
                  {
                    "relatedNode": {
                      "lhId": "1-16-A",
                      "snippet": "\u003ca href=\"/fr/dentisterie-holistique/implants-de-zircone/\"\u003e",
                      "boundingRect": {
                        "left": 312,
                        "top": 2165,
                        "height": 18,
                        "width": 139,
                        "right": 451,
                        "bottom": 2183
                      },
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,5,LI,0,A",
                      "nodeLabel": "IMPLANTS DE ZIRCONE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "bottom": 2163,
                  "height": 18,
                  "left": 312,
                  "top": 2145,
                  "width": 38,
                  "right": 350
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (38px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "snippet": "\u003ca href=\"/fr/nos-services/cerec/\"\u003e",
                "lhId": "1-15-A",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "CEREC",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,1,DIV,1,UL,4,LI,0,A",
                "type": "node"
              }
            },
            {
              "node": {
                "snippet": "\u003ca href=\"/fr/nos-services/grincement-des-dents/\"\u003e",
                "lhId": "1-17-A",
                "boundingRect": {
                  "width": 151,
                  "right": 751,
                  "top": 2024,
                  "height": 18,
                  "left": 600,
                  "bottom": 2042
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (151px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,0,UL,0,LI,0,A",
                "type": "node",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "GRINCEMENT DES DENTS"
              },
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2062,
                        "width": 190,
                        "right": 790,
                        "height": 18,
                        "left": 600,
                        "top": 2044
                      },
                      "lhId": "1-18-A",
                      "snippet": "\u003ca href=\"/fr/dentisterie-esthetique/orthodontie-instantannee/\"\u003e",
                      "nodeLabel": "ORTHODONTIE INSTANTANNÉE",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,0,UL,1,LI,0,A"
                    }
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2042,
                        "top": 2024,
                        "height": 18,
                        "left": 600,
                        "width": 151,
                        "right": 751
                      },
                      "lhId": "1-17-A",
                      "snippet": "\u003ca href=\"/fr/nos-services/grincement-des-dents/\"\u003e",
                      "nodeLabel": "GRINCEMENT DES DENTS",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,0,UL,0,LI,0,A"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "explanation": "Fix any of the following:\n  Target has insufficient size (190px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px.",
                "boundingRect": {
                  "width": 190,
                  "right": 790,
                  "height": 18,
                  "left": 600,
                  "top": 2044,
                  "bottom": 2062
                },
                "lhId": "1-18-A",
                "snippet": "\u003ca href=\"/fr/dentisterie-esthetique/orthodontie-instantannee/\"\u003e",
                "nodeLabel": "ORTHODONTIE INSTANTANNÉE",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,0,UL,1,LI,0,A"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "bottom": 2153,
                        "width": 193,
                        "right": 793,
                        "height": 38,
                        "left": 600,
                        "top": 2115
                      },
                      "lhId": "1-20-A",
                      "snippet": "\u003ca href=\"/fr/conseils-sante/pourquoi-remplacer-les-amalgames-dentaires-au-mercure/\"\u003e",
                      "nodeLabel": "POURQUOI REMPLACER\nLES AMALGAMES AU MERCURE ?",
                      "selector": "div.span3 \u003e ul \u003e li \u003e a",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,2,UL,1,LI,0,A"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,2,DIV,2,UL,0,LI,0,A",
                "type": "node",
                "selector": "div.span3 \u003e ul \u003e li \u003e a",
                "nodeLabel": "PRÉVENTION DE L’INFECTION",
                "snippet": "\u003ca href=\"/fr/conseils-sante/prevention-de-linfection-soins-avant-la-chirurgie/\"\u003e",
                "lhId": "1-19-A",
                "boundingRect": {
                  "left": 600,
                  "top": 2095,
                  "height": 18,
                  "width": 177,
                  "right": 777,
                  "bottom": 2113
                },
                "explanation": "Fix any of the following:\n  Target has insufficient size (177px by 18px, should be at least 24px by 24px)\n  Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 22px instead of at least 24px."
              }
            }
          ],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "debugData": {
            "impact": "serious",
            "tags": [
              "cat.sensory-and-visual-cues",
              "wcag22aa",
              "wcag258"
            ],
            "type": "debugdata"
          }
        }
      },
      "total-byte-weight": {
        "id": "total-byte-weight",
        "title": "Avoids enormous network payloads",
        "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Total size was 817 KiB",
        "details": {
          "sortedBy": [
            "totalBytes"
          ],
          "type": "table",
          "items": [
            {
              "totalBytes": 213202,
              "url": "https://www.santedentairelarose.com/userfiles/images/Slide3.jpg"
            },
            {
              "totalBytes": 111979,
              "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js"
            },
            {
              "totalBytes": 83880,
              "url": "https://www.santedentairelarose.com/userfiles/images/Notre_equipe_Larose[1].jpg"
            },
            {
              "totalBytes": 80717,
              "url": "https://www.santedentairelarose.com/userfiles/images/slide1.jpg"
            },
            {
              "totalBytes": 55947,
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js"
            },
            {
              "totalBytes": 33395,
              "url": "https://code.jquery.com/jquery-1.9.1.min.js"
            },
            {
              "totalBytes": 32505,
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png"
            },
            {
              "totalBytes": 28816,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js"
            },
            {
              "totalBytes": 24846,
              "url": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
              "totalBytes": 17494
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            }
          ]
        },
        "numericValue": 836773,
        "numericUnit": "byte"
      },
      "duplicate-id-aria": {
        "id": "duplicate-id-aria",
        "title": "ARIA IDs are unique",
        "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "html-has-lang": {
        "id": "html-has-lang",
        "title": "`\u003chtml\u003e` element has a `[lang]` attribute",
        "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-has-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "logical-tab-order": {
        "id": "logical-tab-order",
        "title": "The page has a logical tab order",
        "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "svg-img-alt": {
        "id": "svg-img-alt",
        "title": "SVG elements with an `img` role have an accessible text alternative",
        "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.12/svg-img-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "charset": {
        "id": "charset",
        "title": "Properly defines charset",
        "description": "A character encoding declaration is required. It can be done with a `\u003cmeta\u003e` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "heading-order": {
        "id": "heading-order",
        "title": "Heading elements appear in a sequentially-descending order",
        "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.12/heading-order).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node"
            }
          ],
          "type": "table"
        }
      },
      "cumulative-layout-shift": {
        "id": "cumulative-layout-shift",
        "title": "Cumulative Layout Shift",
        "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).",
        "score": 0.09,
        "scoreDisplayMode": "numeric",
        "displayValue": "0.646",
        "details": {
          "items": [
            {
              "newEngineResult": {
                "cumulativeLayoutShiftMainFrame": 0.64619752512911688,
                "cumulativeLayoutShift": 0.64619752512911688
              },
              "newEngineResultDiffered": false,
              "cumulativeLayoutShiftMainFrame": 0.64619752512911688
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 0.64619752512911688,
        "numericUnit": "unitless"
      },
      "aria-treeitem-name": {
        "id": "aria-treeitem-name",
        "title": "ARIA `treeitem` elements have accessible names",
        "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unused-css-rules": {
        "id": "unused-css-rules",
        "title": "Reduce unused CSS",
        "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 16 KiB",
        "metricSavings": {
          "LCP": 150,
          "FCP": 150
        },
        "details": {
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/css/bootstrap.min.css",
              "wastedPercent": 97.529710493774729,
              "wastedBytes": 16520,
              "totalBytes": 16938
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "totalBytes"
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "label": "Est Savings"
            }
          ],
          "overallSavingsMs": 150,
          "type": "opportunity",
          "overallSavingsBytes": 16520,
          "debugData": {
            "metricSavings": {
              "LCP": 150,
              "FCP": 150
            },
            "type": "debugdata"
          }
        },
        "numericValue": 150,
        "numericUnit": "millisecond"
      },
      "non-composited-animations": {
        "id": "non-composited-animations",
        "title": "Avoid non-composited animations",
        "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Element",
              "subItemsHeading": {
                "valueType": "text",
                "key": "failureReason"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "network-server-latency": {
        "id": "network-server-latency",
        "title": "Server Backend Latencies",
        "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "0 ms",
        "details": {
          "sortedBy": [
            "serverResponseTime"
          ],
          "type": "table",
          "items": [
            {
              "serverResponseTime": 1,
              "origin": "https://www.santedentairelarose.com"
            },
            {
              "origin": "https://code.jquery.com",
              "serverResponseTime": 1
            },
            {
              "serverResponseTime": 1,
              "origin": "https://cdn.jsdelivr.net"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://cdnjs.cloudflare.com"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "URL",
              "key": "origin"
            },
            {
              "key": "serverResponseTime",
              "label": "Time Spent",
              "granularity": 1,
              "valueType": "ms"
            }
          ]
        },
        "numericValue": 1,
        "numericUnit": "millisecond"
      },
      "th-has-data-cells": {
        "id": "th-has-data-cells",
        "title": "`\u003cth\u003e` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "document-latency-insight": {
        "id": "document-latency-insight",
        "title": "Document request latency",
        "description": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,090 ms",
        "metricSavings": {
          "LCP": 1100,
          "FCP": 1100
        },
        "details": {
          "debugData": {
            "uncompressedResponseBytes": 0,
            "wastedBytes": 0,
            "serverResponseTime": 1,
            "redirectDuration": 1090,
            "type": "debugdata"
          },
          "items": {
            "serverResponseIsFast": {
              "value": true,
              "label": "Server responds quickly (observed 1 ms)"
            },
            "noRedirects": {
              "value": false,
              "label": "Had redirects (2 redirects, +1090 ms)"
            },
            "usesCompression": {
              "label": "Applies text compression",
              "value": true
            }
          },
          "type": "checklist"
        }
      },
      "screenshot-thumbnails": {
        "id": "screenshot-thumbnails",
        "title": "Screenshot Thumbnails",
        "description": "This is what the load of your site looked like.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "filmstrip",
          "items": [
            {
              "timing": 756,
              "timestamp": 807656210139,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "timing": 1511,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 807656965764
            },
            {
              "timing": 2267,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 807657721389
            },
            {
              "timing": 3023,
              "timestamp": 807658477014,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "timestamp": 807659232639,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timing": 3778
            },
            {
              "timing": 4534,
              "timestamp": 807659988264,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k="
            },
            {
              "timing": 5289,
              "timestamp": 807660743889,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timing": 6045,
              "timestamp": 807661499514,
              "data": "data:image/jpeg;base64,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"
            }
          ],
          "scale": 6045
        }
      },
      "identical-links-same-purpose": {
        "id": "identical-links-same-purpose",
        "title": "Identical links have the same purpose.",
        "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.12/identical-links-same-purpose).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "wcag2aaa",
              "wcag249"
            ],
            "impact": "minor"
          },
          "items": [
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "relatedNode": {
                      "boundingRect": {
                        "right": 209,
                        "width": 139,
                        "left": 70,
                        "top": 1001,
                        "height": 29,
                        "bottom": 1030
                      },
                      "lhId": "1-23-A",
                      "snippet": "\u003ca class=\"btn1\" href=\"/fr/a-propos-de-nous/notre-equipe/\"\u003e",
                      "nodeLabel": "EN SAVOIR PLUS",
                      "selector": "li \u003e div.text \u003e p \u003e a.btn1",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,1,LI,0,DIV,2,P,0,A"
                    }
                  },
                  {
                    "relatedNode": {
                      "nodeLabel": "EN SAVOIR PLUS",
                      "selector": "li \u003e div.text \u003e p \u003e a.btn1",
                      "type": "node",
                      "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,2,LI,0,DIV,2,P,0,A",
                      "boundingRect": {
                        "left": 70,
                        "top": 1547,
                        "height": 29,
                        "right": 209,
                        "width": 139,
                        "bottom": 1576
                      },
                      "lhId": "1-24-A",
                      "snippet": "\u003ca class=\"btn1\" href=\"#\"\u003e"
                    }
                  }
                ]
              },
              "node": {
                "selector": "li.flex-active-slide \u003e div.text \u003e p \u003e a.btn1",
                "nodeLabel": "EN SAVOIR PLUS",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,0,DIV,2,P,0,A",
                "type": "node",
                "boundingRect": {
                  "bottom": 444,
                  "left": 70,
                  "top": 415,
                  "height": 29,
                  "right": 209,
                  "width": 139
                },
                "explanation": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous.",
                "snippet": "\u003ca class=\"btn1\" href=\"/fr/dentisterie-esthetique/orthodontie/\"\u003e",
                "lhId": "1-22-A"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ],
          "type": "table"
        }
      },
      "aria-required-attr": {
        "id": "aria-required-attr",
        "title": "`[role]`s have all required `[aria-*]` attributes",
        "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.12/aria-required-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-redundant-alt": {
        "id": "image-redundant-alt",
        "title": "Image elements do not have `[alt]` attributes that are redundant text.",
        "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "final-screenshot": {
        "id": "final-screenshot",
        "title": "Final Screenshot",
        "description": "The last screenshot captured of the pageload.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "timestamp": 807661499819,
          "data": "data:image/jpeg;base64,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",
          "timing": 6045,
          "type": "screenshot"
        }
      },
      "table-fake-caption": {
        "id": "table-fake-caption",
        "title": "Tables use `\u003ccaption\u003e` instead of cells with the `[colspan]` attribute to indicate a caption.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.12/table-fake-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "forced-reflow-insight": {
        "id": "forced-reflow-insight",
        "title": "Forced reflow",
        "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "details": {
          "items": [
            {
              "type": "table",
              "items": [],
              "headings": [
                {
                  "key": "source",
                  "label": "Source",
                  "valueType": "source-location"
                },
                {
                  "key": "reflowTime",
                  "label": "Total reflow time",
                  "granularity": 1,
                  "valueType": "ms"
                }
              ]
            }
          ],
          "type": "list"
        }
      },
      "geolocation-on-start": {
        "id": "geolocation-on-start",
        "title": "Avoids requesting the geolocation permission on page load",
        "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/). Also consider using the [`\u003cgeolocation\u003e` element](https://developer.chrome.com/blog/geolocation-html-element).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "type": "table"
        }
      },
      "network-dependency-tree-insight": {
        "id": "network-dependency-tree-insight",
        "title": "Network dependency tree",
        "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "type": "list",
          "items": [
            {
              "type": "list-section",
              "value": {
                "longestChain": {
                  "duration": 5913
                },
                "chains": {
                  "B3A453B3B54BF06B12F921A45813539F": {
                    "navStartToEndTime": 1692,
                    "url": "https://www.santedentairelarose.com/",
                    "children": {
                      "B3A453B3B54BF06B12F921A45813539F": {
                        "navStartToEndTime": 1692,
                        "url": "https://www.santedentairelarose.com/",
                        "children": {
                          "B3A453B3B54BF06B12F921A45813539F": {
                            "navStartToEndTime": 1692,
                            "url": "https://www.santedentairelarose.com/",
                            "children": {
                              "55.2": {
                                "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/css/bootstrap.min.css",
                                "navStartToEndTime": 2371,
                                "transferSize": 17375,
                                "children": {}
                              },
                              "55.31": {
                                "children": {},
                                "transferSize": 1132,
                                "navStartToEndTime": 5624,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery.ui.datepicker-fr.js"
                              },
                              "55.24": {
                                "children": {},
                                "transferSize": 2695,
                                "navStartToEndTime": 5625,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/js/jquery.flexnav.min.js"
                              },
                              "55.20": {
                                "transferSize": 7268,
                                "children": {},
                                "url": "https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.0/jquery.smartmenus.min.js",
                                "navStartToEndTime": 1752
                              },
                              "55.4": {
                                "children": {},
                                "transferSize": 5107,
                                "navStartToEndTime": 2180,
                                "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css"
                              },
                              "55.11": {
                                "url": "https://www.santedentairelarose.com/scripts/plugins/selectivizr/selectivizr-min-1.0.2.js",
                                "navStartToEndTime": 2176,
                                "transferSize": 5113,
                                "children": {}
                              },
                              "55.30": {
                                "children": {},
                                "transferSize": 9927,
                                "navStartToEndTime": 5625,
                                "url": "https://www.santedentairelarose.com/scripts/functions.js"
                              },
                              "55.18": {
                                "children": {},
                                "transferSize": 24846,
                                "navStartToEndTime": 1722,
                                "url": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
                              },
                              "55.6": {
                                "transferSize": 33395,
                                "children": {},
                                "url": "https://code.jquery.com/jquery-1.9.1.min.js",
                                "navStartToEndTime": 1716
                              },
                              "55.23": {
                                "children": {},
                                "transferSize": 1691,
                                "navStartToEndTime": 5011,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/css/flexnav.css"
                              },
                              "55.15": {
                                "navStartToEndTime": 1990,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/flexslider.css",
                                "children": {},
                                "transferSize": 1738
                              },
                              "55.3": {
                                "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css",
                                "navStartToEndTime": 2180,
                                "transferSize": 1500,
                                "children": {
                                  "55.52": {
                                    "isLongest": true,
                                    "children": {},
                                    "transferSize": 16455,
                                    "navStartToEndTime": 5913,
                                    "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff"
                                  },
                                  "55.44": {
                                    "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff",
                                    "navStartToEndTime": 5913,
                                    "transferSize": 16275,
                                    "children": {}
                                  }
                                },
                                "isLongest": true
                              },
                              "55.9": {
                                "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js",
                                "navStartToEndTime": 3092,
                                "transferSize": 28816,
                                "children": {}
                              },
                              "55.7": {
                                "navStartToEndTime": 1717,
                                "url": "https://code.jquery.com/jquery-migrate-1.1.1.min.js",
                                "children": {},
                                "transferSize": 3643
                              },
                              "55.10": {
                                "transferSize": 17494,
                                "children": {},
                                "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
                                "navStartToEndTime": 5097
                              },
                              "55.8": {
                                "navStartToEndTime": 2364,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
                                "children": {},
                                "transferSize": 55947
                              },
                              "55.5": {
                                "children": {},
                                "transferSize": 6717,
                                "navStartToEndTime": 1710,
                                "url": "https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css"
                              },
                              "55.17": {
                                "transferSize": 111979,
                                "children": {},
                                "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js",
                                "navStartToEndTime": 1721
                              },
                              "55.21": {
                                "children": {},
                                "transferSize": 1461,
                                "navStartToEndTime": 2268,
                                "url": "https://www.santedentairelarose.com/i18n/javascript_translation/fr.js"
                              },
                              "55.14": {
                                "navStartToEndTime": 5012,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu.js",
                                "children": {},
                                "transferSize": 6731
                              },
                              "55.16": {
                                "children": {},
                                "transferSize": 17195,
                                "navStartToEndTime": 4095,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/jquery.flexslider-min.js"
                              },
                              "55.13": {
                                "navStartToEndTime": 2184,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu_plugins.js",
                                "children": {},
                                "transferSize": 4285
                              },
                              "55.19": {
                                "children": {},
                                "transferSize": 10522,
                                "navStartToEndTime": 1754,
                                "url": "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"
                              },
                              "55.12": {
                                "children": {},
                                "transferSize": 4508,
                                "navStartToEndTime": 5011,
                                "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/css/megamenu.css"
                              }
                            },
                            "transferSize": 7159,
                            "isLongest": true
                          }
                        },
                        "transferSize": 7159,
                        "isLongest": true
                      }
                    },
                    "transferSize": 7159,
                    "isLongest": true
                  }
                },
                "type": "network-tree"
              }
            },
            {
              "type": "list-section",
              "title": "Preconnected origins",
              "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.",
              "value": {
                "type": "text",
                "value": "no origins were preconnected"
              }
            },
            {
              "type": "list-section",
              "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.",
              "value": {
                "value": "No additional origins are good candidates for preconnecting",
                "type": "text"
              },
              "title": "Preconnect candidates"
            }
          ]
        }
      },
      "trusted-types-xss": {
        "id": "trusted-types-xss",
        "title": "Mitigate DOM-based XSS with Trusted Types",
        "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "description": "No `Content-Security-Policy` header with Trusted Types directive found",
              "severity": "High"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description"
            },
            {
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "valueType": "text"
            }
          ]
        }
      },
      "inspector-issues": {
        "id": "inspector-issues",
        "title": "No issues in the `Issues` panel in Chrome Devtools",
        "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "key": "issueType",
              "label": "Issue type",
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              },
              "valueType": "text"
            }
          ],
          "items": []
        }
      },
      "aria-hidden-focus": {
        "id": "aria-hidden-focus",
        "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
        "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "frame-title": {
        "id": "frame-title",
        "title": "`\u003cframe\u003e` or `\u003ciframe\u003e` elements have a title",
        "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.12/frame-title).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "csp-xss": {
        "id": "csp-xss",
        "title": "Ensure CSP is effective against XSS attacks",
        "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "severity": "High",
              "description": "Host allowlists can frequently be bypassed. Consider using CSP nonces or hashes instead, along with `'strict-dynamic'` if necessary.",
              "directive": "script-src"
            },
            {
              "directive": "script-src",
              "description": "`'unsafe-inline'` allows the execution of unsafe in-page scripts and event handlers. Consider using CSP nonces or hashes to allow scripts individually.",
              "severity": "High"
            }
          ],
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description",
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "code",
              "key": "directive",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              }
            },
            {
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "valueType": "text"
            }
          ]
        }
      },
      "http-status-code": {
        "id": "http-status-code",
        "title": "Page has successful HTTP status code",
        "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "aria-hidden-body": {
        "id": "aria-hidden-body",
        "title": "`[aria-hidden=\"true\"]` is not present on the document `\u003cbody\u003e`",
        "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `\u003cbody\u003e`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "deprecations": {
        "id": "deprecations",
        "title": "Avoids deprecated APIs",
        "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "text",
              "key": "value",
              "label": "Deprecation / Warning"
            },
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "items": []
        }
      },
      "valid-source-maps": {
        "id": "valid-source-maps",
        "title": "Page has valid source maps",
        "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "sourceMapUrl": "https://code.jquery.com/dist/jquery-migrate.min.map",
              "scriptUrl": "https://code.jquery.com/jquery-migrate-1.1.1.min.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003chtml\u003e\r\n\u003ch\"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js.map",
              "scriptUrl": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js",
              "subItems": {
                "type": "subitems",
                "items": []
              }
            }
          ],
          "headings": [
            {
              "key": "scriptUrl",
              "label": "URL",
              "subItemsHeading": {
                "key": "error"
              },
              "valueType": "url"
            },
            {
              "label": "Map URL",
              "key": "sourceMapUrl",
              "valueType": "url"
            }
          ],
          "type": "table"
        }
      },
      "image-size-responsive": {
        "id": "image-size-responsive",
        "title": "Serves images with low resolution",
        "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "text",
              "label": "Displayed size",
              "key": "displayedSize"
            },
            {
              "label": "Actual size",
              "key": "actualSize",
              "valueType": "text"
            },
            {
              "key": "expectedSize",
              "label": "Expected size",
              "valueType": "text"
            }
          ],
          "items": [
            {
              "displayedSize": "240 x 96",
              "node": {
                "lhId": "1-56-IMG",
                "snippet": "\u003cimg src=\"https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-laro…\" alt=\"Santé Dentaire Larose\"\u003e",
                "boundingRect": {
                  "width": 240,
                  "right": 240,
                  "height": 96,
                  "left": 0,
                  "top": 20,
                  "bottom": 116
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,0,HEADER,0,DIV,0,DIV,0,DIV,0,H1,0,A,0,IMG",
                "nodeLabel": "Santé Dentaire Larose",
                "selector": "div.span4 \u003e h1.logo \u003e a \u003e img"
              },
              "expectedPixels": 51840,
              "expectedSize": "360 x 144",
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png",
              "actualPixels": 23040,
              "actualSize": "240 x 96"
            }
          ]
        }
      },
      "link-in-text-block": {
        "id": "link-in-text-block",
        "title": "Links are distinguishable without relying on color.",
        "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.12/link-in-text-block).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "label": "Failing Elements",
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "visual-order-follows-dom": {
        "id": "visual-order-follows-dom",
        "title": "Visual order on the page follows DOM order",
        "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "dom-size-insight": {
        "id": "dom-size-insight",
        "title": "Optimize DOM size",
        "description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "debugData": {
            "maxChildren": 9,
            "totalElements": 216,
            "maxDepth": 12,
            "type": "debugdata"
          },
          "items": [
            {
              "value": {
                "type": "numeric",
                "value": 216,
                "granularity": 1
              },
              "statistic": "Total elements"
            },
            {
              "node": {
                "nodeLabel": "Notre équipe",
                "selector": "li.item-with-ul \u003e ul \u003e li \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,0,HEADER,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,1,UL,0,LI,0,A",
                "boundingRect": {
                  "bottom": 0,
                  "width": 0,
                  "right": 0,
                  "height": 0,
                  "left": 0,
                  "top": 0
                },
                "lhId": "page-12-A",
                "snippet": "\u003ca href=\"https://www.santedentairelarose.com/fr/a-propos-de-nous/notre-equipe/\"\u003e"
              },
              "value": {
                "type": "numeric",
                "value": 12,
                "granularity": 1
              },
              "statistic": "DOM depth"
            },
            {
              "node": {
                "boundingRect": {
                  "bottom": 2208,
                  "left": 888,
                  "top": 2023,
                  "height": 185,
                  "width": 281,
                  "right": 1169
                },
                "snippet": "\u003cdiv class=\"span3\" style=\"width:24%;\"\u003e",
                "lhId": "page-11-DIV",
                "selector": "footer \u003e div.container \u003e div.row-fluid \u003e div.span3",
                "nodeLabel": "NOUS JOINDRE\nFOIRE AUX QUESTIONS\n\nVOUS POUVEZ NOUS JOINDRE AU\n\n514-747-4949\n\n75…",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,3,DIV",
                "type": "node"
              },
              "value": {
                "value": 9,
                "granularity": 1,
                "type": "numeric"
              },
              "statistic": "Most children"
            }
          ],
          "headings": [
            {
              "label": "Statistic",
              "key": "statistic",
              "valueType": "text"
            },
            {
              "key": "node",
              "label": "Element",
              "valueType": "node"
            },
            {
              "valueType": "numeric",
              "label": "Value",
              "key": "value"
            }
          ],
          "type": "table"
        },
        "numericValue": 216,
        "numericUnit": "element"
      },
      "origin-isolation": {
        "id": "origin-isolation",
        "title": "Ensure proper origin isolation with COOP",
        "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description",
              "key": "description"
            },
            {
              "valueType": "code",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "key": "directive"
            },
            {
              "valueType": "text",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity"
            }
          ],
          "items": [
            {
              "description": "No COOP header found",
              "severity": "High"
            }
          ]
        }
      },
      "aria-required-parent": {
        "id": "aria-required-parent",
        "title": "`[role]`s are contained by their required parent element",
        "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.12/aria-required-parent).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-command-name": {
        "id": "aria-command-name",
        "title": "`button`, `link`, and `menuitem` elements have accessible names",
        "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-command-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "definition-list": {
        "id": "definition-list",
        "title": "`\u003cdl\u003e`'s contain only properly-ordered `\u003cdt\u003e` and `\u003cdd\u003e` groups, `\u003cscript\u003e`, `\u003ctemplate\u003e` or `\u003cdiv\u003e` elements.",
        "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/definition-list).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "form-field-multiple-labels": {
        "id": "form-field-multiple-labels",
        "title": "No form fields have multiple labels",
        "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "redirects-http": {
        "id": "redirects-http",
        "title": "Redirects HTTP traffic to HTTPS",
        "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "lcp-breakdown-insight": {
        "id": "lcp-breakdown-insight",
        "title": "LCP breakdown",
        "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "type": "table",
              "items": [
                {
                  "duration": 1.124,
                  "label": "Time to first byte",
                  "subpart": "timeToFirstByte"
                },
                {
                  "label": "Resource load delay",
                  "subpart": "resourceLoadDelay",
                  "duration": 1688.471
                },
                {
                  "duration": 4217.237,
                  "label": "Resource load duration",
                  "subpart": "resourceLoadDuration"
                },
                {
                  "duration": 138.315,
                  "label": "Element render delay",
                  "subpart": "elementRenderDelay"
                }
              ],
              "headings": [
                {
                  "label": "Subpart",
                  "key": "label",
                  "valueType": "text"
                },
                {
                  "label": "Duration",
                  "key": "duration",
                  "valueType": "ms"
                }
              ]
            },
            {
              "selector": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
              "nodeLabel": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
              "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,IMG",
              "type": "node",
              "boundingRect": {
                "width": 1170,
                "right": 1170,
                "height": 526,
                "left": 0,
                "top": 170,
                "bottom": 696
              },
              "snippet": "\u003cimg src=\"/userfiles/images/slide1.jpg\"\u003e",
              "lhId": "page-2-IMG"
            }
          ],
          "type": "list"
        }
      },
      "layout-shifts": {
        "id": "layout-shifts",
        "title": "Avoid large layout shifts",
        "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "2 layout shifts found",
        "metricSavings": {
          "CLS": 0.646
        },
        "details": {
          "items": [
            {
              "node": {
                "boundingRect": {
                  "bottom": 2294,
                  "width": 412,
                  "right": 412,
                  "height": 291,
                  "left": 0,
                  "top": 2003
                },
                "snippet": "\u003cfooter\u003e",
                "lhId": "page-8-FOOTER",
                "selector": "body \u003e div.wrapper \u003e footer",
                "nodeLabel": "À PROPOS DE NOUS\nNOTRE ÉQUIPE\nPRENDRE RENDEZ-VOUS\nDENTISTERIE HOLISTIQUE\nDENTIS…",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER",
                "type": "node"
              },
              "score": 0.63304981773997571
            },
            {
              "subItems": {
                "items": [
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff"
                    }
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff"
                    }
                  }
                ],
                "type": "subitems"
              },
              "score": 0.01314770738914119,
              "node": {
                "snippet": "\u003ca href=\"/fr/dentisterie-holistique/meridian-tooth-chart/\"\u003e",
                "lhId": "page-3-A",
                "boundingRect": {
                  "bottom": 1919,
                  "width": 226,
                  "right": 265,
                  "height": 59,
                  "left": 39,
                  "top": 1860
                },
                "path": "1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,P,0,A",
                "type": "node",
                "selector": "div.homebox_wrap \u003e div.homebox \u003e p \u003e a",
                "nodeLabel": "DÉCOUVREZ LA RELATION DENTS-ORGANES EN CLIQUANT SUR UNE DENT"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Element",
              "subItemsHeading": {
                "key": "extra"
              }
            },
            {
              "subItemsHeading": {
                "key": "cause",
                "valueType": "text"
              },
              "label": "Layout shift score",
              "key": "score",
              "granularity": 0.001,
              "valueType": "numeric"
            }
          ],
          "type": "table"
        }
      },
      "total-blocking-time": {
        "id": "total-blocking-time",
        "title": "Total Blocking Time",
        "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "displayValue": "0 ms",
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "input-button-name": {
        "id": "input-button-name",
        "title": "Input buttons have discernible text.",
        "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.12/input-button-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-text": {
        "id": "aria-text",
        "title": "Elements with the `role=text` attribute do not have focusable descendents.",
        "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.12/aria-text).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unsized-images": {
        "id": "unsized-images",
        "title": "Image elements do not have explicit `width` and `height`",
        "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            }
          ],
          "items": [
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/slide1.jpg",
              "node": {
                "lhId": "1-2-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/slide1.jpg\"\u003e",
                "boundingRect": {
                  "height": 526,
                  "left": 0,
                  "top": 170,
                  "width": 1170,
                  "right": 1170,
                  "bottom": 696
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,IMG",
                "nodeLabel": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
                "selector": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img"
              }
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/Slide3.jpg",
              "node": {
                "nodeLabel": "ul.slides \u003e li \u003e div \u003e img",
                "selector": "ul.slides \u003e li \u003e div \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,0,IMG",
                "boundingRect": {
                  "bottom": 1748,
                  "right": 1170,
                  "width": 1170,
                  "left": 0,
                  "top": 1222,
                  "height": 526
                },
                "lhId": "1-4-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/Slide3.jpg\"\u003e"
              }
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png",
              "node": {
                "lhId": "1-56-IMG",
                "snippet": "\u003cimg src=\"https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-laro…\" alt=\"Santé Dentaire Larose\"\u003e",
                "boundingRect": {
                  "width": 240,
                  "right": 240,
                  "top": 20,
                  "height": 96,
                  "left": 0,
                  "bottom": 116
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,0,HEADER,0,DIV,0,DIV,0,DIV,0,H1,0,A,0,IMG",
                "nodeLabel": "Santé Dentaire Larose",
                "selector": "div.span4 \u003e h1.logo \u003e a \u003e img"
              }
            },
            {
              "node": {
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,1,DIV,1,DIV,0,UL,0,LI,0,A,0,IMG",
                "type": "node",
                "selector": "ul.social \u003e li \u003e a \u003e img",
                "nodeLabel": "Facebook",
                "snippet": "\u003cimg alt=\"Facebook\" src=\"/userfiles/images/icons/social/facebook2.png\"\u003e",
                "lhId": "1-57-IMG",
                "boundingRect": {
                  "bottom": 2269,
                  "left": 1097,
                  "top": 2239,
                  "height": 30,
                  "width": 30,
                  "right": 1127
                }
              },
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/facebook2.png"
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/youtube2.png",
              "node": {
                "boundingRect": {
                  "height": 29,
                  "left": 1141,
                  "top": 2240,
                  "width": 29,
                  "right": 1170,
                  "bottom": 2269
                },
                "snippet": "\u003cimg alt=\"Youtube\" src=\"/userfiles/images/icons/social/youtube2.png\"\u003e",
                "lhId": "1-58-IMG",
                "selector": "ul.social \u003e li \u003e a \u003e img",
                "nodeLabel": "Youtube",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,1,DIV,1,DIV,0,UL,1,LI,0,A,0,IMG",
                "type": "node"
              }
            }
          ],
          "type": "table"
        }
      },
      "baseline": {
        "id": "baseline",
        "title": "Baseline Features",
        "description": "Lists web features used on the page and their Baseline status as of 2026-06-05. [Learn more about Baseline](https://webstatus.dev/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "background-clip-text",
                "url": "https://webstatus.dev/features/background-clip-text",
                "type": "link"
              },
              "source": {
                "line": 2,
                "url": "https://code.jquery.com/jquery-1.9.1.min.js",
                "urlProvider": "network",
                "column": 12037,
                "type": "source-location"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d-alpha",
                "type": "link",
                "text": "canvas-2d-alpha"
              },
              "source": {
                "urlProvider": "network",
                "column": 3607,
                "type": "source-location",
                "line": 3,
                "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/datalist",
                "text": "datalist"
              },
              "source": {
                "column": 699,
                "urlProvider": "network",
                "type": "source-location",
                "line": 3,
                "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "status": "limited",
                "type": "baseline-status"
              }
            },
            {
              "source": {
                "type": "source-location",
                "column": 10477,
                "urlProvider": "network",
                "url": "https://code.jquery.com/jquery-1.9.1.min.js",
                "line": 2
              },
              "featureId": {
                "text": "slot",
                "type": "link",
                "url": "https://webstatus.dev/features/slot"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2020-01-15)",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "source": {
                "type": "source-location",
                "column": 3557,
                "urlProvider": "network",
                "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
                "line": 3
              },
              "featureId": {
                "text": "canvas",
                "url": "https://webstatus.dev/features/canvas",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "source": {
                "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
                "line": 3,
                "type": "source-location",
                "urlProvider": "network",
                "column": 3607
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d",
                "type": "link",
                "text": "canvas-2d"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2021-09-20)",
                "status": "high"
              },
              "featureId": {
                "text": "referrer-policy",
                "url": "https://webstatus.dev/features/referrer-policy",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-01-21)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/not",
                "text": "not"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2023-03-27)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/outline",
                "type": "link",
                "text": "outline"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2020-11-19)",
                "status": "high"
              },
              "featureId": {
                "text": "text-underline-offset",
                "url": "https://webstatus.dev/features/text-underline-offset",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "status": "high",
                "type": "baseline-status"
              },
              "featureId": {
                "text": "text-indent",
                "url": "https://webstatus.dev/features/text-indent",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-09-30)",
                "status": "high"
              },
              "featureId": {
                "text": "flexbox",
                "type": "link",
                "url": "https://webstatus.dev/features/flexbox"
              }
            }
          ],
          "headings": [
            {
              "valueType": "link",
              "label": "Web-features",
              "key": "featureId"
            },
            {
              "valueType": "baseline-status",
              "key": "displayStatus",
              "label": "Baseline Status"
            },
            {
              "valueType": "source-location",
              "key": "source",
              "label": "Source"
            }
          ]
        }
      },
      "metrics": {
        "id": "metrics",
        "title": "Metrics",
        "description": "Collects all available metrics.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "debugdata",
          "items": [
            {
              "observedLargestContentfulPaintAllFramesTs": 807661499661,
              "observedFirstContentfulPaintAllFramesTs": 807660638815,
              "cumulativeLayoutShiftMainFrame": 0.64619752512911688,
              "cumulativeLayoutShift": 0.64619752512911688,
              "observedFirstVisualChangeTs": 807660638514,
              "observedSpeedIndex": 5834,
              "observedLargestContentfulPaint": 6045,
              "observedTraceEnd": 8346,
              "timeToFirstByte": 601,
              "observedLastVisualChange": 6045,
              "observedCumulativeLayoutShiftMainFrame": 0.64619752512911688,
              "observedLoadTs": 807661480734,
              "totalBlockingTime": 0,
              "observedSpeedIndexTs": 807661288706,
              "observedNavigationStartTs": 807655454514,
              "interactive": 7434,
              "firstContentfulPaint": 4767,
              "observedCumulativeLayoutShift": 0.64619752512911688,
              "observedFirstPaintTs": 807660622062,
              "maxPotentialFID": 27,
              "observedFirstVisualChange": 5184,
              "observedLargestContentfulPaintTs": 807661499661,
              "observedDomContentLoadedTs": 807661129493,
              "observedFirstContentfulPaintAllFrames": 5184,
              "observedNavigationStart": 0,
              "lcpLoadDelay": 6164,
              "speedIndex": 10315,
              "observedTimeOriginTs": 807655454514,
              "observedLoad": 6026,
              "observedTimeOrigin": 0,
              "observedLastVisualChangeTs": 807661499514,
              "observedTraceEndTs": 807663800499,
              "observedFirstContentfulPaint": 5184,
              "observedFirstContentfulPaintTs": 807660638815,
              "lcpLoadDuration": 7264,
              "observedLargestContentfulPaintAllFrames": 6045,
              "observedDomContentLoaded": 5675,
              "largestContentfulPaint": 7434,
              "observedFirstPaint": 5168
            },
            {
              "lcpInvalidated": false
            }
          ]
        },
        "numericValue": 7434,
        "numericUnit": "millisecond"
      },
      "aria-roles": {
        "id": "aria-roles",
        "title": "`[role]` values are valid",
        "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-roles).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "resource-summary": {
        "id": "resource-summary",
        "title": "Resources Summary",
        "description": "Aggregates all network requests and groups them by type",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "resourceType": "total",
              "transferSize": 836773,
              "requestCount": 40,
              "label": "Total"
            },
            {
              "transferSize": 414747,
              "requestCount": 10,
              "label": "Image",
              "resourceType": "image"
            },
            {
              "resourceType": "script",
              "transferSize": 342449,
              "requestCount": 17,
              "label": "Script"
            },
            {
              "resourceType": "stylesheet",
              "transferSize": 39054,
              "requestCount": 8,
              "label": "Stylesheet"
            },
            {
              "transferSize": 32730,
              "requestCount": 2,
              "label": "Font",
              "resourceType": "font"
            },
            {
              "resourceType": "document",
              "transferSize": 7159,
              "requestCount": 1,
              "label": "Document"
            },
            {
              "resourceType": "other",
              "transferSize": 634,
              "requestCount": 2,
              "label": "Other"
            },
            {
              "resourceType": "media",
              "transferSize": 0,
              "requestCount": 0,
              "label": "Media"
            },
            {
              "resourceType": "third-party",
              "requestCount": 7,
              "label": "Third-party",
              "transferSize": 198370
            }
          ],
          "headings": [
            {
              "label": "Resource Type",
              "key": "label",
              "valueType": "text"
            },
            {
              "key": "requestCount",
              "label": "Requests",
              "valueType": "numeric"
            },
            {
              "label": "Transfer Size",
              "key": "transferSize",
              "valueType": "bytes"
            }
          ],
          "type": "table"
        }
      },
      "aria-valid-attr": {
        "id": "aria-valid-attr",
        "title": "`[aria-*]` attributes are valid and not misspelled",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "is-on-https": {
        "id": "is-on-https",
        "title": "Does not use HTTPS",
        "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "1 insecure request found",
        "details": {
          "items": [
            {
              "url": "http://www.santedentairelarose.com/",
              "resolution": "Allowed"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "Insecure URL",
              "valueType": "url"
            },
            {
              "label": "Request Resolution",
              "key": "resolution",
              "valueType": "text"
            }
          ],
          "type": "table"
        }
      },
      "empty-heading": {
        "id": "empty-heading",
        "title": "All heading elements contain content.",
        "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.12/empty-heading).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "network-rtt": {
        "id": "network-rtt",
        "title": "Network Round Trip Times",
        "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "0 ms",
        "details": {
          "items": [
            {
              "rtt": 4.3993800000000016,
              "origin": "https://www.santedentairelarose.com"
            },
            {
              "origin": "https://cdnjs.cloudflare.com",
              "rtt": 2.6120699999999997
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://code.jquery.com"
            },
            {
              "origin": "https://cdn.jsdelivr.net",
              "rtt": 0.0026469563695437734
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "origin",
              "valueType": "text"
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "label": "Time Spent",
              "key": "rtt"
            }
          ],
          "sortedBy": [
            "rtt"
          ],
          "type": "table"
        },
        "numericValue": 4.3993800000000016,
        "numericUnit": "millisecond"
      },
      "valid-lang": {
        "id": "valid-lang",
        "title": "`[lang]` attributes have a valid value",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/valid-lang).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "third-parties-insight": {
        "id": "third-parties-insight",
        "title": "3rd parties",
        "description": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "mainThreadTime": 51.590999841690063,
              "transferSize": 155734,
              "entity": "jQuery CDN",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "mainThreadTime": 26.033999919891357,
                    "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js",
                    "transferSize": 111979
                  },
                  {
                    "transferSize": 33395,
                    "mainThreadTime": 24.206999897956848,
                    "url": "https://code.jquery.com/jquery-1.9.1.min.js"
                  },
                  {
                    "url": "https://code.jquery.com/jquery-migrate-1.1.1.min.js",
                    "mainThreadTime": 1.3500000238418579,
                    "transferSize": 3643
                  },
                  {
                    "mainThreadTime": 0,
                    "url": "https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css",
                    "transferSize": 6717
                  }
                ]
              }
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "mainThreadTime": 6.8000000715255737,
                    "url": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js",
                    "transferSize": 24846
                  }
                ]
              },
              "transferSize": 24846,
              "entity": "JSDelivr CDN",
              "mainThreadTime": 6.8000000715255737
            },
            {
              "mainThreadTime": 3.5470000505447388,
              "transferSize": 17790,
              "entity": "Cloudflare CDN",
              "subItems": {
                "items": [
                  {
                    "transferSize": 10522,
                    "mainThreadTime": 2.1319999694824219,
                    "url": "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"
                  },
                  {
                    "url": "https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.0/jquery.smartmenus.min.js",
                    "mainThreadTime": 1.4150000810623169,
                    "transferSize": 7268
                  }
                ],
                "type": "subitems"
              }
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "entity",
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              },
              "label": "3rd party"
            },
            {
              "valueType": "bytes",
              "granularity": 1,
              "key": "transferSize",
              "label": "Transfer size",
              "subItemsHeading": {
                "key": "transferSize"
              }
            },
            {
              "valueType": "ms",
              "key": "mainThreadTime",
              "granularity": 1,
              "subItemsHeading": {
                "key": "mainThreadTime"
              },
              "label": "Main thread time"
            }
          ],
          "isEntityGrouped": true,
          "type": "table"
        }
      },
      "aria-valid-attr-value": {
        "id": "aria-valid-attr-value",
        "title": "`[aria-*]` attributes have valid values",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "td-has-header": {
        "id": "td-has-header",
        "title": "`\u003ctd\u003e` elements in a large `\u003ctable\u003e` have one or more table headers.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that `\u003ctd\u003e` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/td-has-header).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "custom-controls-labels": {
        "id": "custom-controls-labels",
        "title": "Custom controls have associated labels",
        "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "aria-allowed-role": {
        "id": "aria-allowed-role",
        "title": "Uses ARIA roles only on compatible elements",
        "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "inp-breakdown-insight": {
        "id": "inp-breakdown-insight",
        "title": "INP breakdown",
        "description": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart.",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "focus-traps": {
        "id": "focus-traps",
        "title": "User focus is not accidentally trapped in a region",
        "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "focusable-controls": {
        "id": "focusable-controls",
        "title": "Interactive controls are keyboard focusable",
        "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "select-name": {
        "id": "select-name",
        "title": "Select elements have associated label elements.",
        "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.12/select-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "landmark-one-main": {
        "id": "landmark-one-main",
        "title": "Document does not have a main landmark.",
        "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.12/landmark-one-main).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "node": {
                "path": "1,HTML",
                "type": "node",
                "selector": "html.js",
                "nodeLabel": "html.js",
                "snippet": "\u003chtml lang=\"fr\" class=\" js flexbox flexboxlegacy canvas canvastext webgl touch geolocation postme…\" style=\"\"\u003e",
                "lhId": "1-5-HTML",
                "boundingRect": {
                  "width": 412,
                  "right": 412,
                  "height": 2294,
                  "left": 0,
                  "top": 0,
                  "bottom": 2294
                },
                "explanation": "Fix all of the following:\n  Document does not have a main landmark"
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "valueType": "node"
            }
          ],
          "debugData": {
            "impact": "moderate",
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "best-practice"
            ]
          },
          "type": "table"
        }
      },
      "render-blocking-insight": {
        "id": "render-blocking-insight",
        "title": "Render-blocking requests",
        "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 3,160 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 3150
        },
        "details": {
          "items": [
            {
              "wastedMs": 1026,
              "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
              "totalBytes": 17494
            },
            {
              "wastedMs": 536,
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu.js",
              "totalBytes": 6731
            },
            {
              "wastedMs": 781,
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/css/megamenu.css",
              "totalBytes": 4508
            },
            {
              "totalBytes": 17195,
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/jquery.flexslider-min.js",
              "wastedMs": 1026
            },
            {
              "wastedMs": 1761,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js",
              "totalBytes": 28816
            },
            {
              "wastedMs": 1026,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/css/bootstrap.min.css",
              "totalBytes": 17375
            },
            {
              "wastedMs": 2986,
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
              "totalBytes": 55947
            },
            {
              "wastedMs": 291,
              "url": "https://www.santedentairelarose.com/i18n/javascript_translation/fr.js",
              "totalBytes": 1461
            },
            {
              "totalBytes": 4285,
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu_plugins.js",
              "wastedMs": 291
            },
            {
              "wastedMs": 781,
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
              "totalBytes": 5107
            },
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css",
              "wastedMs": 781,
              "totalBytes": 1500
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/selectivizr/selectivizr-min-1.0.2.js",
              "wastedMs": 536,
              "totalBytes": 5113
            },
            {
              "totalBytes": 1738,
              "wastedMs": 781,
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/flexslider.css"
            },
            {
              "url": "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js",
              "wastedMs": 1201,
              "totalBytes": 10522
            },
            {
              "totalBytes": 7268,
              "wastedMs": 751,
              "url": "https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.0/jquery.smartmenus.min.js"
            },
            {
              "wastedMs": 1651,
              "url": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js",
              "totalBytes": 24846
            },
            {
              "wastedMs": 3138,
              "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js",
              "totalBytes": 111979
            },
            {
              "totalBytes": 3643,
              "wastedMs": 888,
              "url": "https://code.jquery.com/jquery-migrate-1.1.1.min.js"
            },
            {
              "totalBytes": 33395,
              "wastedMs": 2238,
              "url": "https://code.jquery.com/jquery-1.9.1.min.js"
            },
            {
              "url": "https://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css",
              "wastedMs": 901,
              "totalBytes": 6717
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "totalBytes"
            },
            {
              "label": "Duration",
              "key": "wastedMs",
              "valueType": "timespanMs"
            }
          ],
          "type": "table"
        }
      },
      "robots-txt": {
        "id": "robots-txt",
        "title": "robots.txt is valid",
        "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "text",
              "key": "index",
              "label": "Line #"
            },
            {
              "valueType": "code",
              "label": "Content",
              "key": "line"
            },
            {
              "valueType": "code",
              "key": "message",
              "label": "Error"
            }
          ]
        }
      },
      "cache-insight": {
        "id": "cache-insight",
        "title": "Use efficient cache lifetimes",
        "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 616 KiB",
        "metricSavings": {
          "LCP": 3250,
          "FCP": 600
        },
        "details": {
          "debugData": {
            "wastedBytes": 630610,
            "type": "debugdata"
          },
          "type": "table",
          "items": [
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/Slide3.jpg",
              "wastedBytes": 213202,
              "totalBytes": 213202,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/Notre_equipe_Larose[1].jpg",
              "wastedBytes": 83880,
              "totalBytes": 83880,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 80717,
              "totalBytes": 80717,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/userfiles/images/slide1.jpg"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
              "wastedBytes": 55947,
              "totalBytes": 55947,
              "cacheLifetimeMs": 0
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/fr/logo-dentaire-larose.png",
              "wastedBytes": 32505,
              "totalBytes": 32505,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 28816,
              "totalBytes": 28816,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js"
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 17494,
              "totalBytes": 17494,
              "url": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/css/bootstrap.min.css",
              "wastedBytes": 17375,
              "totalBytes": 17375,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 17195,
              "totalBytes": 17195,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/jquery.flexslider-min.js"
            },
            {
              "totalBytes": 16455,
              "cacheLifetimeMs": 0,
              "wastedBytes": 16455,
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff"
            },
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff",
              "wastedBytes": 16275,
              "totalBytes": 16275,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 9927,
              "totalBytes": 9927,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/functions.js"
            },
            {
              "wastedBytes": 6731,
              "totalBytes": 6731,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu.js"
            },
            {
              "wastedBytes": 5113,
              "totalBytes": 5113,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/selectivizr/selectivizr-min-1.0.2.js"
            },
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/layout.css",
              "wastedBytes": 5107,
              "totalBytes": 5107,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 4508,
              "totalBytes": 4508,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/css/megamenu.css"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu_plugins.js",
              "wastedBytes": 4285,
              "totalBytes": 4285,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 2695,
              "totalBytes": 2695,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/js/jquery.flexnav.min.js"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexslider/flexslider.css",
              "wastedBytes": 1738,
              "totalBytes": 1738,
              "cacheLifetimeMs": 0
            },
            {
              "totalBytes": 1691,
              "cacheLifetimeMs": 0,
              "wastedBytes": 1691,
              "url": "https://www.santedentairelarose.com/scripts/plugins/flexnav/css/flexnav.css"
            },
            {
              "wastedBytes": 1500,
              "totalBytes": 1500,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/fontface.css"
            },
            {
              "url": "https://www.santedentairelarose.com/i18n/javascript_translation/fr.js",
              "wastedBytes": 1461,
              "totalBytes": 1461,
              "cacheLifetimeMs": 0
            },
            {
              "cacheLifetimeMs": 0,
              "wastedBytes": 1161,
              "totalBytes": 1161,
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/youtube2.png"
            },
            {
              "wastedBytes": 1132,
              "totalBytes": 1132,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery.ui.datepicker-fr.js"
            },
            {
              "url": "https://www.santedentairelarose.com/userfiles/images/bgbody.jpg",
              "wastedBytes": 999,
              "totalBytes": 999,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 736,
              "totalBytes": 736,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/userfiles/images/icons/social/facebook2.png"
            },
            {
              "wastedBytes": 618,
              "totalBytes": 618,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/userfiles/images/homebox-top-off.png"
            },
            {
              "wastedBytes": 524,
              "totalBytes": 524,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/userfiles/images/arrow-submenu.png"
            },
            {
              "url": "https://www.santedentairelarose.com/skins/theme1/styles/print.css",
              "wastedBytes": 418,
              "totalBytes": 418,
              "cacheLifetimeMs": 0
            },
            {
              "wastedBytes": 405,
              "totalBytes": 405,
              "cacheLifetimeMs": 0,
              "url": "https://www.santedentairelarose.com/userfiles/images/homebox-bottom-off.png"
            }
          ],
          "headings": [
            {
              "label": "Request",
              "key": "url",
              "valueType": "url"
            },
            {
              "displayUnit": "duration",
              "valueType": "ms",
              "key": "cacheLifetimeMs",
              "label": "Cache TTL"
            },
            {
              "label": "Transfer Size",
              "displayUnit": "kb",
              "key": "totalBytes",
              "granularity": 1,
              "valueType": "bytes"
            }
          ],
          "skipSumming": [
            "cacheLifetimeMs"
          ],
          "sortedBy": [
            "wastedBytes"
          ]
        }
      },
      "cls-culprits-insight": {
        "id": "cls-culprits-insight",
        "title": "Layout shift culprits",
        "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [
            {
              "type": "table",
              "items": [
                {
                  "node": {
                    "value": "Total",
                    "type": "text"
                  },
                  "score": 0.64619752512911688
                },
                {
                  "score": 0.63304981773997571,
                  "node": {
                    "lhId": "page-8-FOOTER",
                    "snippet": "\u003cfooter\u003e",
                    "boundingRect": {
                      "width": 412,
                      "right": 412,
                      "left": 0,
                      "top": 2003,
                      "height": 291,
                      "bottom": 2294
                    },
                    "type": "node",
                    "path": "1,HTML,1,BODY,0,DIV,4,FOOTER",
                    "nodeLabel": "À PROPOS DE NOUS\nNOTRE ÉQUIPE\nPRENDRE RENDEZ-VOUS\nDENTISTERIE HOLISTIQUE\nDENTIS…",
                    "selector": "body \u003e div.wrapper \u003e footer"
                  }
                },
                {
                  "node": {
                    "nodeLabel": "DÉCOUVREZ LA RELATION DENTS-ORGANES EN CLIQUANT SUR UNE DENT",
                    "selector": "div.homebox_wrap \u003e div.homebox \u003e p \u003e a",
                    "type": "node",
                    "path": "1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,P,0,A",
                    "boundingRect": {
                      "width": 226,
                      "right": 265,
                      "height": 59,
                      "left": 39,
                      "top": 1860,
                      "bottom": 1919
                    },
                    "lhId": "page-3-A",
                    "snippet": "\u003ca href=\"/fr/dentisterie-holistique/meridian-tooth-chart/\"\u003e"
                  },
                  "score": 0.01314770738914119,
                  "subItems": {
                    "items": [
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Regular-webfont.woff",
                          "type": "url"
                        }
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "type": "url",
                          "value": "https://www.santedentairelarose.com/skins/theme1/media/fonts/open-sans-fontfacekit/OpenSans-Bold-webfont.woff"
                        }
                      }
                    ],
                    "type": "subitems"
                  }
                }
              ],
              "headings": [
                {
                  "label": "Element",
                  "subItemsHeading": {
                    "key": "extra"
                  },
                  "key": "node",
                  "valueType": "node"
                },
                {
                  "valueType": "numeric",
                  "granularity": 0.001,
                  "key": "score",
                  "subItemsHeading": {
                    "valueType": "text",
                    "key": "cause"
                  },
                  "label": "Layout shift score"
                }
              ]
            }
          ],
          "type": "list"
        }
      },
      "notification-on-start": {
        "id": "notification-on-start",
        "title": "Avoids requesting the notification permission on page load",
        "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "type": "table"
        }
      },
      "image-alt": {
        "id": "image-alt",
        "title": "Image elements do not have `[alt]` attributes",
        "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-alt).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "debugData": {
            "tags": [
              "cat.text-alternatives",
              "wcag2a",
              "wcag111",
              "section508",
              "section508.22.a",
              "TTv5",
              "TT7.a",
              "TT7.b",
              "EN-301-549",
              "EN-9.1.1.1",
              "ACT",
              "RGAAv4",
              "RGAA-1.1.1"
            ],
            "type": "debugdata",
            "impact": "critical"
          },
          "items": [
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "boundingRect": {
                  "left": 0,
                  "top": 170,
                  "height": 526,
                  "width": 1170,
                  "right": 1170,
                  "bottom": 696
                },
                "lhId": "1-2-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/slide1.jpg\"\u003e",
                "nodeLabel": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
                "selector": "ul.slides \u003e li.flex-active-slide \u003e div \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,0,LI,1,DIV,0,IMG"
              }
            },
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "boundingRect": {
                  "right": 1170,
                  "width": 1170,
                  "left": 0,
                  "top": 696,
                  "height": 526,
                  "bottom": 1222
                },
                "lhId": "1-3-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/Notre_equipe_Larose[1].jpg\" style=\"width: 1170px; height: 526px;\"\u003e",
                "nodeLabel": "ul.slides \u003e li \u003e div \u003e img",
                "selector": "ul.slides \u003e li \u003e div \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,1,LI,1,DIV,0,IMG"
              }
            },
            {
              "node": {
                "explanation": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
                "boundingRect": {
                  "bottom": 1748,
                  "width": 1170,
                  "right": 1170,
                  "left": 0,
                  "top": 1222,
                  "height": 526
                },
                "lhId": "1-4-IMG",
                "snippet": "\u003cimg src=\"/userfiles/images/Slide3.jpg\"\u003e",
                "nodeLabel": "ul.slides \u003e li \u003e div \u003e img",
                "selector": "ul.slides \u003e li \u003e div \u003e img",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,2,DIV,0,DIV,0,DIV,0,UL,2,LI,1,DIV,0,IMG"
              }
            }
          ],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "third-party-cookies": {
        "id": "third-party-cookies",
        "title": "Avoids third-party cookies",
        "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Name",
              "key": "name",
              "valueType": "text"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            }
          ]
        }
      },
      "legacy-javascript-insight": {
        "id": "legacy-javascript-insight",
        "title": "Legacy JavaScript",
        "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "debugData": {
            "wastedBytes": 0,
            "type": "debugdata"
          },
          "items": [],
          "headings": [
            {
              "key": "url",
              "subItemsHeading": {
                "key": "location",
                "valueType": "source-location"
              },
              "label": "URL",
              "valueType": "url"
            },
            {
              "subItemsHeading": {
                "key": "signal"
              },
              "key": null,
              "valueType": "code"
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "label": "Wasted bytes"
            }
          ]
        }
      },
      "tabindex": {
        "id": "tabindex",
        "title": "No element has a `[tabindex]` value greater than 0",
        "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.12/tabindex).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-progressbar-name": {
        "id": "aria-progressbar-name",
        "title": "ARIA `progressbar` elements have accessible names",
        "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "label-content-name-mismatch": {
        "id": "label-content-name-mismatch",
        "title": "Elements with visible text labels have matching accessible names.",
        "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.12/label-content-name-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "doctype": {
        "id": "doctype",
        "title": "Page has the HTML doctype",
        "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "largest-contentful-paint": {
        "id": "largest-contentful-paint",
        "title": "Largest Contentful Paint",
        "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
        "score": 0.04,
        "scoreDisplayMode": "numeric",
        "displayValue": "7.4 s",
        "numericValue": 7434.4725887015884,
        "numericUnit": "millisecond"
      },
      "color-contrast": {
        "id": "color-contrast",
        "title": "Background and foreground colors do not have a sufficient contrast ratio.",
        "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.12/color-contrast).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "tags": [
              "cat.color",
              "wcag2aa",
              "wcag143",
              "TTv5",
              "TT13.c",
              "EN-301-549",
              "EN-9.1.4.3",
              "ACT",
              "RGAAv4",
              "RGAA-3.2.1"
            ],
            "impact": "serious"
          },
          "items": [
            {
              "node": {
                "nodeLabel": "514-747-4949",
                "selector": "div.span8 \u003e div.top_right_wrap \u003e p.telnumber \u003e a",
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,0,HEADER,0,DIV,0,DIV,1,DIV,1,DIV,1,P,0,A",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 2.21 (foreground color: #7baa41, background color: #eae7de, font size: 48.0pt (64px), font weight: normal). Expected contrast ratio of 3:1",
                "boundingRect": {
                  "bottom": 138,
                  "height": 87,
                  "left": 758,
                  "top": 51,
                  "width": 412,
                  "right": 1170
                },
                "lhId": "1-0-A",
                "snippet": "\u003ca href=\"tel:5147474949\"\u003e"
              }
            },
            {
              "node": {
                "lhId": "1-1-P",
                "snippet": "\u003cp class=\"tel\"\u003e",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 2.28 (foreground color: #79a741, background color: #eae7de, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 3:1",
                "boundingRect": {
                  "left": 888,
                  "top": 2094,
                  "height": 32,
                  "width": 281,
                  "right": 1169,
                  "bottom": 2126
                },
                "type": "node",
                "path": "1,HTML,1,BODY,0,DIV,4,FOOTER,0,DIV,0,DIV,3,DIV,3,P",
                "nodeLabel": "514-747-4949",
                "selector": "div.container \u003e div.row-fluid \u003e div.span3 \u003e p.tel"
              }
            }
          ],
          "type": "table"
        }
      },
      "use-landmarks": {
        "id": "use-landmarks",
        "title": "HTML5 landmark elements are used to improve navigation",
        "description": "Landmark elements (`\u003cmain\u003e`, `\u003cnav\u003e`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "html-lang-valid": {
        "id": "html-lang-valid",
        "title": "`\u003chtml\u003e` element has a valid value for its `[lang]` attribute",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-lang-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              }
            }
          ]
        }
      },
      "hreflang": {
        "id": "hreflang",
        "title": "Document has a valid `hreflang`",
        "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "code",
              "key": "source",
              "subItemsHeading": {
                "key": "reason",
                "valueType": "text"
              }
            }
          ],
          "items": []
        }
      },
      "js-libraries": {
        "id": "js-libraries",
        "title": "Detected JavaScript libraries",
        "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "headings": [
            {
              "valueType": "text",
              "label": "Name",
              "key": "name"
            },
            {
              "valueType": "text",
              "label": "Version",
              "key": "version"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "stacks": [
              {
                "version": "5.1.3",
                "id": "bootstrap"
              },
              {
                "version": "1.9.1",
                "id": "jquery"
              },
              {
                "id": "jquery-fast"
              },
              {
                "version": "1.11.0",
                "id": "jquery_ui"
              },
              {
                "id": "yepnope"
              },
              {
                "id": "flexslider"
              }
            ]
          },
          "items": [
            {
              "npm": "bootstrap",
              "version": "5.1.3",
              "name": "Bootstrap"
            },
            {
              "npm": "jquery",
              "version": "1.9.1",
              "name": "jQuery"
            },
            {
              "version": "1.11.0",
              "npm": "jquery-ui",
              "name": "jQuery UI"
            },
            {
              "name": "yepnope"
            },
            {
              "npm": "flexslider",
              "name": "FlexSlider"
            }
          ]
        }
      },
      "unused-javascript": {
        "id": "unused-javascript",
        "title": "Reduce unused JavaScript",
        "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 164 KiB",
        "metricSavings": {
          "LCP": 950,
          "FCP": 900
        },
        "details": {
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js",
              "wastedPercent": 86.446952341526739,
              "wastedBytes": 96185,
              "totalBytes": 111265
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
              "wastedPercent": 85.774847760872291,
              "wastedBytes": 47750,
              "totalBytes": 55669
            },
            {
              "wastedPercent": 82.647697806433527,
              "wastedBytes": 23586,
              "totalBytes": 28538,
              "url": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js"
            }
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "subItemsHeading": {
                "key": "source",
                "valueType": "code"
              },
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size",
              "subItemsHeading": {
                "key": "sourceBytes"
              }
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "subItemsHeading": {
                "key": "sourceWastedBytes"
              },
              "valueType": "bytes"
            }
          ],
          "type": "opportunity",
          "debugData": {
            "metricSavings": {
              "LCP": 930,
              "FCP": 910
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 167521,
          "overallSavingsMs": 930
        },
        "numericValue": 930,
        "numericUnit": "millisecond"
      },
      "td-headers-attr": {
        "id": "td-headers-attr",
        "title": "Cells in a `\u003ctable\u003e` element that use the `[headers]` attribute refer to table cells within the same table.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring `\u003ctd\u003e` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.12/td-headers-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "user-timings": {
        "id": "user-timings",
        "title": "User Timing marks and measures",
        "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "key": "timingType",
              "label": "Type"
            },
            {
              "label": "Start Time",
              "granularity": 0.01,
              "key": "startTime",
              "valueType": "ms"
            },
            {
              "label": "Duration",
              "granularity": 0.01,
              "key": "duration",
              "valueType": "ms"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "unminified-css": {
        "id": "unminified-css",
        "title": "Minify CSS",
        "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [],
          "headings": [],
          "sortedBy": [
            "wastedBytes"
          ],
          "overallSavingsMs": 0,
          "debugData": {
            "metricSavings": {
              "LCP": 0,
              "FCP": 0
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 0,
          "type": "opportunity"
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "meta-description": {
        "id": "meta-description",
        "title": "Document has a meta description",
        "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "errors-in-console": {
        "id": "errors-in-console",
        "title": "No browser errors logged to the console",
        "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "source-location",
              "key": "sourceLocation",
              "label": "Source"
            },
            {
              "valueType": "code",
              "label": "Description",
              "key": "description"
            }
          ],
          "type": "table"
        }
      },
      "table-duplicate-name": {
        "id": "table-duplicate-name",
        "title": "Tables have different content in the summary attribute and `\u003ccaption\u003e`.",
        "description": "The summary attribute should describe the table structure, while `\u003ccaption\u003e` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "listitem": {
        "id": "listitem",
        "title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` parent elements",
        "description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/listitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "offscreen-content-hidden": {
        "id": "offscreen-content-hidden",
        "title": "Offscreen content is hidden from assistive technology",
        "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "has-hsts": {
        "id": "has-hsts",
        "title": "Use a strong HSTS policy",
        "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "description": "No `includeSubDomains` directive found",
              "directive": "includeSubDomains",
              "severity": "Medium"
            },
            {
              "severity": "Medium",
              "description": "No `preload` directive found",
              "directive": "preload"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "key": "description",
              "subItemsHeading": {
                "key": "description"
              },
              "label": "Description"
            },
            {
              "key": "directive",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "valueType": "code"
            },
            {
              "key": "severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "label": "Severity",
              "valueType": "text"
            }
          ],
          "type": "table"
        }
      },
      "aria-meter-name": {
        "id": "aria-meter-name",
        "title": "ARIA `meter` elements have accessible names",
        "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.12/aria-meter-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "bootup-time": {
        "id": "bootup-time",
        "title": "JavaScript execution time",
        "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "0.0 s",
        "metricSavings": {
          "TBT": 0
        },
        "details": {
          "type": "table",
          "summary": {
            "wastedMs": 32.724
          },
          "sortedBy": [
            "total"
          ],
          "items": [
            {
              "url": "https://www.santedentairelarose.com/",
              "total": 82.445999999999984,
              "scripting": 29.8788,
              "scriptParseCompile": 1.1964
            },
            {
              "scripting": 1.6487999999999996,
              "scriptParseCompile": 0,
              "url": "Unattributable",
              "total": 50.473199999999949
            }
          ],
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "key": "total",
              "label": "Total CPU Time",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "label": "Script Evaluation",
              "granularity": 1,
              "key": "scripting",
              "valueType": "ms"
            },
            {
              "valueType": "ms",
              "key": "scriptParseCompile",
              "label": "Script Parse",
              "granularity": 1
            }
          ]
        },
        "numericValue": 32.724,
        "numericUnit": "millisecond"
      },
      "interactive": {
        "id": "interactive",
        "title": "Time to Interactive",
        "description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
        "score": 0.48,
        "scoreDisplayMode": "numeric",
        "displayValue": "7.4 s",
        "numericValue": 7434.4725887015893,
        "numericUnit": "millisecond"
      },
      "aria-conditional-attr": {
        "id": "aria-conditional-attr",
        "title": "ARIA attributes are used as specified for the element's role",
        "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "image-aspect-ratio": {
        "id": "image-aspect-ratio",
        "title": "Displays images with correct aspect ratio",
        "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "text",
              "key": "displayedAspectRatio",
              "label": "Aspect Ratio (Displayed)"
            },
            {
              "valueType": "text",
              "key": "actualAspectRatio",
              "label": "Aspect Ratio (Actual)"
            }
          ],
          "type": "table"
        }
      },
      "link-text": {
        "id": "link-text",
        "title": "Links have descriptive text",
        "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "url",
              "label": "Link destination",
              "key": "href"
            },
            {
              "valueType": "text",
              "key": "text",
              "label": "Link Text"
            }
          ]
        }
      },
      "button-name": {
        "id": "button-name",
        "title": "Buttons have an accessible name",
        "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.12/button-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "is-crawlable": {
        "id": "is-crawlable",
        "title": "Page isn’t blocked from indexing",
        "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "headings": [
            {
              "label": "Blocking Directive Source",
              "key": "source",
              "valueType": "code"
            }
          ],
          "type": "table"
        },
        "warnings": []
      },
      "clickjacking-mitigation": {
        "id": "clickjacking-mitigation",
        "title": "Mitigate clickjacking with XFO or CSP",
        "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "description",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "valueType": "text"
            },
            {
              "valueType": "text",
              "key": "severity",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              }
            }
          ]
        }
      },
      "meta-refresh": {
        "id": "meta-refresh",
        "title": "The document does not use `\u003cmeta http-equiv=\"refresh\"\u003e`",
        "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-refresh).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "viewport-insight": {
        "id": "viewport-insight",
        "title": "Optimize viewport for mobile",
        "description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "items": [
            {
              "node": {
                "nodeLabel": "head \u003e meta",
                "selector": "head \u003e meta",
                "type": "node",
                "path": "1,HTML,0,HEAD,2,META",
                "boundingRect": {
                  "height": 0,
                  "left": 0,
                  "top": 0,
                  "width": 0,
                  "right": 0,
                  "bottom": 0
                },
                "lhId": "page-10-META",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=yes, minimum-scale=1, m…\"\u003e"
              }
            }
          ],
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            }
          ],
          "type": "table"
        }
      },
      "script-treemap-data": {
        "id": "script-treemap-data",
        "title": "Script Treemap Data",
        "description": "Used for treemap app",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "nodes": [
            {
              "unusedBytes": 1391,
              "resourceBytes": 3268,
              "children": [
                {
                  "unusedBytes": 0,
                  "name": "(inline) var frontEndLan…",
                  "resourceBytes": 518
                },
                {
                  "resourceBytes": 1252,
                  "unusedBytes": 967,
                  "name": "(inline) function moveOn…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) $(\".flexnav\").f…",
                  "resourceBytes": 24
                },
                {
                  "resourceBytes": 90,
                  "unusedBytes": 0,
                  "name": "(inline) $(document).rea…"
                },
                {
                  "unusedBytes": 424,
                  "name": "(inline) const cookies =…",
                  "resourceBytes": 1384
                }
              ],
              "name": "https://www.santedentairelarose.com/",
              "encodedBytes": 940
            },
            {
              "resourceBytes": 92629,
              "encodedBytes": 32676,
              "name": "https://code.jquery.com/jquery-1.9.1.min.js",
              "unusedBytes": 42167
            },
            {
              "encodedBytes": 2936,
              "resourceBytes": 7086,
              "unusedBytes": 3582,
              "name": "https://code.jquery.com/jquery-migrate-1.1.1.min.js"
            },
            {
              "name": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery-ui-1.10.2.custom.min.js",
              "unusedBytes": 47750,
              "resourceBytes": 55669,
              "encodedBytes": 55595
            },
            {
              "encodedBytes": 28463,
              "resourceBytes": 28538,
              "unusedBytes": 23586,
              "name": "https://www.santedentairelarose.com/scripts/plugins/bootstrap/js/bootstrap.min.js"
            },
            {
              "name": "https://www.santedentairelarose.com/scripts/plugins/modernizr/modernizr-2.6.2.js",
              "unusedBytes": 6714,
              "resourceBytes": 17216,
              "encodedBytes": 17139
            },
            {
              "name": "https://www.santedentairelarose.com/scripts/plugins/selectivizr/selectivizr-min-1.0.2.js",
              "unusedBytes": 3016,
              "resourceBytes": 4836,
              "encodedBytes": 4765
            },
            {
              "encodedBytes": 3953,
              "resourceBytes": 4009,
              "name": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu_plugins.js",
              "unusedBytes": 1922
            },
            {
              "resourceBytes": 6454,
              "encodedBytes": 6379,
              "name": "https://www.santedentairelarose.com/scripts/plugins/megamenu/js/megamenu.js",
              "unusedBytes": 6163
            },
            {
              "resourceBytes": 16917,
              "encodedBytes": 16840,
              "name": "https://www.santedentairelarose.com/scripts/plugins/flexslider/jquery.flexslider-min.js",
              "unusedBytes": 10203
            },
            {
              "encodedBytes": 111265,
              "resourceBytes": 461387,
              "unusedBytes": 398855,
              "name": "https://code.jquery.com/ui/1.11.0/jquery-ui.js"
            },
            {
              "name": "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js",
              "encodedBytes": 23631,
              "unusedBytes": 65248,
              "children": [
                {
                  "unusedBytes": 65248,
                  "name": "../..",
                  "children": [
                    {
                      "unusedBytes": 48284,
                      "name": "js",
                      "resourceBytes": 58342,
                      "children": [
                        {
                          "children": [
                            {
                              "resourceBytes": 7855,
                              "children": [
                                {
                                  "resourceBytes": 2583,
                                  "name": "index.js",
                                  "unusedBytes": 2104
                                },
                                {
                                  "unusedBytes": 155,
                                  "name": "component-functions.js",
                                  "resourceBytes": 273
                                },
                                {
                                  "resourceBytes": 1425,
                                  "unusedBytes": 1337,
                                  "name": "scrollbar.js"
                                },
                                {
                                  "resourceBytes": 1303,
                                  "unusedBytes": 1025,
                                  "name": "backdrop.js"
                                },
                                {
                                  "resourceBytes": 951,
                                  "unusedBytes": 820,
                                  "name": "focustrap.js"
                                },
                                {
                                  "name": "sanitizer.js",
                                  "unusedBytes": 696,
                                  "resourceBytes": 1320
                                }
                              ],
                              "name": "util",
                              "unusedBytes": 6137
                            },
                            {
                              "unusedBytes": 3312,
                              "name": "dom",
                              "children": [
                                {
                                  "resourceBytes": 3219,
                                  "unusedBytes": 1555,
                                  "name": "event-handler.js"
                                },
                                {
                                  "resourceBytes": 352,
                                  "unusedBytes": 331,
                                  "name": "data.js"
                                },
                                {
                                  "resourceBytes": 757,
                                  "name": "manipulator.js",
                                  "unusedBytes": 715
                                },
                                {
                                  "resourceBytes": 834,
                                  "unusedBytes": 711,
                                  "name": "selector-engine.js"
                                }
                              ],
                              "resourceBytes": 5162
                            },
                            {
                              "resourceBytes": 699,
                              "unusedBytes": 567,
                              "name": "base-component.js"
                            },
                            {
                              "unusedBytes": 553,
                              "name": "alert.js",
                              "resourceBytes": 629
                            },
                            {
                              "unusedBytes": 286,
                              "name": "button.js",
                              "resourceBytes": 433
                            },
                            {
                              "resourceBytes": 6741,
                              "unusedBytes": 6041,
                              "name": "carousel.js"
                            },
                            {
                              "unusedBytes": 3359,
                              "name": "collapse.js",
                              "resourceBytes": 3690
                            },
                            {
                              "resourceBytes": 6050,
                              "unusedBytes": 5017,
                              "name": "dropdown.js"
                            },
                            {
                              "resourceBytes": 5059,
                              "unusedBytes": 4584,
                              "name": "modal.js"
                            },
                            {
                              "resourceBytes": 2776,
                              "unusedBytes": 2376,
                              "name": "offcanvas.js"
                            },
                            {
                              "name": "tooltip.js",
                              "unusedBytes": 8462,
                              "resourceBytes": 9999
                            },
                            {
                              "resourceBytes": 1248,
                              "unusedBytes": 577,
                              "name": "popover.js"
                            },
                            {
                              "resourceBytes": 3295,
                              "name": "scrollspy.js",
                              "unusedBytes": 2934
                            },
                            {
                              "resourceBytes": 2068,
                              "unusedBytes": 1810,
                              "name": "tab.js"
                            },
                            {
                              "unusedBytes": 2269,
                              "name": "toast.js",
                              "resourceBytes": 2506
                            }
                          ],
                          "resourceBytes": 58210,
                          "unusedBytes": 48284,
                          "name": "src"
                        },
                        {
                          "resourceBytes": 132,
                          "name": "index.umd.js"
                        }
                      ]
                    },
                    {
                      "name": "node_modules/@popperjs/core/lib",
                      "unusedBytes": 16964,
                      "children": [
                        {
                          "name": "enums.js",
                          "resourceBytes": 473
                        },
                        {
                          "children": [
                            {
                              "resourceBytes": 60,
                              "unusedBytes": 60,
                              "name": "getNodeName.js"
                            },
                            {
                              "resourceBytes": 140,
                              "unusedBytes": 140,
                              "name": "getWindow.js"
                            },
                            {
                              "resourceBytes": 260,
                              "unusedBytes": 260,
                              "name": "instanceOf.js"
                            },
                            {
                              "resourceBytes": 172,
                              "unusedBytes": 172,
                              "name": "getBoundingClientRect.js"
                            },
                            {
                              "resourceBytes": 189,
                              "unusedBytes": 189,
                              "name": "getLayoutRect.js"
                            },
                            {
                              "resourceBytes": 176,
                              "unusedBytes": 176,
                              "name": "contains.js"
                            },
                            {
                              "resourceBytes": 48,
                              "unusedBytes": 48,
                              "name": "getComputedStyle.js"
                            },
                            {
                              "resourceBytes": 59,
                              "unusedBytes": 59,
                              "name": "isTableElement.js"
                            },
                            {
                              "resourceBytes": 91,
                              "unusedBytes": 91,
                              "name": "getDocumentElement.js"
                            },
                            {
                              "resourceBytes": 95,
                              "unusedBytes": 95,
                              "name": "getParentNode.js"
                            },
                            {
                              "resourceBytes": 699,
                              "unusedBytes": 699,
                              "name": "getOffsetParent.js"
                            },
                            {
                              "resourceBytes": 84,
                              "unusedBytes": 84,
                              "name": "getWindowScroll.js"
                            },
                            {
                              "resourceBytes": 54,
                              "unusedBytes": 54,
                              "name": "getWindowScrollBarX.js"
                            },
                            {
                              "resourceBytes": 115,
                              "unusedBytes": 115,
                              "name": "isScrollParent.js"
                            },
                            {
                              "resourceBytes": 113,
                              "unusedBytes": 113,
                              "name": "getScrollParent.js"
                            },
                            {
                              "name": "listScrollParents.js",
                              "unusedBytes": 205,
                              "resourceBytes": 205
                            },
                            {
                              "resourceBytes": 773,
                              "unusedBytes": 773,
                              "name": "getClippingRect.js"
                            },
                            {
                              "resourceBytes": 249,
                              "name": "getViewportRect.js",
                              "unusedBytes": 249
                            },
                            {
                              "name": "getDocumentRect.js",
                              "unusedBytes": 361,
                              "resourceBytes": 361
                            },
                            {
                              "resourceBytes": 415,
                              "unusedBytes": 415,
                              "name": "getCompositeRect.js"
                            },
                            {
                              "unusedBytes": 27,
                              "name": "getNodeScroll.js",
                              "resourceBytes": 27
                            },
                            {
                              "unusedBytes": 51,
                              "name": "getHTMLElementScroll.js",
                              "resourceBytes": 51
                            }
                          ],
                          "resourceBytes": 4436,
                          "unusedBytes": 4436,
                          "name": "dom-utils"
                        },
                        {
                          "children": [
                            {
                              "unusedBytes": 856,
                              "name": "applyStyles.js",
                              "resourceBytes": 950
                            },
                            {
                              "unusedBytes": 837,
                              "name": "arrow.js",
                              "resourceBytes": 961
                            },
                            {
                              "name": "computeStyles.js",
                              "unusedBytes": 1728,
                              "resourceBytes": 1862
                            },
                            {
                              "resourceBytes": 554,
                              "unusedBytes": 456,
                              "name": "eventListeners.js"
                            },
                            {
                              "unusedBytes": 1235,
                              "name": "flip.js",
                              "resourceBytes": 1330
                            },
                            {
                              "unusedBytes": 659,
                              "name": "hide.js",
                              "resourceBytes": 747
                            },
                            {
                              "unusedBytes": 499,
                              "name": "offset.js",
                              "resourceBytes": 573
                            },
                            {
                              "resourceBytes": 215,
                              "unusedBytes": 153,
                              "name": "popperOffsets.js"
                            },
                            {
                              "unusedBytes": 1256,
                              "name": "preventOverflow.js",
                              "resourceBytes": 1340
                            }
                          ],
                          "resourceBytes": 8532,
                          "unusedBytes": 7679,
                          "name": "modifiers"
                        },
                        {
                          "name": "utils",
                          "unusedBytes": 3155,
                          "children": [
                            {
                              "resourceBytes": 38,
                              "unusedBytes": 38,
                              "name": "getBasePlacement.js"
                            },
                            {
                              "name": "getMainAxisFromPlacement.js",
                              "unusedBytes": 60,
                              "resourceBytes": 60
                            },
                            {
                              "resourceBytes": 42,
                              "name": "math.js"
                            },
                            {
                              "resourceBytes": 40,
                              "unusedBytes": 40,
                              "name": "within.js"
                            },
                            {
                              "unusedBytes": 42,
                              "name": "mergePaddingObject.js",
                              "resourceBytes": 42
                            },
                            {
                              "unusedBytes": 64,
                              "name": "getFreshSideObject.js",
                              "resourceBytes": 64
                            },
                            {
                              "resourceBytes": 70,
                              "name": "expandToHashMap.js",
                              "unusedBytes": 70
                            },
                            {
                              "resourceBytes": 38,
                              "unusedBytes": 38,
                              "name": "getVariation.js"
                            },
                            {
                              "name": "getOppositePlacement.js",
                              "unusedBytes": 86,
                              "resourceBytes": 147
                            },
                            {
                              "resourceBytes": 107,
                              "unusedBytes": 74,
                              "name": "getOppositeVariationPlacement.js"
                            },
                            {
                              "unusedBytes": 99,
                              "name": "rectToClientRect.js",
                              "resourceBytes": 99
                            },
                            {
                              "unusedBytes": 481,
                              "name": "computeOffsets.js",
                              "resourceBytes": 481
                            },
                            {
                              "resourceBytes": 815,
                              "unusedBytes": 815,
                              "name": "detectOverflow.js"
                            },
                            {
                              "resourceBytes": 471,
                              "unusedBytes": 471,
                              "name": "computeAutoPlacement.js"
                            },
                            {
                              "unusedBytes": 14,
                              "name": "getAltAxis.js",
                              "resourceBytes": 14
                            },
                            {
                              "name": "orderModifiers.js",
                              "unusedBytes": 413,
                              "resourceBytes": 413
                            },
                            {
                              "unusedBytes": 117,
                              "name": "debounce.js",
                              "resourceBytes": 117
                            },
                            {
                              "unusedBytes": 233,
                              "name": "mergeByName.js",
                              "resourceBytes": 233
                            }
                          ],
                          "resourceBytes": 3291
                        },
                        {
                          "unusedBytes": 1694,
                          "name": "createPopper.js",
                          "resourceBytes": 1893
                        },
                        {
                          "resourceBytes": 40,
                          "name": "popper-lite.js"
                        },
                        {
                          "resourceBytes": 603,
                          "name": "popper.js"
                        }
                      ],
                      "resourceBytes": 19268
                    }
                  ],
                  "resourceBytes": 77610
                },
                {
                  "resourceBytes": 519,
                  "name": "(unmapped)"
                }
              ],
              "resourceBytes": 78129
            },
            {
              "unusedBytes": 40926,
              "name": "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js",
              "encodedBytes": 9470,
              "resourceBytes": 43881
            },
            {
              "name": "https://cdnjs.cloudflare.com/ajax/libs/jquery.smartmenus/1.1.0/jquery.smartmenus.min.js",
              "unusedBytes": 22528,
              "encodedBytes": 6204,
              "resourceBytes": 24548
            },
            {
              "name": "https://www.santedentairelarose.com/i18n/javascript_translation/fr.js",
              "unusedBytes": 0,
              "encodedBytes": 1114,
              "resourceBytes": 1159
            },
            {
              "name": "https://www.santedentairelarose.com/scripts/plugins/flexnav/js/jquery.flexnav.min.js",
              "unusedBytes": 1330,
              "encodedBytes": 2373,
              "resourceBytes": 2420
            },
            {
              "encodedBytes": 9604,
              "resourceBytes": 9651,
              "unusedBytes": 6038,
              "name": "https://www.santedentairelarose.com/scripts/functions.js"
            },
            {
              "name": "https://www.santedentairelarose.com/scripts/plugins/jquery-ui/jquery.ui.datepicker-fr.js",
              "unusedBytes": 0,
              "encodedBytes": 811,
              "resourceBytes": 850
            }
          ],
          "type": "treemap-data"
        }
      },
      "custom-controls-roles": {
        "id": "custom-controls-roles",
        "title": "Custom controls have ARIA roles",
        "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "redirects": {
        "id": "redirects",
        "title": "Avoid multiple page redirects",
        "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,410 ms",
        "metricSavings": {
          "LCP": 1400,
          "FCP": 1400
        },
        "details": {
          "overallSavingsMs": 1410,
          "type": "opportunity",
          "items": [
            {
              "url": "https://santedentairelarose.com/",
              "wastedMs": 780
            },
            {
              "wastedMs": 630,
              "url": "http://www.santedentairelarose.com/"
            },
            {
              "wastedMs": 0,
              "url": "https://www.santedentairelarose.com/"
            }
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "timespanMs",
              "key": "wastedMs",
              "label": "Time Spent"
            }
          ]
        },
        "numericValue": 1410,
        "numericUnit": "millisecond"
      },
      "video-caption": {
        "id": "video-caption",
        "title": "`\u003cvideo\u003e` elements contain a `\u003ctrack\u003e` element with `[kind=\"captions\"]`",
        "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.12/video-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "skip-link": {
        "id": "skip-link",
        "title": "Skip links are focusable.",
        "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.12/skip-link).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-deprecated-role": {
        "id": "aria-deprecated-role",
        "title": "Deprecated ARIA roles were not used",
        "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unminified-javascript": {
        "id": "unminified-javascript",
        "title": "Minify JavaScript",
        "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 38 KiB",
        "metricSavings": {
          "LCP": 300,
          "FCP": 150
        },
        "details": {
          "debugData": {
            "metricSavings": {
              "LCP": 310,
              "FCP": 150
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 38871,
          "type": "opportunity",
          "overallSavingsMs": 310,
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "label": "Transfer Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "items": [
            {
              "totalBytes": 111265,
              "wastedPercent": 32.892560908738218,
              "wastedBytes": 36598,
              "url": "https://code.jquery.com/ui/1.11.0/jquery-ui.js"
            },
            {
              "url": "https://www.santedentairelarose.com/scripts/functions.js",
              "wastedPercent": 23.551963527095644,
              "wastedBytes": 2273,
              "totalBytes": 9651
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ]
        },
        "warnings": [],
        "numericValue": 310,
        "numericUnit": "millisecond"
      },
      "link-name": {
        "id": "link-name",
        "title": "Links have a discernible name",
        "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.12/link-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "key": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "duplicated-javascript-insight": {
        "id": "duplicated-javascript-insight",
        "title": "Duplicated JavaScript",
        "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "wastedBytes": 0,
            "type": "debugdata"
          },
          "items": [],
          "headings": [
            {
              "valueType": "code",
              "key": "source",
              "label": "Source",
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              }
            },
            {
              "key": "wastedBytes",
              "granularity": 10,
              "valueType": "bytes",
              "label": "Duplicated bytes",
              "subItemsHeading": {
                "key": "sourceTransferBytes"
              }
            }
          ],
          "type": "table"
        }
      },
      "aria-tooltip-name": {
        "id": "aria-tooltip-name",
        "title": "ARIA `tooltip` elements have accessible names",
        "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "object-alt": {
        "id": "object-alt",
        "title": "`\u003cobject\u003e` elements have alternate text",
        "description": "Screen readers cannot translate non-text content. Adding alternate text to `\u003cobject\u003e` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.12/object-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "max-potential-fid": {
        "id": "max-potential-fid",
        "title": "Max Potential First Input Delay",
        "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "displayValue": "30 ms",
        "numericValue": 27,
        "numericUnit": "millisecond"
      },
      "first-contentful-paint": {
        "id": "first-contentful-paint",
        "title": "First Contentful Paint",
        "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
        "score": 0.12,
        "scoreDisplayMode": "numeric",
        "displayValue": "4.8 s",
        "numericValue": 4767.4452008726093,
        "numericUnit": "millisecond"
      }
    },
    "categories": {
      "performance": {
        "id": "performance",
        "title": "Performance",
        "score": 0.35,
        "auditRefs": [
          {
            "id": "first-contentful-paint",
            "weight": 10,
            "group": "metrics",
            "acronym": "FCP"
          },
          {
            "id": "largest-contentful-paint",
            "weight": 25,
            "group": "metrics",
            "acronym": "LCP"
          },
          {
            "id": "total-blocking-time",
            "weight": 30,
            "group": "metrics",
            "acronym": "TBT"
          },
          {
            "id": "cumulative-layout-shift",
            "weight": 25,
            "group": "metrics",
            "acronym": "CLS"
          },
          {
            "id": "speed-index",
            "weight": 10,
            "group": "metrics",
            "acronym": "SI"
          },
          {
            "id": "cache-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "cls-culprits-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "document-latency-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "dom-size-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "duplicated-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "font-display-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "forced-reflow-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "image-delivery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "inp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-discovery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "legacy-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "network-dependency-tree-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "render-blocking-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "third-parties-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "viewport-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "interactive",
            "weight": 0,
            "group": "hidden",
            "acronym": "TTI"
          },
          {
            "id": "max-potential-fid",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "unminified-css",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unminified-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-css-rules",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "total-byte-weight",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "user-timings",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "bootup-time",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "mainthread-work-breakdown",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "long-tasks",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "non-composited-animations",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unsized-images",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "network-requests",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-rtt",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-server-latency",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "main-thread-tasks",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "diagnostics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "metrics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "screenshot-thumbnails",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "final-screenshot",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "script-treemap-data",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "resource-summary",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "redirects",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "server-response-time",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "layout-shifts",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "accessibility": {
        "id": "accessibility",
        "title": "Accessibility",
        "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
        "score": 0.75,
        "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
        "auditRefs": [
          {
            "id": "accesskeys",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "aria-allowed-attr",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-command-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-conditional-attr",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-deprecated-role",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-dialog-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-body",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-focus",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-input-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-meter-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-progressbar-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-prohibited-attr",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-attr",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-children",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-parent",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-roles",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-text",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-toggle-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-tooltip-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-treeitem-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr-value",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "bypass",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "color-contrast",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "definition-list",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "dlitem",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "document-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "duplicate-id-aria",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "form-field-multiple-labels",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "frame-title",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "heading-order",
            "weight": 3,
            "group": "a11y-navigation"
          },
          {
            "id": "html-has-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-lang-valid",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-xml-lang-mismatch",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "image-alt",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-button-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-image-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "label",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "link-in-text-block",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "link-name",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "listitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "meta-refresh",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "meta-viewport",
            "weight": 10,
            "group": "a11y-best-practices"
          },
          {
            "id": "object-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "select-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "skip-link",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "tabindex",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "target-size",
            "weight": 7,
            "group": "a11y-best-practices"
          },
          {
            "id": "td-headers-attr",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "th-has-data-cells",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "valid-lang",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "video-caption",
            "weight": 0,
            "group": "a11y-audio-video"
          },
          {
            "id": "landmark-one-main",
            "weight": 3,
            "group": "a11y-best-practices"
          },
          {
            "id": "autocomplete-valid",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "presentation-role-conflict",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "svg-img-alt",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "focusable-controls",
            "weight": 0
          },
          {
            "id": "interactive-element-affordance",
            "weight": 0
          },
          {
            "id": "logical-tab-order",
            "weight": 0
          },
          {
            "id": "visual-order-follows-dom",
            "weight": 0
          },
          {
            "id": "focus-traps",
            "weight": 0
          },
          {
            "id": "managed-focus",
            "weight": 0
          },
          {
            "id": "use-landmarks",
            "weight": 0
          },
          {
            "id": "offscreen-content-hidden",
            "weight": 0
          },
          {
            "id": "custom-controls-labels",
            "weight": 0
          },
          {
            "id": "custom-controls-roles",
            "weight": 0
          },
          {
            "id": "table-duplicate-name",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "empty-heading",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "aria-allowed-role",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "image-redundant-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "identical-links-same-purpose",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "label-content-name-mismatch",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "table-fake-caption",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "td-has-header",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "best-practices": {
        "id": "best-practices",
        "title": "Best Practices",
        "score": 0.77,
        "auditRefs": [
          {
            "id": "is-on-https",
            "weight": 5,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "redirects-http",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "geolocation-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "notification-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "csp-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "has-hsts",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "origin-isolation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "clickjacking-mitigation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "trusted-types-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "paste-preventing-inputs",
            "weight": 3,
            "group": "best-practices-ux"
          },
          {
            "id": "image-aspect-ratio",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "image-size-responsive",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "doctype",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "charset",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "baseline",
            "weight": 0,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "js-libraries",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "deprecations",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "third-party-cookies",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "errors-in-console",
            "weight": 1,
            "group": "best-practices-general"
          },
          {
            "id": "valid-source-maps",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "inspector-issues",
            "weight": 1,
            "group": "best-practices-general"
          }
        ]
      },
      "seo": {
        "id": "seo",
        "title": "SEO",
        "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
        "score": 0.92,
        "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
        "auditRefs": [
          {
            "id": "is-crawlable",
            "weight": 4.0434782608695654,
            "group": "seo-crawl"
          },
          {
            "id": "document-title",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "meta-description",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "http-status-code",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "link-text",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "crawlable-anchors",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "robots-txt",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "image-alt",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "hreflang",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "canonical",
            "weight": 0,
            "group": "seo-content"
          },
          {
            "id": "structured-data",
            "weight": 0
          }
        ]
      }
    },
    "categoryGroups": {
      "a11y-names-labels": {
        "title": "Names and labels",
        "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
      },
      "best-practices-trust-safety": {
        "title": "Trust and Safety"
      },
      "a11y-audio-video": {
        "title": "Audio and video",
        "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
      },
      "a11y-aria": {
        "title": "ARIA",
        "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
      },
      "metrics": {
        "title": "Metrics"
      },
      "webmcp": {
        "title": "WebMCP",
        "description": "Audits validating WebMCP integration."
      },
      "best-practices-ux": {
        "title": "User Experience"
      },
      "a11y-navigation": {
        "title": "Navigation",
        "description": "These are opportunities to improve keyboard navigation in your application."
      },
      "best-practices-browser-compat": {
        "title": "Browser Compatibility"
      },
      "seo-mobile": {
        "title": "Mobile Friendly",
        "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
      },
      "seo-crawl": {
        "title": "Crawling and Indexing",
        "description": "To appear in search results, crawlers need access to your app."
      },
      "best-practices-general": {
        "title": "General"
      },
      "seo-content": {
        "title": "Content Best Practices",
        "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
      },
      "insights": {
        "title": "Insights",
        "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
      },
      "a11y-best-practices": {
        "title": "Best practices",
        "description": "These items highlight common accessibility best practices."
      },
      "a11y-tables-lists": {
        "title": "Tables and lists",
        "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
      },
      "diagnostics": {
        "title": "Diagnostics",
        "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
      },
      "a11y-color-contrast": {
        "title": "Contrast",
        "description": "These are opportunities to improve the legibility of your content."
      },
      "agent-accessibility": {
        "title": "Agent Accessibility",
        "description": "These audits highlight best practices for improving the accessibility of the website for AI agents."
      },
      "a11y-language": {
        "title": "Internationalization and localization",
        "description": "These are opportunities to improve the interpretation of your content by users in different locales."
      }
    },
    "timing": {
      "total": 13987.699999999999
    },
    "i18n": {
      "rendererFormattedStrings": {
        "varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
        "opportunityResourceColumnLabel": "Opportunity",
        "opportunitySavingsColumnLabel": "Estimated Savings",
        "errorMissingAuditInfo": "Report error: no audit information",
        "errorLabel": "Error!",
        "warningHeader": "Warnings: ",
        "passedAuditsGroupTitle": "Passed audits",
        "notApplicableAuditsGroupTitle": "Not applicable",
        "manualAuditsGroupTitle": "Additional items to manually check",
        "toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
        "crcLongestDurationLabel": "Maximum critical path latency:",
        "crcInitialNavigation": "Initial Navigation",
        "lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
        "labDataTitle": "Lab Data",
        "warningAuditsGroupTitle": "Passed audits but with warnings",
        "snippetExpandButtonLabel": "Expand snippet",
        "snippetCollapseButtonLabel": "Collapse snippet",
        "thirdPartyResourcesLabel": "Show 3rd-party resources",
        "runtimeDesktopEmulation": "Emulated Desktop",
        "runtimeMobileEmulation": "Emulated Moto G Power",
        "runtimeNoEmulation": "No emulation",
        "runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
        "runtimeSettingsCPUThrottling": "CPU throttling",
        "runtimeSettingsDevice": "Device",
        "runtimeSettingsNetworkThrottling": "Network throttling",
        "runtimeSettingsUANetwork": "User agent (network)",
        "runtimeUnknown": "Unknown",
        "dropdownCopyJSON": "Copy JSON",
        "dropdownDarkTheme": "Toggle Dark Theme",
        "dropdownPrintExpanded": "Print Expanded",
        "dropdownPrintSummary": "Print Summary",
        "dropdownSaveGist": "Save as Gist",
        "dropdownSaveHTML": "Save as HTML",
        "dropdownSaveJSON": "Save as JSON",
        "dropdownViewer": "Open in Viewer",
        "footerIssue": "File an issue",
        "throttlingProvided": "Provided by environment",
        "calculatorLink": "See calculator.",
        "runtimeSettingsAxeVersion": "Axe version",
        "viewTreemapLabel": "View Treemap",
        "showRelevantAudits": "Show audits relevant to:"
      }
    },
    "entities": [
      {
        "name": "santedentairelarose.com",
        "isFirstParty": true,
        "isUnrecognized": true,
        "origins": [
          "https://santedentairelarose.com",
          "http://www.santedentairelarose.com",
          "https://www.santedentairelarose.com"
        ]
      },
      {
        "name": "jQuery CDN",
        "homepage": "https://code.jquery.com/",
        "category": "cdn",
        "origins": [
          "https://code.jquery.com"
        ]
      },
      {
        "name": "JSDelivr CDN",
        "homepage": "https://www.jsdelivr.com/",
        "category": "cdn",
        "origins": [
          "https://cdn.jsdelivr.net"
        ]
      },
      {
        "name": "Cloudflare CDN",
        "homepage": "https://cdnjs.com/",
        "category": "cdn",
        "origins": [
          "https://cdnjs.cloudflare.com"
        ]
      }
    ],
    "fullPageScreenshot": {
      "screenshot": {
        "width": 412,
        "data": "data:image/webp;base64,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",
        "height": 2294
      },
      "nodes": {
        "1-73-LINK": {
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0
        },
        "1-95-META": {
          "bottom": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "right": 0
        },
        "1-86-META": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0
        },
        "1-90-META": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0
        },
        "1-35-A": {
          "left": 20,
          "top": 238,
          "height": 48,
          "right": 1150,
          "width": 1130,
          "bottom": 286
        },
        "page-18-DIV": {
          "bottom": 1920,
          "width": 264,
          "right": 284,
          "left": 20,
          "top": 1788,
          "height": 132
        },
        "1-52-A": {
          "bottom": 2257,
          "width": 64,
          "right": 363,
          "top": 2240,
          "height": 17,
          "left": 299
        },
        "1-40-A": {
          "bottom": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "right": 0
        },
        "1-8-A": {
          "width": 155,
          "right": 155,
          "left": 0,
          "top": 2085,
          "height": 18,
          "bottom": 2103
        },
        "1-56-IMG": {
          "right": 240,
          "width": 240,
          "left": 0,
          "top": 20,
          "height": 96,
          "bottom": 116
        },
        "page-22-IMG": {
          "bottom": 2269,
          "top": 2239,
          "height": 30,
          "left": 1097,
          "width": 30,
          "right": 1127
        },
        "page-6-H2": {
          "width": 234,
          "right": 269,
          "height": 22,
          "left": 35,
          "top": 1828,
          "bottom": 1850
        },
        "page-10-META": {
          "top": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0
        },
        "1-47-A": {
          "height": 19,
          "left": 612,
          "top": 1926,
          "width": 234,
          "right": 846,
          "bottom": 1945
        },
        "1-93-META": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0
        },
        "1-68-LINK": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0
        },
        "1-74-LINK": {
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "right": 0,
          "width": 0
        },
        "page-13-IMG": {
          "left": 1141,
          "top": 2240,
          "height": 29,
          "right": 1170,
          "width": 29,
          "bottom": 2269
        },
        "1-60-DIV": {
          "bottom": 1978,
          "top": 1788,
          "height": 190,
          "left": 20,
          "width": 264,
          "right": 284
        },
        "1-3-IMG": {
          "left": 0,
          "top": 696,
          "height": 526,
          "width": 1170,
          "right": 1170,
          "bottom": 1222
        },
        "1-64-DIV": {
          "bottom": 1978,
          "width": 264,
          "right": 861,
          "height": 190,
          "left": 597,
          "top": 1788
        },
        "1-12-A": {
          "right": 485,
          "width": 173,
          "left": 312,
          "top": 2065,
          "height": 38,
          "bottom": 2103
        },
        "1-4-IMG": {
          "bottom": 1748,
          "top": 1222,
          "height": 526,
          "left": 0,
          "width": 1170,
          "right": 1170
        },
        "1-54-A": {
          "width": 29,
          "right": 1170,
          "height": 19,
          "left": 1141,
          "top": 2243,
          "bottom": 2262
        },
        "1-23-A": {
          "bottom": 1030,
          "right": 209,
          "width": 139,
          "left": 70,
          "top": 1001,
          "height": 29
        },
        "1-97-META": {
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0
        },
        "1-36-A": {
          "bottom": 334,
          "width": 1130,
          "right": 1150,
          "height": 48,
          "left": 20,
          "top": 286
        },
        "1-91-META": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0
        },
        "1-49-A": {
          "left": 888,
          "top": 2045,
          "height": 18,
          "right": 1026,
          "width": 138,
          "bottom": 2063
        },
        "1-5-HTML": {
          "bottom": 2294,
          "top": 0,
          "height": 2294,
          "left": 0,
          "width": 412,
          "right": 412
        },
        "1-59-BODY": {
          "width": 412,
          "right": 412,
          "top": 0,
          "height": 2294,
          "left": 0,
          "bottom": 2294
        },
        "page-9-DIV": {
          "left": 0,
          "top": 1768,
          "height": 230,
          "right": 412,
          "width": 412,
          "bottom": 1998
        },
        "page-21-DIV": {
          "height": 154,
          "left": 885,
          "top": 1788,
          "width": 264,
          "right": 1150,
          "bottom": 1942
        },
        "1-70-LINK": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-19-DIV": {
          "bottom": 1940,
          "width": 264,
          "right": 573,
          "height": 152,
          "left": 308,
          "top": 1788
        },
        "1-72-LINK": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0
        },
        "1-48-A": {
          "height": 59,
          "left": 904,
          "top": 1882,
          "width": 228,
          "right": 1132,
          "bottom": 1941
        },
        "1-43-A": {
          "left": 97,
          "top": 270,
          "height": 11,
          "width": 11,
          "right": 108,
          "bottom": 281
        },
        "1-83-META": {
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "right": 0,
          "width": 0
        },
        "1-20-A": {
          "bottom": 2153,
          "width": 193,
          "right": 793,
          "top": 2115,
          "height": 38,
          "left": 600
        },
        "page-16-DIV": {
          "left": 597,
          "top": 1788,
          "height": 190,
          "width": 264,
          "right": 861,
          "bottom": 1978
        },
        "1-80-META": {
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "bottom": 0
        },
        "1-11-A": {
          "width": 160,
          "right": 472,
          "left": 312,
          "top": 2045,
          "height": 18,
          "bottom": 2063
        },
        "page-7-LI": {
          "width": 287,
          "right": 287,
          "left": 0,
          "top": 2104,
          "height": 20,
          "bottom": 2124
        },
        "1-77-LINK": {
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0
        },
        "page-3-A": {
          "width": 226,
          "right": 265,
          "left": 39,
          "top": 1860,
          "height": 59,
          "bottom": 1919
        },
        "page-14-DIV": {
          "bottom": 1978,
          "width": 264,
          "right": 284,
          "top": 1788,
          "height": 190,
          "left": 20
        },
        "page-11-DIV": {
          "bottom": 2208,
          "left": 888,
          "top": 2023,
          "height": 185,
          "right": 1169,
          "width": 281
        },
        "1-29-A": {
          "height": 18,
          "left": 1035,
          "top": 21,
          "width": 90,
          "right": 1125,
          "bottom": 39
        },
        "page-23-IMG": {
          "height": 526,
          "left": 0,
          "top": 696,
          "width": 1170,
          "right": 1170,
          "bottom": 1222
        },
        "1-14-A": {
          "bottom": 2143,
          "height": 18,
          "left": 312,
          "top": 2125,
          "width": 125,
          "right": 437
        },
        "1-46-A": {
          "width": 223,
          "right": 552,
          "height": 79,
          "left": 329,
          "top": 1860,
          "bottom": 1939
        },
        "1-7-A": {
          "bottom": 2083,
          "top": 2065,
          "height": 18,
          "left": 0,
          "width": 146,
          "right": 146
        },
        "1-16-A": {
          "bottom": 2183,
          "height": 18,
          "left": 312,
          "top": 2165,
          "width": 139,
          "right": 451
        },
        "1-6-A": {
          "height": 18,
          "left": 0,
          "top": 2045,
          "width": 90,
          "right": 90,
          "bottom": 2063
        },
        "1-69-LINK": {
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "bottom": 0
        },
        "page-17-DIV": {
          "bottom": 1978,
          "width": 264,
          "right": 1150,
          "height": 190,
          "left": 885,
          "top": 1788
        },
        "1-78-LINK": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0
        },
        "1-92-META": {
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0
        },
        "1-44-A": {
          "height": 11,
          "left": 120,
          "top": 270,
          "width": 11,
          "right": 131,
          "bottom": 281
        },
        "1-82-META": {
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0
        },
        "page-20-DIV": {
          "bottom": 1946,
          "height": 158,
          "left": 597,
          "top": 1788,
          "width": 264,
          "right": 861
        },
        "1-39-A": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "top": 0,
          "height": 0,
          "left": 0
        },
        "1-63-DIV": {
          "bottom": 1940,
          "width": 264,
          "right": 573,
          "left": 308,
          "top": 1788,
          "height": 152
        },
        "1-26-A": {
          "bottom": 39,
          "top": 21,
          "height": 18,
          "left": 694,
          "width": 51,
          "right": 745
        },
        "1-81-META": {
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0
        },
        "1-28-A": {
          "top": 21,
          "height": 18,
          "left": 921,
          "width": 86,
          "right": 1007,
          "bottom": 39
        },
        "1-76-LINK": {
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0
        },
        "1-27-A": {
          "height": 18,
          "left": 773,
          "top": 21,
          "width": 120,
          "right": 893,
          "bottom": 39
        },
        "1-32-A": {
          "height": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0,
          "bottom": 0
        },
        "1-25-A": {
          "bottom": 89,
          "width": 240,
          "right": 240,
          "height": 52,
          "left": 0,
          "top": 37
        },
        "1-19-A": {
          "height": 18,
          "left": 600,
          "top": 2095,
          "width": 177,
          "right": 777,
          "bottom": 2113
        },
        "1-2-IMG": {
          "width": 1170,
          "right": 1170,
          "height": 526,
          "left": 0,
          "top": 170,
          "bottom": 696
        },
        "1-50-A": {
          "width": 86,
          "right": 974,
          "left": 888,
          "top": 2189,
          "height": 18,
          "bottom": 2207
        },
        "1-71-LINK": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0
        },
        "1-79-LINK": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0
        },
        "1-65-DIV": {
          "top": 1788,
          "height": 158,
          "left": 597,
          "width": 264,
          "right": 861,
          "bottom": 1946
        },
        "1-67-DIV": {
          "bottom": 1942,
          "width": 264,
          "right": 1150,
          "height": 154,
          "left": 885,
          "top": 1788
        },
        "1-15-A": {
          "bottom": 2163,
          "width": 38,
          "right": 350,
          "height": 18,
          "left": 312,
          "top": 2145
        },
        "page-2-IMG": {
          "height": 526,
          "left": 0,
          "top": 170,
          "width": 1170,
          "right": 1170,
          "bottom": 696
        },
        "1-0-A": {
          "right": 1170,
          "width": 412,
          "left": 758,
          "top": 51,
          "height": 87,
          "bottom": 138
        },
        "1-45-A": {
          "width": 226,
          "right": 265,
          "top": 1860,
          "height": 59,
          "left": 39,
          "bottom": 1919
        },
        "1-66-DIV": {
          "top": 1788,
          "height": 190,
          "left": 885,
          "width": 264,
          "right": 1150,
          "bottom": 1978
        },
        "1-31-A": {
          "bottom": 190,
          "width": 1110,
          "right": 1150,
          "left": 40,
          "top": 142,
          "height": 48
        },
        "1-61-DIV": {
          "top": 1788,
          "height": 132,
          "left": 20,
          "width": 264,
          "right": 284,
          "bottom": 1920
        },
        "1-58-IMG": {
          "bottom": 2269,
          "width": 29,
          "right": 1170,
          "height": 29,
          "left": 1141,
          "top": 2240
        },
        "page-0-IMG": {
          "bottom": 1748,
          "left": 0,
          "top": 1222,
          "height": 526,
          "width": 1170,
          "right": 1170
        },
        "1-89-META": {
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0
        },
        "page-8-FOOTER": {
          "bottom": 2294,
          "width": 412,
          "right": 412,
          "left": 0,
          "top": 2003,
          "height": 291
        },
        "1-17-A": {
          "bottom": 2042,
          "right": 751,
          "width": 151,
          "left": 600,
          "top": 2024,
          "height": 18
        },
        "1-24-A": {
          "bottom": 1576,
          "right": 209,
          "width": 139,
          "left": 70,
          "top": 1547,
          "height": 29
        },
        "1-1-P": {
          "bottom": 2126,
          "width": 281,
          "right": 1169,
          "height": 32,
          "left": 888,
          "top": 2094
        },
        "1-18-A": {
          "left": 600,
          "top": 2044,
          "height": 18,
          "right": 790,
          "width": 190,
          "bottom": 2062
        },
        "1-53-A": {
          "bottom": 2262,
          "top": 2243,
          "height": 19,
          "left": 1097,
          "width": 30,
          "right": 1127
        },
        "1-88-META": {
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "bottom": 0
        },
        "1-30-A": {
          "bottom": 39,
          "width": 17,
          "right": 1170,
          "height": 18,
          "left": 1153,
          "top": 21
        },
        "page-12-A": {
          "bottom": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "right": 0
        },
        "1-84-META": {
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "bottom": 0
        },
        "1-13-A": {
          "bottom": 2123,
          "left": 312,
          "top": 2105,
          "height": 18,
          "width": 135,
          "right": 447
        },
        "1-38-A": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0
        },
        "1-85-META": {
          "width": 0,
          "right": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "bottom": 0
        },
        "page-5-A": {
          "height": 17,
          "left": 299,
          "top": 2240,
          "width": 64,
          "right": 363,
          "bottom": 2257
        },
        "page-4-P": {
          "bottom": 1920,
          "left": 35,
          "top": 1860,
          "height": 60,
          "right": 269,
          "width": 234
        },
        "1-62-DIV": {
          "top": 1788,
          "height": 190,
          "left": 308,
          "width": 264,
          "right": 573,
          "bottom": 1978
        },
        "1-22-A": {
          "bottom": 444,
          "width": 139,
          "right": 209,
          "left": 70,
          "top": 415,
          "height": 29
        },
        "page-1-IMG": {
          "bottom": 116,
          "top": 20,
          "height": 96,
          "left": 0,
          "width": 240,
          "right": 240
        },
        "page-15-DIV": {
          "bottom": 1978,
          "width": 264,
          "right": 573,
          "height": 190,
          "left": 308,
          "top": 1788
        },
        "1-51-A": {
          "width": 125,
          "right": 138,
          "top": 2240,
          "height": 17,
          "left": 13,
          "bottom": 2257
        },
        "1-21-P": {
          "width": 772,
          "right": 1170,
          "top": 50,
          "height": 20,
          "left": 398,
          "bottom": 70
        },
        "1-94-META": {
          "top": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "right": 0,
          "bottom": 0
        },
        "1-37-A": {
          "bottom": 381,
          "height": 48,
          "left": 40,
          "top": 334,
          "width": 1110,
          "right": 1150
        },
        "1-9-A": {
          "bottom": 2123,
          "width": 155,
          "right": 155,
          "left": 0,
          "top": 2105,
          "height": 18
        },
        "1-10-A": {
          "top": 2125,
          "height": 18,
          "left": 0,
          "width": 79,
          "right": 79,
          "bottom": 2143
        },
        "1-41-A": {
          "left": 20,
          "top": 381,
          "height": 48,
          "width": 1130,
          "right": 1150,
          "bottom": 429
        },
        "1-42-A": {
          "bottom": 281,
          "height": 11,
          "left": 74,
          "top": 270,
          "width": 11,
          "right": 85
        },
        "1-57-IMG": {
          "height": 30,
          "left": 1097,
          "top": 2239,
          "width": 30,
          "right": 1127,
          "bottom": 2269
        },
        "1-87-META": {
          "bottom": 0,
          "right": 0,
          "width": 0,
          "left": 0,
          "top": 0,
          "height": 0
        },
        "1-33-A": {
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0,
          "bottom": 0
        },
        "1-96-META": {
          "bottom": 0,
          "width": 0,
          "right": 0,
          "height": 0,
          "left": 0,
          "top": 0
        },
        "1-55-A": {
          "bottom": 2225,
          "width": 176,
          "right": 331,
          "height": 39,
          "left": 156,
          "top": 2186
        },
        "1-75-LINK": {
          "bottom": 0,
          "top": 0,
          "height": 0,
          "left": 0,
          "width": 0,
          "right": 0
        },
        "1-34-A": {
          "bottom": 238,
          "width": 1130,
          "right": 1150,
          "left": 20,
          "top": 190,
          "height": 48
        }
      }
    }
  },
  "analysisUTCTimestamp": "2026-07-20T15:02:42.961Z"
}
