diff --git a/static/src/scss/layout_generic.scss b/static/src/scss/layout_generic.scss
index 97fd6a211440a7e3e2f95577f4d9420eeb8854b0..86f3c7b95cb3c74afb846aff26c49285608ebe33 100644
--- a/static/src/scss/layout_generic.scss
+++ b/static/src/scss/layout_generic.scss
@@ -27,6 +27,7 @@ address .align-items-baseline {
 }
 
 .o_report_layout_boxed table.table-compo tbody tr td {
+    font-size: 14px !important;
     border-top: 1px solid;
     border-right: 1px solid #495057;
 }
diff --git a/views/report_composition_templates.xml b/views/report_composition_templates.xml
index af4a01954f8190a0fe60d18a33a9c8cfdd0ead16..23c43891558f84423b79724cbcac2911e1847961 100644
--- a/views/report_composition_templates.xml
+++ b/views/report_composition_templates.xml
@@ -77,7 +77,7 @@
                 <div class="page">
                     <div class="row">
                         <div class="col-8" name="div_outgoing_address">
-                            <h2>
+                            <h3>
                                 <t
                                     t-if="not (env.context.get('proforma', False) or is_pro_forma)"
                                 >
@@ -94,7 +94,7 @@
                                     <span>Facture pro-forma n° </span>
                                 </t>
                                 <span t-field="doc.name" />
-                            </h2>
+                            </h3>
                             <div class="mw-100 mb-3">
                                 <p class="m-0">Du <span
                                         t-field="doc.date_order"
@@ -125,22 +125,15 @@
                     </div>
                     <t t-foreach="doc.sale_project_ids" t-as="project">
                             <div style="page-break-after: always;">
-                                <div class="row" name="projets">
-                                    <div class="col-12">
-                                        <span><strong>PROJET N° <span
-                                            t-field="project.name"
-                                        /></strong></span>
-                                    </div>
-                                </div>
-                                <div class="row" name="projets">
+                                <div class="row mt32 mb32" name="projets">
                                     <t
                                     t-foreach="project.intervention_ids"
                                     t-as="intervention"
                                 >
                                     <div class="col-4">
-                                        <p class="m-0 text-center">INTERVENTION N° <span
+                                        <h5>Intervention n° <span
                                                 t-field="intervention.name"
-                                            /></p>
+                                            /></h5>
                                         <t
                                             t-if="intervention.sequence_type == 'sequence'"
                                         >