diff --git a/static/css/main.css b/static/css/main.css
index a33b9a0e6da3d2dd374c9cc86f366d29651b5817..db4fe7731b5643e1183b9ee7474ae079c32df240 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -29,13 +29,24 @@ h4 {
 }
 
 .footer {
-  text-align: center;
   background-color: white;
 }
 
+.footer div.col-9 {
+  padding-left: 1rem;
+}
+.footer div.col-3 {
+  text-align: end;
+  padding-right: 2rem;
+}
+
 .footer img {
-  height: 50px;
-  margin: 10px;
+  height: 40px;
+  margin: 5px 10px;
+}
+
+.footer a {
+  text-decoration:none
 }
 
 /* display none alors pourquoi ? */