{"id":40342,"date":"2025-12-08T16:23:28","date_gmt":"2025-12-08T15:23:28","guid":{"rendered":"https:\/\/cfdt-recherche-epst.org\/?page_id=40342"},"modified":"2026-03-26T16:49:01","modified_gmt":"2026-03-26T15:49:01","slug":"calcul-de-la-cotisation","status":"publish","type":"page","link":"https:\/\/cfdt-recherche-epst.org\/?page_id=40342","title":{"rendered":"Calcul de la cotisation"},"content":{"rendered":"\n<p>La cotisation annuelle correspond \u00e0 0,75% du revenu imposable de l&rsquo;ann\u00e9e N-1.<br>Cette cotisation donne droit \u00e0 66% en cr\u00e9dit d\u2019imp\u00f4ts, <em>m\u00eame si vous ne payez pas d&rsquo;imp\u00f4ts<\/em> !<\/p>\n\n\n\n<div id=\"calcul-cotisation\" style=\"max-width: 600px; padding: 1rem; border: 1px solid #ccc;\">\n  <label for=\"revenu-imposable\">\n    Revenu imposable (\u20ac) :\n  <\/label><br>\n  <input\n    type=\"text\"\n    id=\"revenu-imposable\"\n    placeholder=\"Ex : 10000\"\n    inputmode=\"decimal\"\n    oninput=\"calculerCotisation0_75()\"\n    style=\"width: 100%; margin: 0.5rem 0;\"\n  >\n\n  <p id=\"resultat-cotisation\" style=\"margin-top: 1rem; font-weight: bold;\"><\/p>\n<\/div>\n\n<script>\n  \/\/ Transforme \"40 000\", \"40.000\", \"40 000,50\", \"40000\u20ac\" en nombre JS\n  function normaliserMontant(valeur) {\n    if (!valeur) return NaN;\n    \/\/ Supprime espaces et symbole \u20ac\n    valeur = valeur.replace(\/\\s\/g, '')\n                   .replace('\u20ac', '')\n                   .replace('EUR', '');\n    \/\/ Remplace la virgule par un point pour les d\u00e9cimales\n    valeur = valeur.replace(',', '.');\n    return parseFloat(valeur);\n  }\n\n  function calculerCotisation0_75() {\n    var saisie = document.getElementById('revenu-imposable').value;\n    var zoneResultat = document.getElementById('resultat-cotisation');\n\n    \/\/ Si le champ est vide, on efface le r\u00e9sultat\n    if (!saisie || saisie.trim() === \"\") {\n      zoneResultat.textContent = \"\";\n      return;\n    }\n\n    var revenu = normaliserMontant(saisie);\n\n    if (isNaN(revenu) || revenu < 0) {\n      zoneResultat.textContent = \"Merci de saisir un revenu imposable valide.\";\n      return;\n    }\n\n    \/\/ 0,75 % = 0.0075\n    var cotisationAnnuelle = revenu * 0.0075;\n    var cotisationMensuelle = cotisationAnnuelle \/ 12;\n    var cotisationAnnuelleAvecCredit = (revenu * 0.0075)*0.34;\n    var cotisationMensuelleAvecCredit = cotisationAnnuelleAvecCredit \/ 12;\n\n    \/\/ Formatage en euros (fr-FR)\n    var formatEUR = { style: 'currency', currency: 'EUR', minimumFractionDigits: 2, maximumFractionDigits: 2 };\n\n    zoneResultat.innerHTML  =    \n      \"Cotisation annuelle apr\u00e8s cr\u00e9dit imp\u00f4ts: \" + cotisationAnnuelleAvecCredit.toLocaleString('fr-FR', formatEUR) + \" (soit \" + cotisationMensuelleAvecCredit.toLocaleString('fr-FR', formatEUR) + \"\/mois).\"+\n      \"<br>Pr\u00e9l\u00e8vement mensuel : \" + cotisationMensuelle.toLocaleString('fr-FR', formatEUR); \n      \n  }\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>La cotisation annuelle correspond \u00e0 0,75% du revenu imposable de l&rsquo;ann\u00e9e N-1.Cette cotisation donne droit \u00e0 66% en cr\u00e9dit d\u2019imp\u00f4ts, m\u00eame si vous ne payez pas d&rsquo;imp\u00f4ts ! Revenu imposable (\u20ac) :<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mc_calendar":[],"footnotes":""},"class_list":["post-40342","page","type-page","status-publish","hentry","ct-col-2"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/pages\/40342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40342"}],"version-history":[{"count":14,"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/pages\/40342\/revisions"}],"predecessor-version":[{"id":40765,"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=\/wp\/v2\/pages\/40342\/revisions\/40765"}],"wp:attachment":[{"href":"https:\/\/cfdt-recherche-epst.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}