diff --git a/site/source/components/BetaBanner/undraw_qa_engineers_dg-5-p.svg b/site/source/components/BetaBanner/undraw_qa_engineers_dg-5-p.svg
index 96ed2e215..275a1b6ce 100644
--- a/site/source/components/BetaBanner/undraw_qa_engineers_dg-5-p.svg
+++ b/site/source/components/BetaBanner/undraw_qa_engineers_dg-5-p.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/components/Feedback/index.tsx b/site/source/components/Feedback/index.tsx
index 1a03e522a..ed6361548 100644
--- a/site/source/components/Feedback/index.tsx
+++ b/site/source/components/Feedback/index.tsx
@@ -7,7 +7,7 @@ import { Link } from '@/design-system/typography/link'
import { Body, SmallBody } from '@/design-system/typography/paragraphs'
import { CurrentSimulatorDataContext } from '@/pages/Simulateurs/metadata'
import React, { useCallback, useContext, useState } from 'react'
-import { Trans } from 'react-i18next'
+import { Trans, useTranslation } from 'react-i18next'
import { useLocation } from 'react-router-dom'
import styled from 'styled-components'
import { TrackingContext } from '../../ATInternetTracking'
@@ -57,6 +57,7 @@ export default function PageFeedback({ customMessage }: PageFeedbackProps) {
showThanks: false,
})
const tag = useContext(TrackingContext)
+ const { t } = useTranslation()
const handleFeedback = useCallback(
(rating: 'mauvais' | 'moyen' | 'bien' | 'très bien') => {
@@ -133,7 +134,7 @@ export default function PageFeedback({ customMessage }: PageFeedbackProps) {
opacity: 0.8;
}
`}
- aria-label="close"
+ aria-label={t('Fermer')}
>
×
diff --git a/site/source/components/MoreInfosOnUs.tsx b/site/source/components/MoreInfosOnUs.tsx
index 7e4f22559..15df902c1 100644
--- a/site/source/components/MoreInfosOnUs.tsx
+++ b/site/source/components/MoreInfosOnUs.tsx
@@ -64,6 +64,7 @@ export default function MoreInfosOnUs() {
margin: 0,
}}
aria-hidden="true"
+ role="img"
>
diff --git a/site/source/components/SearchButton.tsx b/site/source/components/SearchButton.tsx
index de6631191..67b7a6594 100644
--- a/site/source/components/SearchButton.tsx
+++ b/site/source/components/SearchButton.tsx
@@ -34,7 +34,10 @@ export default function SearchButton() {
small
>
{(closePopover) => (
-
+
)}
)
diff --git a/site/source/components/layout/Footer/InscriptionBetaTesteur/feedback.svg b/site/source/components/layout/Footer/InscriptionBetaTesteur/feedback.svg
index 50c476ade..15bbb24d1 100644
--- a/site/source/components/layout/Footer/InscriptionBetaTesteur/feedback.svg
+++ b/site/source/components/layout/Footer/InscriptionBetaTesteur/feedback.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/components/search/SearchBox.tsx b/site/source/components/search/SearchBox.tsx
index 8a08612a1..cb838be03 100644
--- a/site/source/components/search/SearchBox.tsx
+++ b/site/source/components/search/SearchBox.tsx
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next'
import { connectSearchBox } from 'react-instantsearch-dom'
export const SearchBox = connectSearchBox(
- ({ currentRefinement, isSearchStalled, refine }) => {
+ ({ currentRefinement, isSearchStalled, refine, ...props }) => {
const { t } = useTranslation()
return (
@@ -19,6 +19,7 @@ export const SearchBox = connectSearchBox(
'Mot-clé ou acronyme (ex : CSG)'
)}
isSearchStalled={isSearchStalled}
+ {...props}
/>
)
diff --git a/site/source/components/search/SearchRulesAndSimulators.tsx b/site/source/components/search/SearchRulesAndSimulators.tsx
index 04d7f3b8f..9803590c7 100644
--- a/site/source/components/search/SearchRulesAndSimulators.tsx
+++ b/site/source/components/search/SearchRulesAndSimulators.tsx
@@ -18,7 +18,10 @@ interface Props {
closePopover: () => void
}
-export default function SearchRulesAndSimulators({ closePopover }: Props) {
+export default function SearchRulesAndSimulators({
+ closePopover,
+ ...searchProps
+}: Props) {
const location = useLocation()
const prevLocation = useRef(location)
useEffect(() => {
@@ -33,7 +36,7 @@ export default function SearchRulesAndSimulators({ closePopover }: Props) {
indexName={`${ALGOLIA_INDEX_PREFIX}rules`}
searchClient={searchClient}
>
-
+
diff --git a/site/source/components/simulationExplanation/InstitutionsPartenaires.tsx b/site/source/components/simulationExplanation/InstitutionsPartenaires.tsx
index 53622e4f3..b0fdb2398 100644
--- a/site/source/components/simulationExplanation/InstitutionsPartenaires.tsx
+++ b/site/source/components/simulationExplanation/InstitutionsPartenaires.tsx
@@ -110,7 +110,7 @@ export function CotisationsUrssaf({
target="_blank"
rel="noreferrer"
>
-
+
@@ -245,7 +245,7 @@ export function InstitutionsPartenairesArtisteAuteur() {
target="_blank"
rel="noreferrer"
>
-
+
{descriptionIRCEC}
diff --git a/site/source/design-system/accordion/chevron.svg b/site/source/design-system/accordion/chevron.svg
index 1de5dd0f8..48c3dad3b 100644
--- a/site/source/design-system/accordion/chevron.svg
+++ b/site/source/design-system/accordion/chevron.svg
@@ -1,3 +1,3 @@
-
diff --git a/site/source/design-system/message/baseIcon.svg b/site/source/design-system/message/baseIcon.svg
index 28a4d40ac..65c21fb50 100644
--- a/site/source/design-system/message/baseIcon.svg
+++ b/site/source/design-system/message/baseIcon.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/design-system/message/infoIcon.svg b/site/source/design-system/message/infoIcon.svg
index c97b6bc9c..84707fbca 100644
--- a/site/source/design-system/message/infoIcon.svg
+++ b/site/source/design-system/message/infoIcon.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/design-system/message/successIcon.svg b/site/source/design-system/message/successIcon.svg
index e02eae0e5..3174d25cb 100644
--- a/site/source/design-system/message/successIcon.svg
+++ b/site/source/design-system/message/successIcon.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/design-system/popover/Popover.tsx b/site/source/design-system/popover/Popover.tsx
index 8ef552e97..02eb142eb 100644
--- a/site/source/design-system/popover/Popover.tsx
+++ b/site/source/design-system/popover/Popover.tsx
@@ -101,6 +101,7 @@ export default function Popover(
Fermer
-
- mon-entreprise_logo_fr
diff --git a/site/source/images/company.svg b/site/source/images/company.svg
index 646ce8f5b..792136476 100755
--- a/site/source/images/company.svg
+++ b/site/source/images/company.svg
@@ -1,6 +1,6 @@
-
- mon-entreprise_logo
diff --git a/site/source/images/logo-dgfip.svg b/site/source/images/logo-dgfip.svg
index b0a9a66c3..793ec1f7d 100644
--- a/site/source/images/logo-dgfip.svg
+++ b/site/source/images/logo-dgfip.svg
@@ -1 +1 @@
-
+
diff --git a/site/source/images/logo-monentreprise.svg b/site/source/images/logo-monentreprise.svg
index 6cccdeae0..dfbae4aa5 100644
--- a/site/source/images/logo-monentreprise.svg
+++ b/site/source/images/logo-monentreprise.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/images/logo-mycompany.svg b/site/source/images/logo-mycompany.svg
index 21b55afb3..12aa771d2 100644
--- a/site/source/images/logo-mycompany.svg
+++ b/site/source/images/logo-mycompany.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/images/logo.svg b/site/source/images/logo.svg
index 6cccdeae0..dfbae4aa5 100644
--- a/site/source/images/logo.svg
+++ b/site/source/images/logo.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/images/logos-caisses-retraite/cavp.svg b/site/source/images/logos-caisses-retraite/cavp.svg
index fa05a2fb9..13cc209f1 100644
--- a/site/source/images/logos-caisses-retraite/cavp.svg
+++ b/site/source/images/logos-caisses-retraite/cavp.svg
@@ -1 +1 @@
-logo-cavp
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/images/marianne.svg b/site/source/images/marianne.svg
index be9dc53c3..7d9a4de07 100644
--- a/site/source/images/marianne.svg
+++ b/site/source/images/marianne.svg
@@ -1,6 +1,6 @@
-
+
diff --git a/site/source/images/revenus.svg b/site/source/images/revenus.svg
index 96052b880..033039ffe 100644
--- a/site/source/images/revenus.svg
+++ b/site/source/images/revenus.svg
@@ -1 +1 @@
-savings
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Budget/budget.md b/site/source/pages/Budget/budget.md
index 40d18a1f9..c9f8258f7 100644
--- a/site/source/pages/Budget/budget.md
+++ b/site/source/pages/Budget/budget.md
@@ -59,7 +59,7 @@ Gamma](https://beta.gouv.fr/approche/acceleration) financé par la
---
-En 2022 le projet mieux intégré au sein de l'[Urssaf Caisse Nationale](https://www.acoss.fr).
+En 2022 le projet devient mieux intégré au sein de l'[Urssaf Caisse Nationale](https://www.acoss.fr).
En complément du financement apporté par l'Urssaf, le projet bénéficie du programme [France Relance](https://france-relance.transformation.gouv.fr/).
diff --git a/site/source/pages/Creer/créer.svg b/site/source/pages/Creer/créer.svg
index c452dce31..36187b5a9 100644
--- a/site/source/pages/Creer/créer.svg
+++ b/site/source/pages/Creer/créer.svg
@@ -1 +1 @@
-plans
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Landing/illustration.backup.svg b/site/source/pages/Landing/illustration.backup.svg
index 5ba285132..361fc9ee7 100644
--- a/site/source/pages/Landing/illustration.backup.svg
+++ b/site/source/pages/Landing/illustration.backup.svg
@@ -1 +1 @@
-mon-entreprise_illustration_home
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Landing/illustration.svg b/site/source/pages/Landing/illustration.svg
index 151054323..ec8706d82 100644
--- a/site/source/pages/Landing/illustration.svg
+++ b/site/source/pages/Landing/illustration.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/pages/Landing/illustration2.svg b/site/source/pages/Landing/illustration2.svg
index 39eaafe38..42aedb89d 100644
--- a/site/source/pages/Landing/illustration2.svg
+++ b/site/source/pages/Landing/illustration2.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/pages/Simulateurs/EconomieCollaborative/images/car.svg b/site/source/pages/Simulateurs/EconomieCollaborative/images/car.svg
index 84c74538b..ca6d64c82 100644
--- a/site/source/pages/Simulateurs/EconomieCollaborative/images/car.svg
+++ b/site/source/pages/Simulateurs/EconomieCollaborative/images/car.svg
@@ -1 +1 @@
-fast car
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Simulateurs/EconomieCollaborative/images/checklist.svg b/site/source/pages/Simulateurs/EconomieCollaborative/images/checklist.svg
index dc0a9c68c..21075ea93 100644
--- a/site/source/pages/Simulateurs/EconomieCollaborative/images/checklist.svg
+++ b/site/source/pages/Simulateurs/EconomieCollaborative/images/checklist.svg
@@ -1 +1 @@
-checklist
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Simulateurs/EconomieCollaborative/images/multitasking.svg b/site/source/pages/Simulateurs/EconomieCollaborative/images/multitasking.svg
index e44c75437..a32b1a154 100644
--- a/site/source/pages/Simulateurs/EconomieCollaborative/images/multitasking.svg
+++ b/site/source/pages/Simulateurs/EconomieCollaborative/images/multitasking.svg
@@ -1 +1 @@
-multitasking
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Simulateurs/EconomieCollaborative/images/pizzaSharing.svg b/site/source/pages/Simulateurs/EconomieCollaborative/images/pizzaSharing.svg
index 3b8546e99..7f8991b1b 100644
--- a/site/source/pages/Simulateurs/EconomieCollaborative/images/pizzaSharing.svg
+++ b/site/source/pages/Simulateurs/EconomieCollaborative/images/pizzaSharing.svg
@@ -1 +1 @@
-pizza sharing
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/Simulateurs/ImpôtSociété.tsx b/site/source/pages/Simulateurs/ImpôtSociété.tsx
index f7236f82c..0523dfb31 100644
--- a/site/source/pages/Simulateurs/ImpôtSociété.tsx
+++ b/site/source/pages/Simulateurs/ImpôtSociété.tsx
@@ -37,7 +37,7 @@ export default function ISSimulation() {
Ce simulateur s’adresse aux{' '}
- TPE : il prend en
+ TPE : il prend en
compte les taux réduits de l’impôt sur les sociétés.
diff --git a/site/source/pages/Simulateurs/images/illustration-simulateur.svg b/site/source/pages/Simulateurs/images/illustration-simulateur.svg
index e986caa09..675900eb2 100644
--- a/site/source/pages/Simulateurs/images/illustration-simulateur.svg
+++ b/site/source/pages/Simulateurs/images/illustration-simulateur.svg
@@ -1 +1 @@
-Calculator
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/gerer/_components/Video.tsx b/site/source/pages/gerer/_components/Video.tsx
index 451a7294e..546bbf09d 100644
--- a/site/source/pages/gerer/_components/Video.tsx
+++ b/site/source/pages/gerer/_components/Video.tsx
@@ -27,8 +27,8 @@ export default function Video() {
allowFullScreen
title={
i18n.language === 'fr'
- ? '3 minutes pour comprendre la Sécurité Sociale'
- : '3 minutes to understand the French Social Security system'
+ ? 'Vidéo Youtube : 3 minutes pour comprendre la Sécurité Sociale'
+ : 'Youtube video : 3 minutes to understand the French Social Security system'
}
/>
diff --git a/site/source/pages/gerer/_components/forms.svg b/site/source/pages/gerer/_components/forms.svg
index 12e0113c5..cf0f0d8b3 100644
--- a/site/source/pages/gerer/_components/forms.svg
+++ b/site/source/pages/gerer/_components/forms.svg
@@ -1,4 +1,4 @@
-
+
diff --git a/site/source/pages/gerer/_components/growth.svg b/site/source/pages/gerer/_components/growth.svg
index 87b0c231c..e66874b61 100644
--- a/site/source/pages/gerer/_components/growth.svg
+++ b/site/source/pages/gerer/_components/growth.svg
@@ -1,5 +1,6 @@
fill_in
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_access_denied_re_awnf.svg b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_access_denied_re_awnf.svg
index 60647f0e3..b8a41eb25 100644
--- a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_access_denied_re_awnf.svg
+++ b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_access_denied_re_awnf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_fill_in_mie5.svg b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_fill_in_mie5.svg
index b02a345f3..cbbf41b7e 100644
--- a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_fill_in_mie5.svg
+++ b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_fill_in_mie5.svg
@@ -1 +1 @@
-fill_in
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_warning_cyit.svg b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_warning_cyit.svg
index c5727e096..84c7651e6 100644
--- a/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_warning_cyit.svg
+++ b/site/source/pages/gerer/declaration-revenu-independants/_components/undraw_warning_cyit.svg
@@ -1 +1 @@
-warning
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/gerer/demande-mobilité/undraw_Traveling_re_weve.svg b/site/source/pages/gerer/demande-mobilité/undraw_Traveling_re_weve.svg
index 3d036e4c5..f20e40367 100644
--- a/site/source/pages/gerer/demande-mobilité/undraw_Traveling_re_weve.svg
+++ b/site/source/pages/gerer/demande-mobilité/undraw_Traveling_re_weve.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/pages/integration/Library.tsx b/site/source/pages/integration/Library.tsx
index 438f03f50..46a8b07b5 100644
--- a/site/source/pages/integration/Library.tsx
+++ b/site/source/pages/integration/Library.tsx
@@ -75,7 +75,7 @@ export default function Library() {
Paramétrer le calcul
@@ -134,7 +134,7 @@ export default function Library() {
@@ -169,7 +169,7 @@ export default function Library() {
diff --git a/site/source/pages/integration/Options.tsx b/site/source/pages/integration/Options.tsx
index 23f76a1cd..9e3bdbb06 100644
--- a/site/source/pages/integration/Options.tsx
+++ b/site/source/pages/integration/Options.tsx
@@ -144,6 +144,7 @@ export default function Options() {
margin: 0,
}}
aria-hidden="true"
+ role="img"
>
diff --git a/site/source/pages/integration/_images/logo-betagouv.svg b/site/source/pages/integration/_images/logo-betagouv.svg
index 1d16272a5..105d06f52 100644
--- a/site/source/pages/integration/_images/logo-betagouv.svg
+++ b/site/source/pages/integration/_images/logo-betagouv.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/source/public/favicon/favicon.svg b/site/source/public/favicon/favicon.svg
index 0ee366d9b..54dffafb4 100644
--- a/site/source/public/favicon/favicon.svg
+++ b/site/source/public/favicon/favicon.svg
@@ -1,6 +1,5 @@
-
+
- favicon
diff --git a/site/source/public/favicon/safari-pinned-tab.svg b/site/source/public/favicon/safari-pinned-tab.svg
index 0ee366d9b..54dffafb4 100644
--- a/site/source/public/favicon/safari-pinned-tab.svg
+++ b/site/source/public/favicon/safari-pinned-tab.svg
@@ -1,6 +1,5 @@
-
+
- favicon
diff --git a/site/source/public/références-images/Urssaf.svg b/site/source/public/références-images/Urssaf.svg
index 409868cf8..512e078ba 100644
--- a/site/source/public/références-images/Urssaf.svg
+++ b/site/source/public/références-images/Urssaf.svg
@@ -1,6 +1,6 @@
-