diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index f6cd4dec88238cc39d51966c7bf41b9cf066b7d9..878c4e710fbd8c31ea80b3a4130cf31af7ce776b 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -261,6 +261,9 @@ footer .inner-wrap {
     display: flex;
     flex-direction: column;
 }
+.footer__section>*{
+    flex-grow: 1;
+}
 .footer__section:last-child{
     flex: 0 1 auto;
 }
@@ -318,6 +321,7 @@ footer .inner-wrap {
 .footer__section:last-child span{
     text-align: right;
     font-size: initial;
+    flex-grow: 0;
 }
 
 main a:hover {