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 @@


- +
@@ -56,9 +56,9 @@ export default { } .hero{ min-height: 430px; - background-color: #000091; + background-color: #E6EEFE; display: flex; - color: white; + color: #3558A2; padding-bottom: 30px; } .heroText{ diff --git a/site/.vuepress/theme/components/InfoBanner.vue b/site/.vuepress/theme/components/InfoBanner.vue index 378b17f00a4..c8938a6b885 100644 --- a/site/.vuepress/theme/components/InfoBanner.vue +++ b/site/.vuepress/theme/components/InfoBanner.vue @@ -18,8 +18,8 @@ export default { diff --git a/site/.vuepress/theme/components/Menu.vue b/site/.vuepress/theme/components/Menu.vue index 23303a6a973..3f3839fa7df 100644 --- a/site/.vuepress/theme/components/Menu.vue +++ b/site/.vuepress/theme/components/Menu.vue @@ -74,8 +74,8 @@ export default { font-size: 15px; padding: 19px; line-height: 100%; - color: #000091; - border-bottom: 2px solid #000091; + color: #3558A2; + border-bottom: 2px solid #3558A2; } .menuItem:hover{ background-color: #ebebeb; @@ -99,8 +99,8 @@ export default { font-size: 18px; padding: 19px; line-height: 100%; - color: #000091; - border-bottom: 2px solid #000091; + color: #3558A2; + border-bottom: 2px solid #3558A2; font-weight: bold; } .menuItemList:hover{ diff --git a/site/.vuepress/theme/components/PresentationBox.vue b/site/.vuepress/theme/components/PresentationBox.vue index 30bd5f98a4e..0dd5be68821 100644 --- a/site/.vuepress/theme/components/PresentationBox.vue +++ b/site/.vuepress/theme/components/PresentationBox.vue @@ -6,7 +6,7 @@
- +
{{ pbbox.text }} @@ -47,6 +47,7 @@ export default { flex-direction: row; flex-wrap: wrap; justify-content: center; + align-items: stretch; } .pbHeader{ text-align: center; @@ -56,13 +57,13 @@ export default { margin-bottom: 50px; } .pbBox{ - width: 250px; + width: 320px; height: 220px; background-color: #ebebeb; margin-left: 30px; margin-right: 30px; margin-bottom: 50px; - border-bottom: 5px solid #000091; + border-bottom: 5px solid #3558A2; cursor: pointer; } .pbBoxImage{ @@ -74,6 +75,11 @@ export default { .pbBoxText{ margin-bottom: 20px; margin-right: 20px; + margin-left: 20px; text-align: center; + font-size: 16px; + font-weight: bold; + padding: 10px + } \ No newline at end of file diff --git a/site/.vuepress/theme/global-components/Contribution.vue b/site/.vuepress/theme/global-components/Contribution.vue index a7d38d380d8..b9486e4d491 100644 --- a/site/.vuepress/theme/global-components/Contribution.vue +++ b/site/.vuepress/theme/global-components/Contribution.vue @@ -257,7 +257,7 @@ export default { margin-right: 5px; border-radius: 5px; padding: 15px; - color: #000091; + color: #3558A2; margin-bottom: 5px; } .answerSelected{ @@ -265,7 +265,7 @@ export default { margin-right: 5px; border-radius: 5px; padding: 15px; - color: #000091; + color: #3558A2; margin-bottom: 5px; } diff --git a/site/.vuepress/theme/global-components/MenuSchema.vue b/site/.vuepress/theme/global-components/MenuSchema.vue index 5b340d11788..eee2cf0aa1c 100644 --- a/site/.vuepress/theme/global-components/MenuSchema.vue +++ b/site/.vuepress/theme/global-components/MenuSchema.vue @@ -105,7 +105,7 @@