diff --git a/report/account_template.xml b/report/account_template.xml
index 23eea1344888c9b8c86604fbfd2365f50fcff65c..75e3d6e0400d6f51d18ac5b41d3d31416bf1390c 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -266,7 +266,7 @@
                                             t-field="o.acc_delivery_id.city"
                                         /><br /></t>
                                 </p>
-                                <h5 class="font-weight-bold mb-3 mt-4 text-center">Référence de l'opération</h5>
+                                <h5 class="font-weight-bold mb-3 mt-5 text-center">Référence de l'opération</h5>
                                 <p>
                                     <span
                                         class="font-weight-bold"
@@ -293,8 +293,8 @@
                                         <span t-field="o.producer_id.origine"/><br/>
                                     </t>
                                 </p>
-                                <h5 class="font-weight-bold mb-3 mt-4 text-center">Une question ?</h5>
-                                <p class="mb-4">
+                                <h5 class="font-weight-bold mb-3 mt-5 text-center">Une question ?</h5>
+                                <p class="mb-2">
                                     <span
                                         class="font-weight-bold"
                                         t-field="o.contact_invoice.name"
diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 8271cc98a3b629120df727930be1cad88ab8a130..aebcd97e5a1e1c0eb217b76a92e51c337aa16c1b 100644
--- a/static/src/scss/style.scss
+++ b/static/src/scss/style.scss
@@ -48,7 +48,7 @@
     padding: 20px !important;
     border-radius: 40px !important;
     border-collapse: inherit !important;
-    margin-top: 35px !important;
+    margin-top: 50px !important;
 }
 
 .o_report_layout_boxed table thead tr th {