diff --git a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
index 3f30f02c459f318373a797efedc82ae7909f3663..fdf5dc0980c1e3e3d9f23402b5637c1cd0ebdc32 100644
--- a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
+++ b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss
@@ -24,6 +24,10 @@
   padding-right: 12px;
 }
 
+.content {
+  width: 600px;
+}
+
 .scroll {
   box-sizing: border-box;
   height: 50vh;
diff --git a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
index 68c7f1185da50801886f2669af07daea2c3f503a..44602a6f50c4d4fec7c5f81790a0ed5400fc27a1 100644
--- a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
+++ b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
@@ -3,7 +3,7 @@
   <div class="title">
     <h3>Quels sont le nom et l'adresse de cette structure&nbsp;?</h3>
   </div>
-  <div class="formGroup" style="max-width: 300px">
+  <div class="formGroup">
     <app-input
       id="name"
       label="Nom"