diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
index 9857722120c780df5bf40cb526abc429e0939c10..3bd538049117889a97ee41ef0ed2bae241938b18 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.html
@@ -12,7 +12,7 @@
           </button>
         </div> -->
         <!--Panel content separator-->
-        <div class="pastis-entete-1-separator"></div>
+<!--        <div class="pastis-entete-1-separator"></div>-->
         <!--Text cotopntainer-->
         <div class="pastis-entete-1-text">
           <div class="pastis-entete-1-text-titre">{{resolveCurrentNodeName()}}</div>
diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
index 2cb75db82c28b744e5593ebaf8b64013059c52e1..06465e0c3c5403f93938de099d19ce8a8ebbdbd7 100644
--- a/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
+++ b/ui/ui-frontend/projects/pastis/src/app/profile/edit-profile/file-tree-metadata/file-tree-metadata.component.scss
@@ -60,9 +60,10 @@ td {
 }
 
 .mat-select-value-text {
-  //@extend .text-text-medium;
+  @extend .text-text-normal;
+  color: var(--vitamui-grey-600);
   vertical-align: middle;
-  margin: 13px 10px 13px 15px;
+  //margin-left: 25px;
   max-width: 200px;
 }
 
@@ -130,7 +131,7 @@ td {
 }
 
 .value-text-area {
-  padding: 0px;
+  padding: 10px 15px 10px 15px;
   width: 80%;
   color:#212121;
   height:50px;
@@ -156,6 +157,11 @@ td {
 
 }
 
+.pastis-table-input-border, .value-text-area, .comment-text-area, .select-border, .commentaire-pastis .vitamui-input:not(.disabled) {
+  padding: 10px 15px 10px 15px;
+}
+
+
 .select-border{
   @extend .pastis-table-input-border;
 }
@@ -163,7 +169,6 @@ td {
 .comment-text-area {
   @extend .value-text-area;
  //@extend .pastis-textarea-comment;
-  padding: 0px;
   float: left;
   text-align: left;
   text-indent: 10px;
@@ -461,7 +466,9 @@ dp-day-calendar .dp-day-calendar-container {
 }
 
 .pastis-metadata-table-col-small .mat-select {
-  max-width: 106px;
+  max-width: 120px;
+  height:50px;
+  padding: 13px 15px 13px 15px;
 }
 
 .complex-element-no-child {
diff --git a/ui/ui-frontend/projects/pastis/src/assets/css/_dropdown.scss b/ui/ui-frontend/projects/pastis/src/assets/css/_dropdown.scss
index 564c50ae35420a4d93efa747214d022d8d46fc47..26e1d641b3658ff37f0734ed5a601092a01412fc 100644
--- a/ui/ui-frontend/projects/pastis/src/assets/css/_dropdown.scss
+++ b/ui/ui-frontend/projects/pastis/src/assets/css/_dropdown.scss
@@ -97,14 +97,16 @@ $dropdowns-background: (
 
 /*Defines dropdown font-text*/
 .mat-select-trigger {
-    @extend .dropdown-font-text;
-    display: block;
+    //@extend .dropdown-font-text;
+  @extend .text-text-normal;
+  /*  display: block;
     max-height: 19px;
     padding-left: 10px;
-    padding-right: 20px;
+    padding-right: 20px;*/
 }
 
 .dropdown-font-text {
+
     padding-top: 4px;
     height: 20px;
     max-height: 51px;