diff --git a/public/opac/mobile/css/global.css b/public/opac/mobile/css/global.css
index 3fbc64551afa1bad0192d7b28ba955a8833f28d0..46cfb9458efb3848c70c7f67d75ee936c9c8e51a 100644
--- a/public/opac/mobile/css/global.css
+++ b/public/opac/mobile/css/global.css
@@ -344,7 +344,7 @@ div.bk-widget div.b-counter {
 @media only screen and (max-width : 320px) {
     .boite {
 	width: 50%;
-	height: 115px;
+	height: 105px;
 	float: left;
 	text-align: center;
     }
@@ -353,35 +353,35 @@ div.bk-widget div.b-counter {
 	display: none;
     }
 
-    .titre{
+    .titre h1{
 	margin: 0;
 	display: block;
 	background-repeat: no-repeat;
 	background-position: center top;
-	padding: 65px 0 0 0;
+	padding: 64px 0 0 0;
     }
 
-    .news .titre {
+    .news .titre h1 {
 	background-image: url(../images/Iconemobiles/news64.png);
     }
     
-    .critiques .titre {
+    .critiques .titre h1 {
 	background-image: url(../images/Iconemobiles/critiques64.png);
     }
     
-    .bib_numerique .titre {
+    .bib_numerique .titre h1 {
 	background-image: url(../images/Iconemobiles/bibnum64.png);
     }
     
-    .calendar .titre {
+    .calendar .titre h1 {
 	background-image: url(../images/Iconemobiles/date64.png);
     }
 
-    .kiosque .titre {
+    .kiosque .titre h1 {
 	background-image: url(../images/Iconemobiles/kiosque64.png);
     }
 
-    .titre {
+    .titre h1 {
 	font: 0.9em Helvetica,Arial;
     }
 
@@ -396,11 +396,11 @@ div.bk-widget div.b-counter {
 	display: block;
     }
 
-    .show-maximizer .titre {
+    .show-maximizer .titre h1 {
 	float:none;
     }
 
-    .one-block-visible .show-maximized .titre{
+    .one-block-visible .show-maximized .titre h1{
 	opacity: 1;
     }
     
@@ -411,7 +411,7 @@ div.bk-widget div.b-counter {
 	left: 0;
     }
 
-    .one-block-visible div.img-titre .titre {
+    .one-block-visible div.img-titre .titre h1 {
 	display: none;
     }
 
@@ -422,27 +422,27 @@ div.bk-widget div.b-counter {
 	margin: 2px;
     }
 
-    .one-block-visible .titre {
+    .one-block-visible .titre h1 {
 	margin: 0;
 	opacity: 0.2;
 	height: 32px;
     }
 
-    .one-block-visible .news .titre {
+    .one-block-visible .news .titre h1 {
 	background-image: url(../images/Iconemobiles/news32.png);
     }
 
-    .one-block-visible .critiques .titre {
+    .one-block-visible .critiques .titre h1 {
 	background-image: url(../images/Iconemobiles/critiques32.png);
     }
 
-    .one-block-visible .bib_numerique .titre {
+    .one-block-visible .bib_numerique .titre h1 {
 	background-image: url(../images/Iconemobiles/bibnum32.png);
     }
-    .one-block-visible .kiosque .titre {
+    .one-block-visible .kiosque .titre h1 {
 	background-image: url(../images/Iconemobiles/kiosque32.png);
     }
-    .one-block-visible .calendar .titre {
+    .one-block-visible .calendar .titre h1 {
 	background-image: url(../images/Iconemobiles/date32.png);
     }