diff --git a/src/includes/splash.pug b/src/includes/splash.pug
index bc841a1a60c32d968dc2a3ad61a075425302ae72..be3106e6993fff407e1bbe21ca2456a9b170c924 100644
--- a/src/includes/splash.pug
+++ b/src/includes/splash.pug
@@ -6,7 +6,7 @@ figure(class="logo")
 
 h2.title_lead Welcome to our international index of resources for cooperative mentors and entrepreneurs
 
-#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 ba9c64ae2b0cf6c2289158cfcc42ffcbc3475715..249599fc8bd332679bd8199f18e66ba97917ba8f 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -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{
@@ -1848,6 +1870,14 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
             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) {
@@ -1862,7 +1892,7 @@ b, strong {
 
 
 @media screen and (max-width: 660px) {
-    header#header{
+    div:not(#public-dashboard) header#header{
         height: auto;
         padding-bottom: 2rem;
     }
@@ -1872,17 +1902,17 @@ b, strong {
         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;
         }
@@ -1969,17 +1999,28 @@ 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;