diff --git a/source/components/conversation/Conversation.js b/source/components/conversation/Conversation.js index 41f2319ec..d1fb75d3b 100644 --- a/source/components/conversation/Conversation.js +++ b/source/components/conversation/Conversation.js @@ -30,10 +30,11 @@ export default class Conversation extends Component { return (
- +
{currentQuestion && ( + {getInputComponent(flatRules, targetNames)(currentQuestion)} )} diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index d264a3e8f..4339e6e97 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -63,7 +63,9 @@ p, ul { line-height: 1.7rem; } - +li { + margin-bottom: 1rem; +} a { border: none; display: inline-block; diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/RegistrationPending.js b/source/sites/mycompanyinfrance.fr/pages/Company/RegistrationPending.js index 3d69b78b7..66ed41752 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/RegistrationPending.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/RegistrationPending.js @@ -8,6 +8,38 @@ const DuringRegistration = () => (

If you have trouble completing your application, we can help.

+ +

Administrative papers

+

Once your business has been officially registered, you will receive:

+
    +
  • + Your Siret number + , which identifies your company +
  • +
  • + Your APE code + , which defines your business sector +
  • +
  • + Your K-bis extract + , which certifies that your company is properly registrated +
  • +
+

Siren and Siret

+

+ The Siren number identifies your company while the Siret number identifies + each place of business operated by the same company. +

+ Siret and siren number +

APE Code

+

+ The APE code for the business sector to which your company belong. The APE + code is used to classify your company’s main operations in relation to the + french business nomenclature system (« NAF » code). It also determines the + applicable collective agreement as well as the industrial accident rate in + the field to which you or your company belong. +

+

Next steps to do

While your application is being processed, you can focus on the following tasks:{' '} @@ -31,43 +63,10 @@ const DuringRegistration = () => (

- You can also{' '} - - learn more about social security system and simulate your first employee - + Finally you can, learn more about social security system and simulate your + first employee. + Simulate hiring costs

-

Application status

-

Once your business has been officially registered, you will receive:

-
    -
  • - Your Siret number - , which identifies your company -
  • -
  • - Your APE code - , which defines your business sector -
  • -
  • - Your K-bis extract - , which certifies that your company is properly registrated -
  • -
- I've received my SIRET number -

Siren and Siret

-

- The Siren number identifies your company while the Siret number identifies - each place of business operated by the same company. -

- Siret and siren number -

APE Code

-

- The APE code for the business sector to which your company belong. The APE - code is used to classify your company’s main operations in relation to the - french business nomenclature system (« NAF » code). It also determines the - applicable collective agreement as well as the industrial accident rate in - the field to which you or your company belong. -

-

Kbis extract

)