diff --git a/src/app/annuaire/result-list/result-list.component.scss b/src/app/annuaire/result-list/result-list.component.scss
index 7d50a695963f24c90f2cee9d22f4707514bcbc50..ffa95bc69c880aa0720991d9ce0a3d1ae1246f6b 100644
--- a/src/app/annuaire/result-list/result-list.component.scss
+++ b/src/app/annuaire/result-list/result-list.component.scss
@@ -34,7 +34,7 @@
   }
   &.notEmpty {
     //make sure it fits the correct height no matter the content lengtj and screen height
-    max-height: calc(100vh - $footer-height - $header-height - $header-height - 2rem);
+    max-height: calc(100vh - $footer-height - $header-height - $header-height - 5rem);
     @media #{$large-phone} {
       height: 100%;
     }
diff --git a/src/app/annuaire/search-bar/search-bar.component.scss b/src/app/annuaire/search-bar/search-bar.component.scss
index 2560af6a875aa5a92f375839c9de7930824c5f57..470df43630d3ac4534fb5fec12a0ad806c7f36bc 100644
--- a/src/app/annuaire/search-bar/search-bar.component.scss
+++ b/src/app/annuaire/search-bar/search-bar.component.scss
@@ -17,8 +17,7 @@
 .content {
   display: flex;
   align-items: center;
-  max-width: 980px;
-  margin: 0 auto 0.5rem auto;
+  margin-bottom: 0.5rem;
   input {
     @include lato-regular-13;
     @include input-search;
@@ -188,7 +187,7 @@ a {
   }
 }
 .filterTags {
-  margin: 0.5rem 0 0 0;
+  margin-top: 0.5rem;
   .title {
     margin-top: 5px;
     color: $grey-3;