diff --git a/report/account_template.xml b/report/account_template.xml
index 740afcc486540c5b7ad67c3da5ba04568183863f..8456fb51905c8b13254f8f6c94c17eb5f7ace508 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -460,7 +460,7 @@
                                                 <h6>Référence facture : <t t-esc="o.name" /></h6>
                                                 <ul t-foreach="o.acc_account_payment_ids" t-as="acc_account_payment_id">
                                                     <li>
-                                                        <span t-field="acc_account_payment_id.name_type"/> -
+                                                        <strong><span t-field="acc_account_payment_id.name_type"/></strong> -
                                                         <span t-field="acc_account_payment_id.description"/>
                                                     </li>
                                                 </ul>
@@ -469,10 +469,11 @@
                                         <div class="row mt-2">
                                             <div class="col-12">
                                                 <h6 >Délai de règlement : à facturation</h6>
-                                                <h6 class="mb-5">Date limite de règlement : <span
-                                                        t-field="o.date_limit"
-                                                        t-options="{'format': 'dd/MM/yyyy'}"
-                                                    /></h6>
+                                                <h6 class="mb-5">Date limite de règlement : <strong><span
+                                                    class="font-weight-bold"
+                                                    t-field="o.date_limit"
+                                                    t-options="{'format': 'dd/MM/yyyy'}"
+                                                    /></strong></h6>
                                             </div>
                                         </div>
                                     </t>