diff --git a/report/account_template.xml b/report/account_template.xml
index 53c3fa2a515392b9ebc7bae65f7581ad587948a6..f4e199a495cb59156943190e560ef73f38804a0c 100644
--- a/report/account_template.xml
+++ b/report/account_template.xml
@@ -571,21 +571,19 @@
                                                     </td>
                                                 </tr>
                                             </t>
-                                            <tr class="border-black o_total">
-                                                <strong>
-                                                    <t t-if="o.is_tva">
-                                                        <td colspan="5">MONTANT TOTAL</td>
-                                                    </t>
-                                                    <t t-else="">
-                                                        <td colspan="3">MONTANT TOTAL</td>
-                                                    </t>
-                                                    <td class="text-center">
-                                                        <span
-                                                            t-esc="current_subtotal"
-                                                            t-options='{"widget": "monetary", "display_currency": o.currency_id}'
-                                                        />
-                                                    </td>
-                                                </strong>
+                                            <tr class="border-black o_total font-weight-bold">
+                                                <t t-if="o.is_tva">
+                                                    <td colspan="5">MONTANT TOTAL</td>
+                                                </t>
+                                                <t t-else="">
+                                                    <td colspan="3">MONTANT TOTAL</td>
+                                                </t>
+                                                <td class="text-center font-weight-bold">
+                                                    <span
+                                                        t-esc="current_subtotal"
+                                                        t-options='{"widget": "monetary", "display_currency": o.currency_id}'
+                                                    />
+                                                </td>
                                             </tr>
                                         </tbody>
                                     </table>
@@ -659,21 +657,19 @@
                                                 </t>
                                                 <t t-else="" />
                                             </t>
-                                            <tr class="border-black o_total">
-                                                <strong>
-                                                    <t t-if="o.is_tva">
-                                                        <td colspan="5">MONTANT TOTAL</td>
-                                                    </t>
-                                                    <t t-else="">
-                                                        <td colspan="3">MONTANT TOTAL</td>
-                                                    </t>
-                                                    <td class="text-center">
-                                                        <span
-                                                            t-esc="current_subtotal"
-                                                            t-options='{"widget": "monetary", "display_currency": o.currency_id}'
-                                                        />
-                                                    </td>
-                                                </strong>
+                                            <tr class="border-black o_total font-weight-bold">
+                                                <t t-if="o.is_tva">
+                                                    <td colspan="5">MONTANT TOTAL</td>
+                                                </t>
+                                                <t t-else="">
+                                                    <td colspan="3">MONTANT TOTAL</td>
+                                                </t>
+                                                <td class="text-center">
+                                                    <span
+                                                        t-esc="current_subtotal"
+                                                        t-options='{"widget": "monetary", "display_currency": o.currency_id}'
+                                                    />
+                                                </td>
                                             </tr>
                                         </tbody>
                                     </table>
@@ -775,21 +771,19 @@
                                                         </td>
                                                     </tr>
                                                 </t>
-                                                <tr class="border-black o_total">
-                                                    <strong>
-                                                        <t t-if="o.is_tva">
-                                                            <td colspan="5">MONTANT TOTAL</td>
-                                                        </t>
-                                                        <t t-else="">
-                                                            <td colspan="3">MONTANT TOTAL</td>
-                                                        </t>
-                                                        <td class="text-center">
-                                                            <span
-                                                                t-esc="current_subtotal"
-                                                                t-options='{"widget": "monetary", "display_currency": o.currency_id}'
-                                                            />
-                                                        </td>
-                                                    </strong>
+                                                <tr class="border-black o_total font-weight-bold">
+                                                    <t t-if="o.is_tva">
+                                                        <td colspan="5">MONTANT TOTAL</td>
+                                                    </t>
+                                                    <t t-else="">
+                                                        <td colspan="3">MONTANT TOTAL</td>
+                                                    </t>
+                                                    <td class="text-center">
+                                                        <span
+                                                            t-esc="current_subtotal"
+                                                            t-options='{"widget": "monetary", "display_currency": o.currency_id}'
+                                                        />
+                                                    </td>
                                                 </tr>
                                             </tbody>
                                         </table>