diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 550bfa531df1e6fae49a749a2ce109d600de2ee9..2f5a5cd573ba9bf47555518199b4b4c012b815d7 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -406,6 +406,11 @@ footer{
     font: 12px "BrandonGrotesqueReg","Arial","Helvetica",sans-serif;
     line-height: 21px;
 }
+@media (max-width: 768px){
+    footer .inner-wrap {
+        flex-direction: column;
+    }
+}
 footer .inner-wrap {
     max-width: 1200px;
     margin: 0px auto;
@@ -425,6 +430,7 @@ footer .inner-wrap {
 .footer__section:last-child{
     flex: 0 1 auto;
 }
+@media (min-width: 960px){
 .footer__address::before {
     content: "";
     display: inline-block;
@@ -435,6 +441,7 @@ footer .inner-wrap {
     margin-right: 40px;
     float: left;
 }
+}
 .footer__address .footer__logo {
     display: inline-block;
     margin-top: 20px;
@@ -443,7 +450,8 @@ footer .inner-wrap {
     margin-right: 40px;
     display: inline-block;
     vertical-align: middle;
-    min-width: 400px;
+    /*min-width: 400px;*/
+    margin-left:50px;
 }