diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index df53729664672edac4e3b1e5290139331d285954..97551cd250edd1a240a776eca8d4fafb5b3801df 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -551,6 +551,12 @@ td.showDragHandle {
 #id-right {	/* This must stay id-right ant not be replaced with echo $right */
 	width: 100%;
 }
+#id-left {
+	background-color: #fff;
+	border-right: 1px #888 solid;
+/*	height: calc(100% - 50px);*/
+}
+
 
 div.fiche {
 	margin-<?php print $left; ?>: <?php print (GETPOST("optioncss") == 'print'?6:((empty($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT))?($dol_hide_leftmenu?'4':'20'):'24')); ?>px;
@@ -3674,7 +3680,6 @@ border-top-right-radius: 6px;
 .public_border {
 	border: 1px solid #888;
 }
-.public_liste_titre {
 
 
 
@@ -3686,6 +3691,17 @@ border-top-right-radius: 6px;
 }
 @media only screen and (max-width: 767px)
 {
+	.mainmenuaspan {
+    	display: none;
+    }
+    li.tmenu, li.tmenusel {
+    	min-width: 34px;
+    }
+    div.mainmenu {
+    	min-width: auto;
+    	background-position-y: 8px;
+    	height: 34px;
+    }
 	.imgopensurveywizard { width:95%; height: auto; }
 }