diff --git a/pages/assets/css/bloc.css b/pages/assets/css/bloc.css
index 37474c024e047f9a22bd05bc15a251edb47ecda8..b0d94fb92185cceb12d0b7a2b710e26c63df6abb 100644
--- a/pages/assets/css/bloc.css
+++ b/pages/assets/css/bloc.css
@@ -32,10 +32,6 @@ .object {
     -webkit-animation: spin 30s infinite linear;
     -moz-animation: spin 30s infinite linear;
     animation: spin 30s infinite linear;
-
-    image-rendering: pixelated;
-    image-rendering: -moz-crisp-edges;
-    image-rendering: crisp-edges;
   }
   .block > div {
     height: 100%;
diff --git a/pages/assets/css/styles.css b/pages/assets/css/styles.css
index b64e63d164f497d0266863ced4fd98029bc8087b..d07b48797dd0c582e5006e95788fee45fa437407 100644
--- a/pages/assets/css/styles.css
+++ b/pages/assets/css/styles.css
@@ -123,4 +123,9 @@ .shopsFilters select{
 }
 .card-top{
     height: 7rem;
+    display: flex;
+    justify-content: center;
+    image-rendering: pixelated;
+    image-rendering: -moz-crisp-edges;
+    image-rendering: crisp-edges;
 }
\ No newline at end of file