diff --git a/src/includes/mentor/resources/list.pug b/src/includes/mentor/resources/list.pug
index 82fa17f31afc32bcc8085a5acf61fd20e80d67c9..1129599be190b542628a7d25a43c7ab1e456171d 100644
--- a/src/includes/mentor/resources/list.pug
+++ b/src/includes/mentor/resources/list.pug
@@ -74,7 +74,7 @@ div.block_list
                     search-fields='status'
                     label-target='Target audience:'
                     label-language.name='Language:'
-                    label-submitter.email="submitter'email :"
+                    label-submitter.email="Submitter email:"
                     label-fields='Fields:'
                     each-label-fields=''
                     multiple-fields
diff --git a/src/includes/splash.pug b/src/includes/splash.pug
index b7546515e8d5294793c3ca92bd1d7b295123c99a..23f0b1a8fe6c27a2952e707b468e698d2d8b68b2 100644
--- a/src/includes/splash.pug
+++ b/src/includes/splash.pug
@@ -6,7 +6,7 @@ figure(class="logo")
 
 h2.title_lead=`${data.welcome}`
 
-#splash-index(hidden).no-sidebar.block_log.flex
+#splash-index(hidden).no-sidebar.block_log.flex.loggin
     figure.img_log
         img(src="../images/mentor.png" 
             alt="Connect as mentor")
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 7f4e98f4f9f66eebdf519e513c025a3a7027f7e7..249599fc8bd332679bd8199f18e66ba97917ba8f 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -880,7 +880,7 @@ figure+figure .img_log{
    margin: 0; 
 }
 
-h2.title_create,{
+h2.title_create{
     font-family: 'var(--typo)';
     font-size: 2.2rem;
     text-align: center;
@@ -1730,6 +1730,16 @@ cs-display-property[name="mentor_profile.country.name"] p{
     background: white;
     border: 2px rgba(68,76,77, 1) solid;
 }
+/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXXX ELEMENTS CACHES XXXXXXXXXXXXXXXXXXX
+XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
+
+header span.ico_search input,
+header .ico_search:before{
+    display: none;
+}
+
 /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 XXXXXXXXXXXXXXXXXXXXXXXX MEDIA QUERIES XXXXXXXXXXXXXXXXXXXXX
@@ -1750,6 +1760,18 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
         font-size: 1.5rem;
     }
 }
+@media screen and (max-width: 840px) {
+    /* Partie mentor */
+    #splash .block_log.loggin{
+        max-width: 55%;
+    }
+    .block_log.loggin{
+        width: 55%;
+        &.flex{
+            flex-direction: column;
+        }
+    }
+}
 @media screen and (max-width: 800px) {
     /* Partie entrepreneur */
     .container_min{
@@ -1800,8 +1822,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
         &+.profile_information{
             margin: 1rem;
             .button_edit{
-           right: -.5rem;
-        }
+               right: -.5rem;
+            }
         }
     }
     .format_type p,#mentor-database container .step cs-display-resource-property[name="format.name"] p,#entrepreneur-resource-list container .step cs-display-resource-property[name="format.name"] p, #public-resource-list container .step cs-display-resource-property[name="format.name"] p, #mentor-database container .step cs-display-resource-property[name="format.name"] p{
@@ -1817,7 +1839,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
         margin-top: 5%;
     }
 /* Partie public */
-    #public-resource-list container .step cs-display-resource-property[name="format.name"] p,{
+    #public-resource-list container .step cs-display-resource-property[name="format.name"] p{
         padding: 1.5rem;
     }
     #entrepreneur-resource-list .step div div fake-dislike, #public-resource-list .step div div fake-dislike, #mentor-database .step div div fake-dislike{
@@ -1846,7 +1868,16 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
             font-family: 'var(--typo-btn)';
             font-size: 2rem;
             color: var(--bg-btn-base);
+        }
     }
+    .sib-conversation [name="conversation-wrapper"], 
+    .sib-conversation [name="message-wrapper"],
+    sib-display[nested-field="conversations"],
+    sib-display[nested-field="dislikes"],
+    sib-display[nested-field="likes"]{
+            display: none!important;
+        }
+
 }
 
 @media screen and (max-width: 750px) {
@@ -1855,37 +1886,33 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
   }
 }
 
-[hidden] {
-	display: none !important;
-}
-
 b, strong {
 	font-weight: bolder;
 }
 
 
 @media screen and (max-width: 660px) {
-    header#header{
+    div:not(#public-dashboard) header#header{
         height: auto;
         padding-bottom: 2rem;
     }
-        .container_min+.block_list .button__actions:not(.keyword_submit){
+    .container_min+.block_list .button__actions:not(.keyword_submit){
         display: flex;
         justify-content: space-between;
         width: 100%;
         flex-wrap: wrap;
-        }
-    header>div>.flex{
+    }
+    div:not(#public-dashboard) header>div>.flex{
         flex-direction: column;
         flex-wrap: nowrap;
-    .flex{
-        width: 90%;
-        margin: 0 auto;
-        figure{
-            margin: 0;
+        .flex{
+            width: 90%;
+            margin: 0 auto;
+            figure{
+                margin: 0;
+            }
+
         }
-        
-    }
         .logo_head {
             margin: 2rem;
         }
@@ -1972,14 +1999,29 @@ b, strong {
         right: -8px;
         font-size: 1.4rem;
     }
-    #mentor-resource-list .tabs div:nth-child(2):after{
+    #mentor-resource-list .tabs div.tablink:nth-child(2):after{
         content:"\f274";
     }
-    #mentor-resource-list .tabs div:nth-child(3):after{
+    #mentor-resource-list .tabs div.tablink:nth-child(3):after{
         content:"\f073";
     }
-    #mentor-resource-list .tabs div.active:after{
+    #mentor-resource-list .tabs div.tablink.active:after{
         content:"";
     }
+
 }
+
+@media screen and (max-width: 501px) {
+    #entrepreneur-resource-list container .step cs-display-resource-property[name="format.name"] p,
+    #public-resource-list container .step cs-display-resource-property[name="format.name"] p,
+    #public-resource-list .step div div fake-like,
+    #public-resource-list .step div div fake-dislike,
+    #entrepreneur-resource-list .step div div fake-like, 
+    #entrepreneur-resource-list .step div div fake-dislike{
+        display: none!important;
+    }
+}
+
+[hidden] {
+	display: none !important;
 }
\ No newline at end of file