diff --git a/static/src/css/3adentaire_frontend.css b/static/src/css/3adentaire_frontend.css
index 7cad50710cb7118a6b07443353c4c329c20c96fc..760277d1c946fd05dc0a6ad2900d7e1aaf7a244c 100755
--- a/static/src/css/3adentaire_frontend.css
+++ b/static/src/css/3adentaire_frontend.css
@@ -81,4 +81,19 @@ a:hover {
 }
 .availability_messages .text-danger span {
     display: none;
-}
\ No newline at end of file
+}
+
+/******************************
+/** SURVEY
+/******************************/
+h1[data-oe-model="survey.page"] {
+    margin-top: 30px;
+}
+.js_question-wrapper {
+    margin-top: 30px;
+    margin-bottom: 45px;
+}
+.js_question-wrapper h2 {
+    margin-bottom: 20px;
+    font-size: 1.5rem;
+}