{"id":13123,"date":"2025-03-06T12:15:39","date_gmt":"2025-03-06T11:15:39","guid":{"rendered":"https:\/\/www.legipermis.com\/blog\/?p=13123"},"modified":"2025-03-24T11:35:51","modified_gmt":"2025-03-24T10:35:51","slug":"combien-coute-une-voiture-par-mois","status":"publish","type":"post","link":"https:\/\/www.legipermis.com\/blog\/2025\/03\/06\/combien-coute-une-voiture-par-mois\/","title":{"rendered":"Combien co\u00fbte une voiture par mois ?"},"content":{"rendered":"<div style=\"text-align:right;\"><em style=\"font-size:12.9px;font-weight:bold;\" class=\"last-modified\">Mis \u00e0 jour le 24\/03\/2025.<\/em><\/div>\n<p>Quel est le co\u00fbt total en comptant tout pour utiliser une voiture, en fonction que l&#8217;on soit un gros rouleur ou un petit rouleur. On parle parfois \u00e0 ce sujet de TCO (Total Cost of Ownership). LegiPermis a cr\u00e9\u00e9 ce simulateur simple pour vous.<\/p>\n\n\n\n<!--more-->\n\n\n\n<style>\n    \/* Formulaire moderne *\/\n    .form-container {\n        background-color: #fff;\n        border-radius: 8px;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        padding: 20px;\n        max-width: 500px;\n        margin: 30px auto;\n    }\n    .form-container h2 {\n        text-align: center;\n        color: #165799;\n    }\n    .form-container p {\n        text-align: center;\n        color: #555;\n    }\n    .form-container label {\n        display: block;\n        font-weight: bold;\n        margin-bottom: 5px;\n        color: #333;\n    }\n    .form-container input,\n    .form-container select {\n        width: 100%;\n        padding: 10px;\n        margin-bottom: 15px;\n        border: 1px solid #ccc;\n        border-radius: 4px;\n        font-size: 16px;\n    }\n    .form-container button {\n        background-color: #165799;\n        color: #fff;\n        border: none;\n        padding: 12px;\n        border-radius: 4px;\n        font-size: 16px;\n        cursor: pointer;\n        width: 100%;\n        transition: background-color 0.3s ease;\n    }\n    .form-container button:hover {\n        background-color: #0e3b68;\n    }\n    \n    \/* Styles pour le conteneur de tableaux horizontaux *\/\n    .table-container {\n        overflow-x: auto;\n        width: 100%;\n        margin-bottom: 30px;\n    }\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 16px;\n        text-align: left;\n        min-width: 700px;\n    }\n    th, td {\n        padding: 12px;\n        border: 1px solid #ddd;\n        text-align: center;\n        white-space: nowrap;\n    }\n    th {\n        background-color: #165799;\n        font-weight: bold;\n        color: #FFF;\n    }\n    tr:nth-child(even) {\n        background-color: #f9f9f9;\n    }\n    tr:hover {\n        background-color: #f1f1f1;\n    }\n    \n    \/* Styles pour le tableau vertical du r\u00e9sultat *\/\n    .result-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 20px;\n    }\n    .result-table th, .result-table td {\n        padding: 8px;\n        border: 1px solid #ddd;\n        text-align: center;\n        white-space: nowrap;\n    }\n    .result-table th {\n        background-color: #165799;\n        color: #FFF;\n    }\n    .result-total {\n        font-size: 20px;\n        font-weight: bold;\n        background-color: #f4f4f4;\n    }\n<\/style>\n\n<h2 style=\"text-align:center;\">Calculez votre estimation de co\u00fbt mensuel<br>Simulateur LegiPermis<\/h2>\n<div class=\"form-container\">\n    <p>Veuillez renseigner votre kilom\u00e9trage mensuel, la cat\u00e9gorie de v\u00e9hicule et la motorisation.<\/p>\n    <form id=\"costForm\">\n        <label for=\"kmInput\">Kilom\u00e9trage mensuel (km) :<\/label>\n        <input type=\"number\" id=\"kmInput\" placeholder=\"ex. 1500\" required>\n        \n        <label for=\"categorySelect\">Cat\u00e9gorie de v\u00e9hicule :<\/label>\n        <select id=\"categorySelect\">\n            <option value=\"Citadine\">Citadine<\/option>\n            <option value=\"Compacte\">Compacte<\/option>\n            <option value=\"SUV\">SUV<\/option>\n            <option value=\"Berline\">Berline<\/option>\n        <\/select>\n        \n        <label for=\"motorisationSelect\">Motorisation :<\/label>\n        <select id=\"motorisationSelect\">\n            <option value=\"Essence\">Essence<\/option>\n            <option value=\"Diesel\">Diesel<\/option>\n            <option value=\"Hybride\">Hybride<\/option>\n            <option value=\"\u00c9lectrique\">\u00c9lectrique<\/option>\n        <\/select>\n        \n        <button type=\"submit\">Calculer<\/button>\n    <\/form>\n<\/div>\n\n<!-- Conteneur pour afficher le r\u00e9sultat -->\n<div id=\"result\"><\/div>\n\n<script>\n\/\/ Donn\u00e9es bas\u00e9es sur le sc\u00e9nario 800 km (pour chaque cat\u00e9gorie et motorisation)\nconst data = {\n  \"800\": {\n      \"Citadine\": {\n         \"Essence\": { total:364, carburant:89, assurance:40, entretien:25, depreciation:180, credit:25, taxes:5 },\n         \"Diesel\": { total:347, carburant:72, assurance:40, entretien:25, depreciation:180, credit:25, taxes:5 },\n         \"Hybride\": { total:349, carburant:59, assurance:40, entretien:20, depreciation:200, credit:25, taxes:5 },\n         \"\u00c9lectrique\": { total:395, carburant:30, assurance:45, entretien:15, depreciation:270, credit:30, taxes:5 }\n      },\n      \"Compacte\": {\n         \"Essence\": { total:531, carburant:96, assurance:55, entretien:35, depreciation:300, credit:35, taxes:10 },\n         \"Diesel\": { total:514, carburant:79, assurance:55, entretien:35, depreciation:300, credit:35, taxes:10 },\n         \"Hybride\": { total:524, carburant:74, assurance:55, entretien:30, depreciation:320, credit:35, taxes:10 },\n         \"\u00c9lectrique\": { total:515, carburant:32, assurance:63, entretien:20, depreciation:350, credit:40, taxes:10 }\n      },\n      \"SUV\": {\n         \"Essence\": { total:636, carburant:111, assurance:65, entretien:45, depreciation:350, credit:45, taxes:20 },\n         \"Diesel\": { total:614, carburant:94, assurance:65, entretien:45, depreciation:350, credit:45, taxes:15 },\n         \"Hybride\": { total:571, carburant:81, assurance:65, entretien:40, depreciation:330, credit:50, taxes:5 },\n         \"\u00c9lectrique\": { total:591, carburant:36, assurance:75, entretien:25, depreciation:400, credit:55, taxes:0 }\n      },\n      \"Berline\": {\n         \"Essence\": { total:678, carburant:120, assurance:70, entretien:50, depreciation:400, credit:55, taxes:15 },\n         \"Diesel\": { total:662, carburant:102, assurance:70, entretien:50, depreciation:380, credit:55, taxes:10 },\n         \"Hybride\": { total:673, carburant:95, assurance:70, entretien:45, depreciation:420, credit:60, taxes:5 },\n         \"\u00c9lectrique\": { total:680, carburant:40, assurance:80, entretien:30, depreciation:450, credit:65, taxes:0 }\n      }\n  }\n};\n\n\/\/ Lors de la soumission du formulaire, on calcule le co\u00fbt en se basant sur la r\u00e8gle de proportionnalit\u00e9\ndocument.getElementById(\"costForm\").addEventListener(\"submit\", function(e) {\n    e.preventDefault();\n    \/\/ R\u00e9cup\u00e9ration des valeurs du formulaire\n    const km = parseFloat(document.getElementById(\"kmInput\").value);\n    const category = document.getElementById(\"categorySelect\").value;\n    const motorisation = document.getElementById(\"motorisationSelect\").value;\n    \n    \/\/ On r\u00e9cup\u00e8re les donn\u00e9es de base du sc\u00e9nario 800 km pour le type et la motorisation choisis\n    const baseline = data[\"800\"][category][motorisation];\n    \/\/ Calcul proportionnel du co\u00fbt carburant\/\u00e9lectricit\u00e9\n    const newCarburant = Math.round((km \/ 800) * baseline.carburant * 100) \/ 100;\n    \/\/ Les autres co\u00fbts restent fixes\n    const assurance = baseline.assurance;\n    const entretien = baseline.entretien;\n    const depreciation = baseline.depreciation;\n    const credit = baseline.credit;\n    const taxes = baseline.taxes;\n    \n    \/\/ Calcul du total\n    const total = Math.round((newCarburant + assurance + entretien + depreciation + credit + taxes) * 100) \/ 100;\n    \n    \/\/ Construction du tableau vertical de r\u00e9sultats\n    let resultHTML = \"<h3>Estimation pour \" + km + \" km par mois - \" + category + \" \" + motorisation + \"<\/h3>\";\n    resultHTML += \"<p><em>Les valeurs ci-dessous sont une estimation.<\/em><\/p>\";\n    resultHTML += \"<table class='result-table'>\";\n    resultHTML += \"<tr><th>D\u00e9pense<\/th><th>Co\u00fbt (\u20ac)<\/th><\/tr>\";\n    resultHTML += \"<tr><td>Carburant\/\u00c9lectricit\u00e9<\/td><td>\" + newCarburant + \"<\/td><\/tr>\";\n    resultHTML += \"<tr><td>Assurance<\/td><td>\" + assurance + \"<\/td><\/tr>\";\n    resultHTML += \"<tr><td>Entretien<\/td><td>\" + entretien + \"<\/td><\/tr>\";\n    resultHTML += \"<tr><td>D\u00e9pr\u00e9ciation<\/td><td>\" + depreciation + \"<\/td><\/tr>\";\n    resultHTML += \"<tr><td>Cr\u00e9dit\/Leasing<\/td><td>\" + credit + \"<\/td><\/tr>\";\n    resultHTML += \"<tr><td>Taxes &amp; divers<\/td><td>\" + taxes + \"<\/td><\/tr>\";\n    resultHTML += \"<tr class='result-total'><td>Total mensuel<\/td><td>\" + total + \"<\/td><\/tr>\";\n    resultHTML += \"<\/table>\";\n    \n    document.getElementById(\"result\").innerHTML = resultHTML;\n});\n<\/script>\n\n\n\n<div style=\"position:relative;border:2px solid #e87524;padding-top:21px;\">\n<div id=\"wkda-funnel-container\" style=\"min-height:524px;z-index:2;\"><\/div>\n<script src=\"https:\/\/static.wirkaufendeinauto.de\/wkda-frontend\/partner-funnel-iframe-manager\/index.latest.js\"><\/script>\n<script>\n\/\/ globally defined function to check cookie consent\nwindow.gdprConsent = function() {\n\/\/ implement consent logic here\nreturn ['essential', 'analytical', 'marketing']\n};\n(function () {\ndocument.onreadystatechange = function () {\nif (document.readyState === 'complete') {\nvar apiKey = 'wl-partner-049-external-fr-prod-ea22c027e2384e9b';\nWkdaPartner.init(apiKey, { locale: 'fr-FR' });\n}\n};\n})();\n<\/script>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Quels crit\u00e8res pour \u00e9valuer le co\u00fbt d&#8217;une voiture par mois ?<\/h2>\n\n\n\n<p>Pour comparer les d\u00e9penses mensuelles selon le type de motorisation (essence, diesel, hybride non-rechargeable, \u00e9lectrique) et le segment du v\u00e9hicule (citadine, compacte, SUV, berline) en <strong>2025<\/strong>, nous avons pris en compte les postes de co\u00fbts suivants : carburant\/\u00e9lectricit\u00e9, assurance, entretien, d\u00e9pr\u00e9ciation, financement (cr\u00e9dit\/leasing) et taxes\/frais divers. Les tableaux ci-dessous d\u00e9taillent ces co\u00fbts pour trois <strong>sc\u00e9narios de kilom\u00e9trage mensuel<\/strong> (800 km, 1500 km et 3000 km). <\/p>\n\n\n\n<p>Les valeurs sont donn\u00e9es en euros (\u20ac) par mois, avec des donn\u00e9es et estimations sp\u00e9cifiques \u00e0 la France en 2025.<\/p>\n\n\n\n<p>Voici les crit\u00e8res utilis\u00e9s :<\/p>\n\n\n\n<p><strong>Carburant\/\u00c9nergie<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SP95-E10 : ~1,85 \u20ac\/L, gazole : ~1,75-1,80 \u20ac\/L<\/li>\n\n\n\n<li>Consommation essence : citadine 5,5-6 L\/100 km, SUV 7,5 L\/100 km<\/li>\n\n\n\n<li>Co\u00fbt pour 500 km en essence : ~69 \u20ac<\/li>\n\n\n\n<li>\u00c9lectricit\u00e9 domicile : 0,25 \u20ac\/kWh, consommation ~15 kWh\/100 km<\/li>\n\n\n\n<li>Co\u00fbt pour 500 km en \u00e9lectrique : ~7,50 \u20ac (Tesla Model Y)<\/li>\n\n\n\n<li>Recharges publiques (~0,50 \u20ac\/kWh) restent moins ch\u00e8res que l&#8217;essence<\/li>\n<\/ul>\n\n\n\n<p><strong>Assurance<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Citadine : 400-600 \u20ac\/an en tous risques (40 \u20ac\/mois)<\/li>\n\n\n\n<li>Berline haut de gamme : 700-900 \u20ac\/an (70-80 \u20ac\/mois)<\/li>\n\n\n\n<li>\u00c9lectriques : exon\u00e9ration TSCA supprim\u00e9e fin 2024, primes d\u00e9sormais comparables<\/li>\n<\/ul>\n\n\n\n<p><strong>Entretien :<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Thermique : 300-600 \u20ac\/an (25-50 \u20ac\/mois)<\/li>\n\n\n\n<li>\u00c9lectrique : 100-300 \u20ac\/an (15-30 \u20ac\/mois) gr\u00e2ce \u00e0 moins de pi\u00e8ces d&#8217;usure<\/li>\n\n\n\n<li>Hybride : co\u00fbts similaires \u00e0 l&#8217;essence<\/li>\n<\/ul>\n\n\n\n<p><strong>D\u00e9pr\u00e9ciation<\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Prix moyen neuf (2024) : thermique 35 000 \u20ac, \u00e9lectrique 42 930 \u20ac<\/li>\n\n\n\n<li>\u00c9lectriques : d\u00e9cote ~50% plus rapide qu&#8217;essence, voir notre dossier sur la <a href=\"\/estimation-cote-voiture\/decote-auto.html\" target=\"_blank\" rel=\"noopener\" title=\"\">decote auto<\/a><\/li>\n\n\n\n<li>Mensualit\u00e9 sur 5 ans : citadine essence ~180 \u20ac, \u00e9lectrique ~270 \u20ac<\/li>\n<\/ul>\n\n\n\n<p><strong>Cr\u00e9dit\/Leasing<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Taux moyen : ~3% sur 5 ans<\/li>\n\n\n\n<li>Co\u00fbt mensuel d&#8217;int\u00e9r\u00eats : ~25 \u20ac pour 20 000 \u20ac (citadine), ~50-60 \u20ac pour 45 000 \u20ac (berline)<\/li>\n<\/ul>\n\n\n\n<p><strong>Taxes<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Malus CO\u2082 2025 : d\u00e8s 113 g\/km (jusqu&#8217;\u00e0 70 000 \u20ac)<\/li>\n\n\n\n<li>Exemple : SUV 150 g\/km = ~1 500 \u20ac de malus (~25 \u20ac\/mois sur 5 ans)<\/li>\n\n\n\n<li>Bonus \u00e9lectrique : 3 000 \u20ac en 2025 (contre 5 000 \u20ac pr\u00e9c\u00e9demment)<\/li>\n<\/ul>\n\n\n\n<style>\n    .table-container {\n        overflow-x: auto;\n        width: 100%;\n        margin-bottom: 30px;\n    }\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 16px;\n        text-align: left;\n        min-width: 700px;\n    }\n    th, td {\n        padding: 12px;\n        border: 1px solid #ddd;\n        text-align: center;\n        white-space: nowrap;\n    }\n    th {\n        background-color: #165799;\n        font-weight: bold;\n        color: #FFF;\n    }\n    tr:nth-child(even) {\n        background-color: #f9f9f9;\n    }\n    tr:hover {\n        background-color: #f1f1f1;\n    }\n<\/style>\n\n<!-- Sc\u00e9nario 1 : 800 km par mois -->\n<h2>Sc\u00e9nario 1 : 800 km par mois<\/h2>\n<div class=\"table-container\">\n    <table>\n        <tr>\n            <th>Type &amp; Motorisation<\/th>\n            <th>Total mensuel (\u20ac)<\/th>\n            <th>Carburant\/\u00c9lectricit\u00e9 (\u20ac)<\/th>\n            <th>Assurance (\u20ac)<\/th>\n            <th>Entretien (\u20ac)<\/th>\n            <th>D\u00e9pr\u00e9ciation (\u20ac)<\/th>\n            <th>Cr\u00e9dit\/Leasing (\u20ac)<\/th>\n            <th>Taxes &amp; divers (\u20ac)<\/th>\n        <\/tr>\n        <!-- Citadine -->\n        <tr>\n            <td>Citadine Essence<\/td>\n            <td><strong>364<\/strong><\/td>\n            <td>89<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Diesel<\/td>\n            <td><strong>347<\/strong><\/td>\n            <td>72<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Hybride<\/td>\n            <td><strong>349<\/strong><\/td>\n            <td>59<\/td>\n            <td>40<\/td>\n            <td>20<\/td>\n            <td>200<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine \u00c9lectrique<\/td>\n            <td><strong>395<\/strong><\/td>\n            <td>30<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n            <td>270<\/td>\n            <td>30<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <!-- Compacte -->\n        <tr>\n            <td>Compacte Essence<\/td>\n            <td><strong>531<\/strong><\/td>\n            <td>96<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Diesel<\/td>\n            <td><strong>514<\/strong><\/td>\n            <td>79<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Hybride<\/td>\n            <td><strong>524<\/strong><\/td>\n            <td>74<\/td>\n            <td>55<\/td>\n            <td>30<\/td>\n            <td>320<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte \u00c9lectrique<\/td>\n            <td><strong>515<\/strong><\/td>\n            <td>32<\/td>\n            <td>63<\/td>\n            <td>20<\/td>\n            <td>350<\/td>\n            <td>40<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <!-- SUV -->\n        <tr>\n            <td>SUV Essence<\/td>\n            <td><strong>636<\/strong><\/td>\n            <td>111<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>20<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Diesel<\/td>\n            <td><strong>614<\/strong><\/td>\n            <td>94<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Hybride<\/td>\n            <td><strong>571<\/strong><\/td>\n            <td>81<\/td>\n            <td>65<\/td>\n            <td>40<\/td>\n            <td>330<\/td>\n            <td>50<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV \u00c9lectrique<\/td>\n            <td><strong>591<\/strong><\/td>\n            <td>36<\/td>\n            <td>75<\/td>\n            <td>25<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>0<\/td>\n        <\/tr>\n        <!-- Berline -->\n        <tr>\n            <td>Berline Essence<\/td>\n            <td><strong>678<\/strong><\/td>\n            <td>120<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Diesel<\/td>\n            <td><strong>662<\/strong><\/td>\n            <td>102<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>380<\/td>\n            <td>55<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Hybride<\/td>\n            <td><strong>673<\/strong><\/td>\n            <td>95<\/td>\n            <td>70<\/td>\n            <td>45<\/td>\n            <td>420<\/td>\n            <td>60<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline \u00c9lectrique<\/td>\n            <td><strong>680<\/strong><\/td>\n            <td>40<\/td>\n            <td>80<\/td>\n            <td>30<\/td>\n            <td>450<\/td>\n            <td>65<\/td>\n            <td>0<\/td>\n        <\/tr>\n    <\/table>\n<\/div>\n\n<!-- Sc\u00e9nario 2 : 1500 km par mois -->\n<h2>Sc\u00e9nario 2 : 1500 km par mois<\/h2>\n<div class=\"table-container\">\n    <table>\n        <tr>\n            <th>Type &amp; Motorisation<\/th>\n            <th>Total mensuel (\u20ac)<\/th>\n            <th>Carburant\/\u00c9lectricit\u00e9 (\u20ac)<\/th>\n            <th>Assurance (\u20ac)<\/th>\n            <th>Entretien (\u20ac)<\/th>\n            <th>D\u00e9pr\u00e9ciation (\u20ac)<\/th>\n            <th>Cr\u00e9dit\/Leasing (\u20ac)<\/th>\n            <th>Taxes &amp; divers (\u20ac)<\/th>\n        <\/tr>\n        <!-- Citadine -->\n        <tr>\n            <td>Citadine Essence<\/td>\n            <td><strong>442<\/strong><\/td>\n            <td>167<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Diesel<\/td>\n            <td><strong>410<\/strong><\/td>\n            <td>135<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Hybride<\/td>\n            <td><strong>401<\/strong><\/td>\n            <td>111<\/td>\n            <td>40<\/td>\n            <td>20<\/td>\n            <td>200<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine \u00c9lectrique<\/td>\n            <td><strong>421<\/strong><\/td>\n            <td>56<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n            <td>270<\/td>\n            <td>30<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <!-- Compacte -->\n        <tr>\n            <td>Compacte Essence<\/td>\n            <td><strong>615<\/strong><\/td>\n            <td>180<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Diesel<\/td>\n            <td><strong>584<\/strong><\/td>\n            <td>148<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Hybride<\/td>\n            <td><strong>589<\/strong><\/td>\n            <td>139<\/td>\n            <td>55<\/td>\n            <td>30<\/td>\n            <td>320<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte \u00c9lectrique<\/td>\n            <td><strong>543<\/strong><\/td>\n            <td>60<\/td>\n            <td>63<\/td>\n            <td>20<\/td>\n            <td>350<\/td>\n            <td>40<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <!-- SUV -->\n        <tr>\n            <td>SUV Essence<\/td>\n            <td><strong>733<\/strong><\/td>\n            <td>208<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>20<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Diesel<\/td>\n            <td><strong>696<\/strong><\/td>\n            <td>176<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Hybride<\/td>\n            <td><strong>643<\/strong><\/td>\n            <td>153<\/td>\n            <td>65<\/td>\n            <td>40<\/td>\n            <td>330<\/td>\n            <td>50<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV \u00c9lectrique<\/td>\n            <td><strong>622<\/strong><\/td>\n            <td>68<\/td>\n            <td>75<\/td>\n            <td>25<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>0<\/td>\n        <\/tr>\n        <!-- Berline -->\n        <tr>\n            <td>Berline Essence<\/td>\n            <td><strong>784<\/strong><\/td>\n            <td>194<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Diesel<\/td>\n            <td><strong>714<\/strong><\/td>\n            <td>148<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>380<\/td>\n            <td>55<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Hybride<\/td>\n            <td><strong>739<\/strong><\/td>\n            <td>139<\/td>\n            <td>70<\/td>\n            <td>45<\/td>\n            <td>420<\/td>\n            <td>60<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline \u00c9lectrique<\/td>\n            <td><strong>685<\/strong><\/td>\n            <td>60<\/td>\n            <td>80<\/td>\n            <td>30<\/td>\n            <td>450<\/td>\n            <td>65<\/td>\n            <td>0<\/td>\n        <\/tr>\n    <\/table>\n<\/div>\n\n<h2>Sc\u00e9nario 3 : 3000 km par mois<\/h2>\n<div class=\"table-container\">\n    <table>\n        <tr>\n            <th>Type &amp; Motorisation<\/th>\n            <th>Total mensuel (\u20ac)<\/th>\n            <th>Carburant\/\u00c9lectricit\u00e9 (\u20ac)<\/th>\n            <th>Assurance (\u20ac)<\/th>\n            <th>Entretien (\u20ac)<\/th>\n            <th>D\u00e9pr\u00e9ciation (\u20ac)<\/th>\n            <th>Cr\u00e9dit\/Leasing (\u20ac)<\/th>\n            <th>Taxes &amp; divers (\u20ac)<\/th>\n        <\/tr>\n        <!-- Citadine -->\n        <tr>\n            <td>Citadine Essence<\/td>\n            <td><strong>608<\/strong><\/td>\n            <td>333<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Diesel<\/td>\n            <td><strong>545<\/strong><\/td>\n            <td>270<\/td>\n            <td>40<\/td>\n            <td>25<\/td>\n            <td>180<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine Hybride<\/td>\n            <td><strong>512<\/strong><\/td>\n            <td>222<\/td>\n            <td>40<\/td>\n            <td>20<\/td>\n            <td>200<\/td>\n            <td>25<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Citadine \u00c9lectrique<\/td>\n            <td><strong>478<\/strong><\/td>\n            <td>112<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n            <td>270<\/td>\n            <td>30<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <!-- Compacte -->\n        <tr>\n            <td>Compacte Essence<\/td>\n            <td><strong>796<\/strong><\/td>\n            <td>361<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Diesel<\/td>\n            <td><strong>732<\/strong><\/td>\n            <td>297<\/td>\n            <td>55<\/td>\n            <td>35<\/td>\n            <<td>300<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte Hybride<\/td>\n            <td><strong>728<\/strong><\/td>\n            <td>278<\/td>\n            <td>55<\/td>\n            <td>30<\/td>\n            <td>320<\/td>\n            <td>35<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Compacte \u00c9lectrique<\/td>\n            <td><strong>603<\/strong><\/td>\n            <td>120<\/td>\n            <td>63<\/td>\n            <td>20<\/td>\n            <td>350<\/td>\n            <td>40<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <!-- SUV -->\n        <tr>\n            <td>SUV Essence<\/td>\n            <td><strong>941<\/strong><\/td>\n            <td>416<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>20<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Diesel<\/td>\n            <td><strong>871<\/strong><\/td>\n            <td>351<\/td>\n            <td>65<\/td>\n            <td>45<\/td>\n            <td>350<\/td>\n            <td>45<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV Hybride<\/td>\n            <td><strong>795<\/strong><\/td>\n            <td>305<\/td>\n            <td>65<\/td>\n            <td>40<\/td>\n            <td>330<\/td>\n            <td>50<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>SUV \u00c9lectrique<\/td>\n            <td><strong>690<\/strong><\/td>\n            <td>135<\/td>\n            <td>75<\/td>\n            <td>25<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>0<\/td>\n        <\/tr>\n        <!-- Berline -->\n        <tr>\n            <td>Berline Essence<\/td>\n            <td><strong>978<\/strong><\/td>\n            <td>389<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>400<\/td>\n            <td>55<\/td>\n            <td>15<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Diesel<\/td>\n            <td><strong>862<\/strong><\/td>\n            <td>297<\/td>\n            <td>70<\/td>\n            <td>50<\/td>\n            <td>380<\/td>\n            <td>55<\/td>\n            <td>10<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline Hybride<\/td>\n            <td><strong>878<\/strong><\/td>\n            <td>278<\/td>\n            <td>70<\/td>\n            <td>45<\/td>\n            <td>420<\/td>\n            <td>60<\/td>\n            <td>5<\/td>\n        <\/tr>\n        <tr>\n            <td>Berline \u00c9lectrique<\/td>\n            <td><strong>745<\/strong><\/td>\n            <td>120<\/td>\n            <td>80<\/td>\n            <td>30<\/td>\n            <td>450<\/td>\n            <td>65<\/td>\n            <td>0<\/td>\n        <\/tr>\n    <\/table>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">R\u00e9sum\u00e9 des co\u00fbts mensuels pour une voiture<\/h2>\n\n\n\n<p><strong>Faible kilom\u00e9trage (800 km\/mois)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Thermiques l\u00e9g\u00e8rement moins ch\u00e8res;<\/li>\n\n\n\n<li>D\u00e9cote et co\u00fbt d&#8217;achat \u00e9lev\u00e9s p\u00e9nalisent l&#8217;\u00e9lectrique;<\/li>\n<\/ul>\n\n\n\n<p><strong>Kilom\u00e9trage moyen (1500 km\/mois)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u00c9lectrique comp\u00e9titif (compactes, SUV, berlines);<\/li>\n\n\n\n<li>Co\u00fbt total de l&#8217;\u00e9lectrique \u2264 thermique dans la plupart des cas;<\/li>\n\n\n\n<li>Hybrides \u00e9conomiques par rapport \u00e0 l&#8217;essence;<\/li>\n\n\n\n<li>Diesel int\u00e9ressant hors zones urbaines;<\/li>\n<\/ul>\n\n\n\n<p><strong>Fort kilom\u00e9trage (3000 km\/mois)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u00c9lectrique nettement plus \u00e9conomique,<strong> plus on roule plus l&#8217;\u00e9lectrique est rentable<\/strong>, nous l&#8217;avions vu dans notre comparatif <a href=\"https:\/\/www.legipermis.com\/blog\/2024\/11\/25\/voiture-electrique-ou-essence-comparatif-des-couts-reels\/\" target=\"_blank\" rel=\"noopener\" title=\"\">essence vs \u00e9lectrique<\/a>.<\/li>\n\n\n\n<li>\u00c9conomie carburant jusqu&#8217;\u00e0 80% vs essence;<\/li>\n\n\n\n<li>Entretien r\u00e9duit compense surco\u00fbt initial;<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\nQuel est le co\u00fbt total en comptant tout pour utiliser une voiture, en fonction que l&#8217;on soit un gros rouleur ou un petit rouleur. On parle parfois \u00e0 ce sujet de TCO (Total Cost of Ownership). LegiPermis a cr\u00e9\u00e9 ce simulateur simple pour vous.<\/p>\n<p>\u00a0[&#8230;]<\/p>\n","protected":false},"author":2,"featured_media":13138,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[215,105],"class_list":["post-13123","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-auto","tag-prix","tag-voiture-electrique","post-1","odd"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/posts\/13123","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/comments?post=13123"}],"version-history":[{"count":26,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/posts\/13123\/revisions"}],"predecessor-version":[{"id":13164,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/posts\/13123\/revisions\/13164"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/media\/13138"}],"wp:attachment":[{"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/media?parent=13123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/categories?post=13123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.legipermis.com\/blog\/wp-json\/wp\/v2\/tags?post=13123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}