diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md
index 08ba936dd..623d3e753 100644
--- a/CONTRIBUTION.md
+++ b/CONTRIBUTION.md
@@ -10,21 +10,22 @@ A mettre sans retenue dans les messages de commit :
https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages
-* 🎨 `:art:` when working on the app's visual style
-* 🐎 `:racehorse:` when improving performance
-* 📝 `:memo:` when writing docs
-* 🐛 `:bug:` when fixing a bug
-* 🔥 `:fire:` when removing code or files
-* 💚 `:green_heart:` when fixing the CI build
-* ✅ `:white_check_mark:` when adding tests
-* ⬆️ `:arrow_up:` when upgrading dependencies
-* :sparkles: `:sparkles:` when formatting, renaming, reorganizing files
+- 🎨 `:art:` when working on the app's visual style
+- 🐎 `:racehorse:` when improving performance
+- 📝 `:memo:` when writing docs
+- 🐛 `:bug:` when fixing a bug
+- 🔥 `:fire:` when removing code or files
+- 💚 `:green_heart:` when fixing the CI build
+- ✅ `:white_check_mark:` when adding tests
+- ⬆️ `:arrow_up:` when upgrading dependencies
+- :sparkles: `:sparkles:` when formatting, renaming, reorganizing files
Et ceux spécifiques au projet :
-* :gear: `:gear:` pour une contribution au moteur qui traite les YAML
-* :hammer: `:hammer:` pour une contribution à la base de règles
-* :calendar: `:calendar:` pour un changement de règle du à une évolution temporelle (en attendant mieux)
-* :chart_with_upwards_trend: `:chart_with_upwards_trend:` pour une amélioration du tracking
-* :alien: `:alien:` pour ajouter des traductions
-* :wheelchair: `:wheelchair:` pour corriger les problèmes liés à l'accessibilité
+- :gear: `:gear:` pour une contribution au moteur qui traite les YAML
+- :hammer: `:hammer:` pour une contribution à la base de règles
+- :calendar: `:calendar:` pour un changement de règle du à une évolution temporelle (en attendant mieux)
+- :chart_with_upwards_trend: `:chart_with_upwards_trend:` pour une amélioration du tracking
+- :alien: `:alien:` pour ajouter des traductions
+- :wheelchair: `:wheelchair:` pour corriger les problèmes liés à l'accessibilité
+- :fountain_pen: `:fountain_pen:` pour séparer les commits liés à la modification du contenu
diff --git a/index.html b/index.html
index 5d7102b54..56db291dd 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
-
+
- Discover the hiring process
+
+ Discover the hiring process ›
+
diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/CreationChecklist.js b/source/sites/mycompanyinfrance.fr/pages/Company/CreationChecklist.js
index 458ece36e..83e375d3c 100644
--- a/source/sites/mycompanyinfrance.fr/pages/Company/CreationChecklist.js
+++ b/source/sites/mycompanyinfrance.fr/pages/Company/CreationChecklist.js
@@ -45,20 +45,24 @@ const CreateCompany = ({ match, statusChooserCompleted, onChecklistInitializatio
onItemCheck={onItemCheck}
defaultChecked={companyCreationChecklist}
>
- {!microenterprise && (
+ {!microenterprise &&
- The corporate name (raison sociale) is the
+ <>
+ The corporate name (dénomination sociale) is the
legal name of your company, written on all of your
administrative papers. It can be different from the trade name
- (used for commercial purpose).
+ (used for commercial purpose).
+
+ It is advisable to check that the name is available, i.e. that it does not infringe a name already protected by a trademark, a company name, a trade name, an Internet domain name, etc.
+ You can check on the INPI database.
+