diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index 1a19430aed7..261b917dcc8 100755
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -84,7 +84,7 @@ head: [
"url": "/statistiques.html",
},
{
- "title": "A propos",
+ "title": "À propos",
"url": "/apropos.html",
},
],
@@ -108,7 +108,7 @@ head: [
url: '/schemas.html'
},
{
- img: '/assets/chat.png',
+ img: '/assets/community.png',
text: 'Contribuez en proposant votre propre schéma',
url: '/contribuer.html'
},
diff --git a/site/.vuepress/public/assets/arrow-right.png b/site/.vuepress/public/assets/arrow-right.png
new file mode 100644
index 00000000000..301bff81743
Binary files /dev/null and b/site/.vuepress/public/assets/arrow-right.png differ
diff --git a/site/.vuepress/public/assets/community.png b/site/.vuepress/public/assets/community.png
new file mode 100644
index 00000000000..278437eb316
Binary files /dev/null and b/site/.vuepress/public/assets/community.png differ
diff --git a/site/.vuepress/public/assets/logo_schema.png b/site/.vuepress/public/assets/logo_schema.png
new file mode 100644
index 00000000000..22ef240c043
Binary files /dev/null and b/site/.vuepress/public/assets/logo_schema.png differ
diff --git a/site/.vuepress/public/assets/magnifying-glass.png b/site/.vuepress/public/assets/magnifying-glass.png
index 6e0936b9af4..ced6f069d38 100644
Binary files a/site/.vuepress/public/assets/magnifying-glass.png and b/site/.vuepress/public/assets/magnifying-glass.png differ
diff --git a/site/.vuepress/public/assets/question.png b/site/.vuepress/public/assets/question.png
index a2c1f9e4adb..215018a4ddb 100644
Binary files a/site/.vuepress/public/assets/question.png and b/site/.vuepress/public/assets/question.png differ
diff --git a/site/.vuepress/public/assets/right-arrow.png b/site/.vuepress/public/assets/right-arrow.png
index 17ca7e4138b..c7b71694074 100644
Binary files a/site/.vuepress/public/assets/right-arrow.png and b/site/.vuepress/public/assets/right-arrow.png differ
diff --git a/site/.vuepress/styles/style.css b/site/.vuepress/styles/style.css
index 600cd0dc341..f69a5a3e0e9 100755
--- a/site/.vuepress/styles/style.css
+++ b/site/.vuepress/styles/style.css
@@ -12,4 +12,14 @@ h3 {
h4 {
margin-top: 2rem;
-}
\ No newline at end of file
+}
+
+.fr-btn { /* Styles pour les boutons avec classe `fr-btn` */
+ background-color: #3558A2; /* Couleur de fond */
+ color: white; /* Couleur du texte */
+}
+
+.fr-btn--secondary { /* Styles pour les boutons avec classe `fr-btn--secondary` */
+ background-color: white; /* Couleur personnalisée pour le bouton secondaire */
+ color: #3558A2; /* Couleur du texte */
+}
diff --git a/site/.vuepress/theme/components/Header.vue b/site/.vuepress/theme/components/Header.vue
index c9d627c045d..192542da445 100644
--- a/site/.vuepress/theme/components/Header.vue
+++ b/site/.vuepress/theme/components/Header.vue
@@ -60,7 +60,7 @@ export default {
}
.rss-span {
- color: #000091;
+ color: #3558A2;
font-weight: bold;
font-size: 12px;
padding: 8px 16px;
diff --git a/site/.vuepress/theme/components/Hero.vue b/site/.vuepress/theme/components/Hero.vue
index fc9d289f13b..1e98c19e797 100644
--- a/site/.vuepress/theme/components/Hero.vue
+++ b/site/.vuepress/theme/components/Hero.vue
@@ -11,16 +11,16 @@