diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss
index 0c96298638cee7382b660c86965a30f57fbeea3c..5a19b0cd777a80676ac4307d3af0b28d07e28561 100644
--- a/src/styles/layout/polls/_polls.scss
+++ b/src/styles/layout/polls/_polls.scss
@@ -19,7 +19,7 @@
                   width: 64px;
                   height: 24px;
                   p{
-                  font-size: 11px;
+                    font-size: 11px;
                   }
                 }
               }
@@ -29,8 +29,24 @@
       }
     }
   }
+  /*personnalise css on poll page*/
   #pollPage{
     width: 85%;
     margin: auto;
+    solid-display.topline{
+      >div:first-of-type{
+        *[name="right"]{
+          etuc-display-votetags{
+            >div{
+              width: 64px;
+              height: 24px;
+              p{
+                font-size: 11px;
+              }
+            }
+          }
+        }
+      }
+    }
   }
 }
\ No newline at end of file