diff --git a/src/app/form/form.component.scss b/src/app/form/form.component.scss
index fdc7e0585330c219acc21e2a4d11855d900f1d49..cf266d0101369395fdb7595dd5c343e7c0801fb6 100644
--- a/src/app/form/form.component.scss
+++ b/src/app/form/form.component.scss
@@ -6,7 +6,9 @@
 @import '../../assets/scss/z-index';
 
 $progressBar-height: 50px;
-
+h3 {
+  margin: 0;
+}
 .form {
   background: white;
   width: 100vw;
@@ -57,6 +59,7 @@ $progressBar-height: 50px;
     width: 100%;
     position: absolute;
     height: 50px;
+
     .block-iconMenu {
       right: 44px;
       width: 50px;
@@ -88,7 +91,6 @@ $progressBar-height: 50px;
     margin-bottom: 0;
   }
   h3 {
-    margin: 0;
     @include cn-bold-22;
   }
   .page {
@@ -294,9 +296,6 @@ img {
   border: 1px solid $grey-4;
   border-radius: 4px;
   margin-bottom: 13px;
-  &.equipments {
-    width: 296px;
-  }
   @media #{$tablet} {
     width: 296px;
   }
@@ -373,9 +372,6 @@ img {
         border-radius: 0 4px 4px 0;
         border-left: 0;
       }
-      &.nbEquipment {
-        width: 55px;
-      }
     }
     padding: 0px 15px 19px 12px;
     img {
diff --git a/src/app/form/form.component.ts b/src/app/form/form.component.ts
index 41fc2e1ea28109de8a17be84287bde20c73d4e85..d8a2ef93fdf6d4051af285f83975e53afa838cbb 100644
--- a/src/app/form/form.component.ts
+++ b/src/app/form/form.component.ts
@@ -40,7 +40,7 @@ export class FormComponent implements OnInit {
   public trainingCategories: { category: Category; openned: boolean }[] = [];
 
   // Page and progress var
-  public currentPage = 0;
+  public currentPage = 17;
   public progressStatus = 0;
   public nbPagesForm = 25;
   public isPageValid: boolean;