diff --git a/noisettes/header/headerbanner.html b/noisettes/header/headerbanner.html
index cb665edc44451aff768fc4f37acb1866c647a215..9832b431a62a7cfcd330dd2f9d95c292efad2b8e 100644
--- a/noisettes/header/headerbanner.html
+++ b/noisettes/header/headerbanner.html
@@ -85,6 +85,12 @@ if ($banniere['banniere']!='') {
 	height: #CONFIG{soyezcreateurs/hauteurbannierre}px;
 	margin-top: -#CONFIG{soyezcreateurs/hauteurbannierre}px;
 }
+@media screen and (max-width: #GET{LargeurContaineur}px) {
+[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|ou{#CONFIG{soyezcreateurs_layout/pictogrammesoutils,non}|=={avecoutils}})
+  #header_inner {
+    height: auto;
+  }
+}
 ]
 
 [(#CONFIG{soyezcreateurs/afficher_titre,visible}|=={invisible}|oui)
diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 612a275c26717f1a1c24e64789e7cdf9e0afd3f5..7faf002d61ee91a4d655443394855398f66b7477 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -2603,8 +2603,8 @@ a.button.triadeC:focus,
 	]
   }
   #header #cadre_outils ul {
-    padding-left: 1em;
-    padding-right: 1em;
+    padding-left: 0em;
+    padding-right: 0em;
   }
   #header #cadre_outils ul li {
     display: inline-block;
@@ -2620,7 +2620,7 @@ a.button.triadeC:focus,
 	text-align: center;
 	margin-left:0;
 	width: 100%;
-	height: inherit;
+	height: auto;
   }
   .portailcognac #header #logo img {
     display: inline-block;