{"id":5759,"date":"2026-04-27T08:29:03","date_gmt":"2026-04-27T08:29:03","guid":{"rendered":"https:\/\/hinges-htan.com\/?page_id=5759"},"modified":"2026-04-27T09:09:16","modified_gmt":"2026-04-27T09:09:16","slug":"calculateur-de-charniere-de-couple","status":"publish","type":"page","link":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/","title":{"rendered":"Calculateur de couple de charni\u00e8re"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Calculateur de charni\u00e8res \u00e0 couple industriel<\/title>\n<style>\n  .torque-calculator * {\n    box-sizing: border-box;\n    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    margin: 0;\n    padding: 0;\n  }\n  .torque-calculator {\n    max-width: 1100px;\n    margin: 20px auto;\n    background: #fff;\n    padding: 32px;\n    border-radius: 12px;\n    box-shadow: 0 2px 16px rgba(0,0,0,0.08);\n    display: flex;\n    flex-wrap: wrap;\n    gap: 50px;\n  }\n  \n  .torque-calculator h2 {\n    width: 100%;\n    text-align: center;\n    margin-bottom: 20px;\n    color: #222;\n    font-size: 26px;\n    font-weight: 600;\n  }\n\n  .diagram-section {\n    flex: 1.2;\n    min-width: 500px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .diagram-wrapper {\n    width: 100%;\n    position: relative;\n  }\n  .diagram-svg {\n    width: 100%;\n    height: auto;\n    min-height: 450px;\n    border-radius: 8px;\n    border: 1px solid #eee;\n    background: #fafafa;\n  }\n  .diagram-caption {\n    margin-top: 20px;\n    font-size: 14px;\n    color: #666;\n    line-height: 1.6;\n    text-align: center;\n    padding: 0 10px;\n    margin-bottom: 20px; \/* \u4e3a\u6309\u94ae\u9884\u7559\u7a7a\u95f4 *\/\n  }\n\n  .calculator-section {\n    flex: 1;\n    min-width: 420px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 10px 0;\n  }\n\n  .form-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 30px;\n  }\n  .cg-position {\n    grid-column: 1 \/ -1;\n  }\n  @media (max-width: 900px) {\n    .form-grid {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n  }\n  .torque-calculator .item {\n    margin-bottom: 0;\n    width: 100%;\n    position: relative;\n  }\n  .input-unit {\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 15px;\n    color: #888;\n    pointer-events: none;\n  }\n  .select-unit {\n    right: 45px !important;\n  }\n  .torque-calculator label {\n    display: block;\n    margin-bottom: 10px;\n    color: #444;\n    font-weight: 500;\n    font-size: 16px;\n    line-height: 1.5;\n    white-space: nowrap;\n    overflow: visible;\n  }\n  .torque-calculator input,\n  .torque-calculator select {\n    width: 100%;\n    padding: 15px 18px;\n    border: 1px solid #dde1e6;\n    border-radius: 8px;\n    font-size: 16px;\n    background: #fff;\n    min-height: 55px;\n    line-height: 1.4;\n    appearance: none;\n    -webkit-appearance: none;\n    background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n    background-repeat: no-repeat;\n    background-position: right 18px center;\n    background-size: 18px;\n    padding-right: 60px !important;\n  }\n  .torque-calculator select option {\n    padding: 10px 14px;\n    font-size: 15px;\n  }\n  #cgPercent {\n    padding-right: 70px !important;\n  }\n\n  .torque-calculator .result {\n    margin-top: 30px;\n    padding: 35px 28px;\n    background: #f0f7ff;\n    border-radius: 10px;\n    text-align: center;\n    border: 1px solid #e1e8ed;\n    width: 100%;\n  }\n  .side-tip {\n    background: #fff8e6;\n    border: 1px solid #ffe08a;\n    padding: 12px;\n    border-radius: 6px;\n    margin-bottom: 15px;\n    font-size: 14px;\n    color: #856404;\n    line-height: 1.5;\n    display: none;\n  }\n  .torque-calculator .torque-val {\n    font-size: 42px;\n    font-weight: bold;\n    color: #2196F3;\n    margin: 15px 0;\n  }\n  .torque-calculator .result > div:nth-child(1):not(.side-tip) {\n    font-size: 18px;\n    color: #222;\n    font-weight: 500;\n  }\n  .torque-calculator .result > div:nth-child(3):not(.tip) {\n    font-size: 18px;\n    color: #444;\n    margin-bottom: 10px;\n  }\n  .torque-calculator .tip {\n    font-size: 14px;\n    color: #666;\n    margin-top: 10px;\n    line-height: 1.6;\n    padding: 0 10px;\n  }\n\n  .usage-instructions {\n    width: 100%;\n    margin-top: 40px;\n    padding: 20px;\n    background: #f8f9fa;\n    border-radius: 8px;\n    border-left: 4px solid #2196F3;\n  }\n  .usage-instructions h3 {\n    font-size: 18px;\n    color: #222;\n    margin-bottom: 15px;\n    font-weight: 600;\n  }\n  .usage-instructions ul {\n    list-style-type: disc;\n    padding-left: 20px;\n    font-size: 14px;\n    color: #555;\n    line-height: 1.8;\n  }\n  .usage-instructions li {\n    margin-bottom: 8px;\n  }\n  .usage-instructions .parameter-def {\n    font-weight: 500;\n    color: #2196F3;\n  }\n\n  \/* \u6309\u94ae\u6837\u5f0f\u4f18\u5316 - \u9002\u914d\u65b0\u4f4d\u7f6e *\/\n  .quote-button {\n    text-align: center;\n    margin-top: 10px; \/* \u9002\u914d\u793a\u610f\u56fe\u4e0b\u65b9\u95f4\u8ddd *\/\n    width: 100%;\n  }\n  .quote-button a {\n    background: #2196F3; \n    color: white; \n    padding: 15px 30px; \n    text-decoration: none; \n    border-radius: 5px; \n    font-weight: bold;\n    display: inline-block; \/* \u786e\u4fdd\u6309\u94ae\u5bbd\u5ea6\u9002\u914d\u5185\u5bb9 *\/\n    transition: background-color 0.2s ease; \/* \u589e\u52a0hover\u6548\u679c *\/\n  }\n  .quote-button a:hover {\n    background: #1976D2; \/* hover\u52a0\u6df1\u989c\u8272\uff0c\u63d0\u5347\u4ea4\u4e92\u4f53\u9a8c *\/\n  }\n\n  @media (max-width: 900px) {\n    .torque-calculator {\n      flex-direction: column;\n      padding: 20px;\n      gap: 30px;\n      max-width: 100%;\n    }\n    .diagram-section {\n      min-width: 100%;\n    }\n    .calculator-section {\n      min-width: 100%;\n      padding: 0;\n    }\n    .diagram-svg {\n      min-height: 350px;\n    }\n    .diagram-svg text {\n      font-size: 16px !important;\n    }\n    .form-grid {\n      gap: 18px;\n    }\n    .usage-instructions {\n      margin-top: 30px;\n      padding: 15px;\n    }\n    .usage-instructions h3 {\n      font-size: 16px;\n    }\n    .usage-instructions ul {\n      font-size: 13px;\n    }\n    \/* \u79fb\u52a8\u7aef\u6309\u94ae\u9002\u914d *\/\n    .quote-button a {\n      padding: 12px 20px !important;\n      font-size: 14px !important;\n      width: 100%; \/* \u79fb\u52a8\u7aef\u6309\u94ae\u5360\u6ee1\u5bbd\u5ea6 *\/\n    }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"torque-calculator\">\n  <h2>Calculateur de charni\u00e8res \u00e0 couple industriel<\/h2>\n\n  <div class=\"diagram-section\">\n    <div class=\"diagram-wrapper\">\n      <svg class=\"diagram-svg\" viewbox=\"0 0 700 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle cx=\"100\" cy=\"200\" r=\"14\" fill=\"#333\"\/>\n        <text x=\"60\" y=\"170\" font-size=\"18\" fill=\"#303\" font-weight=\"600\">Axe de la charni\u00e8re (centre de rotation)<\/text>\n        \n        <line x1=\"100\" y1=\"200\" x2=\"580\" y2=\"200\" stroke=\"#777\" stroke-width=\"3\"\/>\n        <rect x=\"100\" y=\"180\" width=\"480\" height=\"40\" fill=\"#f5f5f5\" stroke=\"#e9e9e9\" stroke-width=\"2\"\/>\n        \n        <circle cx=\"340\" cy=\"200\" r=\"10\" fill=\"#e53935\"\/>\n        <text x=\"350\" y=\"185\" font-size=\"18\" fill=\"#c62828\" font-weight=\"600\">Centre de gravit\u00e9 (CG)<\/text>\n        \n        <line x1=\"340\" y1=\"210\" x2=\"340\" y2=\"280\" stroke=\"#e53935\" stroke-width=\"2\" marker-end=\"url(#arrowhead)\"\/>\n        <text x=\"345\" y=\"295\" font-size=\"16\" fill=\"#c62828\" font-weight=\"500\">Gravit\u00e9 (mg)<\/text>\n        \n        <line x1=\"100\" y1=\"200\" x2=\"340\" y2=\"200\" stroke=\"#2196F3\" stroke-width=\"2\" stroke-dasharray=\"8,4\"\/>\n        <text x=\"220\" y=\"185\" font-size=\"20\" fill=\"#2196F3\" font-weight=\"600\">L (bras de moment)<\/text>\n        \n        <path d=\"M100 200 L100 80 L220 80\" stroke=\"#999\" stroke-width=\"1\" fill=\"none\" stroke-dasharray=\"3,2\"\/>\n        <text x=\"140\" y=\"120\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">0\u00b0 \u2192 90\u00b0<\/text>\n        \n        <defs>\n          <marker id=\"arrowhead\" markerwidth=\"10\" markerheight=\"7\" refx=\"9\" refy=\"3.5\" orient=\"auto\">\n            <polygon points=\"0 0, 10 3.5, 0 7\" fill=\"#e53935\"\/>\n          <\/marker>\n        <\/defs>\n        \n        <line x1=\"100\" y1=\"80\" x2=\"100\" y2=\"320\" stroke=\"#eee\" stroke-width=\"1\"\/>\n        <text x=\"85\" y=\"90\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">Vertical<\/text>\n      <\/svg>\n      <p class=\"diagram-caption\">Vue de c\u00f4t\u00e9 : Couple = mg \u00d7 L (bras de levier). Couple maximal \u00e0 0\u00b0 (position horizontale) pour les couvercles de volets.<\/p>\n      \n      <!-- \u6309\u94ae\u79fb\u52a8\u5230\u793a\u610f\u56fe\u4e0b\u65b9\uff08\u7ea2\u8272\u6846\u4f4d\u7f6e\uff09 -->\n      <div class=\"quote-button\">\n        <a href=\"\/fr\/contact\/\" style=\"background: #2196F3; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold;\">\n            Demander un devis pour des charni\u00e8res appari\u00e9es \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"calculator-section\">\n    <div class=\"form-grid\">\n      <div class=\"item\">\n        <label>Type d'ouverture<\/label>\n        <select id=\"type\">\n          <option value=\"normal\">Couvercle du rabat sup\u00e9rieur\/inf\u00e9rieur<\/option>\n          <option value=\"side\">Porte \u00e0 ouverture lat\u00e9rale<\/option>\n        <\/select>\n        <span class=\"input-unit select-unit\">&#8211;<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>Poids de la porte \/ du couvercle<\/label>\n        <input type=\"number\" id=\"weight\" placeholder=\"Exemple : 15\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">kg<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>Longueur effective (L)<\/label>\n        <input type=\"number\" id=\"length\" placeholder=\"Exemple : 600\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">mm<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>Nombre de charni\u00e8res<\/label>\n        <input type=\"number\" id=\"num\" value=\"2\" min=\"1\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">pcs<\/span>\n      <\/div>\n      <div class=\"item cg-position\">\n        <label>Position du centre de gravit\u00e9 (\u00e0 partir de la charni\u00e8re)<\/label>\n        <input type=\"number\" id=\"cgPercent\" value=\"50\" min=\"1\" max=\"100\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">%<\/span>\n      <\/div>\n      <div class=\"item cg-position\">\n        <label>Facteur de s\u00e9curit\u00e9 (1,0-2,0 recommand\u00e9)<\/label>\n        <input type=\"number\" id=\"safeRate\" value=\"1.2\" step=\"0.1\" min=\"1.0\" max=\"2.0\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">&#8211;<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"result\">\n      <div class=\"side-tip\" id=\"sideTip\">\n        \u26a0\ufe0f Portes \u00e0 ouverture lat\u00e9rale : La gravit\u00e9 ne g\u00e9n\u00e8re pas de couple autour de l'axe vertical des charni\u00e8res. La valeur indiqu\u00e9e n'est qu'une r\u00e9f\u00e9rence pour l'amortissement.\n      <\/div>\n      <div>Couple de serrage requis par charni\u00e8re<\/div>\n      <div class=\"torque-val\" id=\"torqueResult\">0.00<\/div>\n      <div>N-m<\/div>\n      <div class=\"tip\">\n        Calcul bas\u00e9 sur le centre de gravit\u00e9 \u00e0 la position sp\u00e9cifi\u00e9e | Mod\u00e8le m\u00e9canique standard industriel pour les charni\u00e8res \u00e0 couple\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"usage-instructions\">\n    <h3>Comment utiliser ce calculateur<\/h3>\n    <ul>\n      <li>1. S\u00e9lectionnez l'option <span class=\"parameter-def\">Type d'ouverture<\/span>: Choisissez \"Couvercle \u00e0 rabat sup\u00e9rieur\/inf\u00e9rieur\" pour les couvertures \u00e0 retournement horizontal, ou \"Porte \u00e0 ouverture lat\u00e9rale\" pour les portes \u00e0 axe vertical.<\/li>\n      <li>2. Entrer <span class=\"parameter-def\">Poids de la porte\/du couvercle<\/span>: Poids total de la porte\/couverture en kilogrammes (kg).<\/li>\n      <li>3. Entrer <span class=\"parameter-def\">Longueur effective (L)<\/span>: Distance entre l'axe de la charni\u00e8re et le bord le plus \u00e9loign\u00e9 du couvercle\/de la porte en millim\u00e8tres (mm).<\/li>\n      <li>4. D\u00e9finir <span class=\"parameter-def\">Nombre de charni\u00e8res<\/span>: Nombre total de charni\u00e8res utilis\u00e9es pour soutenir la porte\/couverture (minimum 1).<\/li>\n      <li>5. Ajuster <span class=\"parameter-def\">Position du centre de gravit\u00e9<\/span>: Pourcentage de la longueur effective o\u00f9 se trouve le centre de gravit\u00e9 (par d\u00e9faut 50% pour une r\u00e9partition uniforme du poids).<\/li>\n      <li>6. Fixer <span class=\"parameter-def\">Facteur de s\u00e9curit\u00e9<\/span>: Recommand\u00e9 1,2 (1,0-2,0) pour tenir compte des tol\u00e9rances des mat\u00e9riaux et des charges dynamiques.<\/li>\n      <li>7. Le calculateur calcule automatiquement et en temps r\u00e9el le couple requis par charni\u00e8re en Newton-m\u00e8tres (N-m).<\/li>\n      <li>\u26a0\ufe0f Note : Pour les portes \u00e0 ouverture lat\u00e9rale, le r\u00e9sultat sert uniquement de r\u00e9f\u00e9rence pour l'amortissement (la gravit\u00e9 ne cr\u00e9e pas de couple de rotation autour des axes verticaux).<\/li>\n    <\/ul>\n  <\/div>\n<\/div>\n\n<script>\nconst g = 9.81;\n\nfunction calcTorque(){\n    let type = document.getElementById('type').value;\n    let m = parseFloat(document.getElementById('weight').value) || 0;\n    let L = parseFloat(document.getElementById('length').value) || 0;\n    let n = parseFloat(document.getElementById('num').value) || 1;\n    let safe = parseFloat(document.getElementById('safeRate').value) || 1.0;\n    let cgPercent = parseFloat(document.getElementById('cgPercent').value) || 50;\n\n    n = n < 1 ? 1 : n;\n    cgPercent = cgPercent < 1 ? 1 : (cgPercent > 100 ? 100 : cgPercent);\n    \n    const arm = (L \/ 1000) * (cgPercent \/ 100); \n    \n    let torque;\n    const sideTip = document.getElementById('sideTip');\n\n    if (type === 'normal') {\n        torque = (m * g * arm * safe) \/ n;\n        sideTip.style.display = 'none';\n    } else {\n        torque = (m * g * 0.05 * safe) \/ n;\n        sideTip.style.display = 'block';\n    }\n\n    document.getElementById('torqueResult').innerText = torque.toFixed(2);\n}\n\ndocument.getElementById('type').addEventListener('change', calcTorque);\n\nwindow.onload = calcTorque;\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Industrial Torque Hinge Calculator Industrial Torque Hinge Calculator Hinge Axis (Rotation Center) Center of Gravity (CG) Gravity (mg) L (Moment Arm) 0\u00b0 \u2192 90\u00b0 Vertical Side View: Torque = mg \u00d7 L (moment arm). Maximum torque at 0\u00b0 (horizontal position) for flap covers. Get a Quote for Matched Hinges \u2192 Opening Type Top \/ Bottom [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_gspb_post_css":"","footnotes":""},"class_list":["post-5759","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers<\/title>\n<meta name=\"description\" content=\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers\" \/>\n<meta property=\"og:description\" content=\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/\" \/>\n<meta property=\"og:site_name\" content=\"Hinges Manufacturer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-27T09:09:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/\",\"url\":\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/\",\"name\":\"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers\",\"isPartOf\":{\"@id\":\"https:\/\/hinges-htan.com\/fr\/#website\"},\"datePublished\":\"2026-04-27T08:29:03+00:00\",\"dateModified\":\"2026-04-27T09:09:16+00:00\",\"description\":\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\",\"breadcrumb\":{\"@id\":\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hinges-htan.com\/torque-hinge-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/hinges-htan.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Torque Hinge Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hinges-htan.com\/fr\/#website\",\"url\":\"https:\/\/hinges-htan.com\/fr\/\",\"name\":\"HTAN Industrial Hinges Manufacturer\",\"description\":\"Cabinet &amp; Enclosure Hinge Solutions\",\"publisher\":{\"@id\":\"https:\/\/hinges-htan.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hinges-htan.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hinges-htan.com\/fr\/#organization\",\"name\":\"HTAN Industrial Hinges Manufacturer\",\"url\":\"https:\/\/hinges-htan.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/hinges-htan.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png\",\"contentUrl\":\"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png\",\"width\":726,\"height\":172,\"caption\":\"HTAN Industrial Hinges Manufacturer\"},\"image\":{\"@id\":\"https:\/\/hinges-htan.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculateur de couple de charni\u00e8res - Calculer les N-m requis pour les couvertures de volets","description":"Calculer avec pr\u00e9cision le couple n\u00e9cessaire par charni\u00e8re en N-m. Support pour les couvercles de volets et les portes \u00e0 ouverture lat\u00e9rale. Ajustez le poids, la position du CG et les facteurs de s\u00e9curit\u00e9 pour une s\u00e9lection industrielle. Essayez notre outil gratuit maintenant.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/","og_locale":"fr_FR","og_type":"article","og_title":"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers","og_description":"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.","og_url":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/","og_site_name":"Hinges Manufacturer","article_modified_time":"2026-04-27T09:09:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/","url":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/","name":"Calculateur de couple de charni\u00e8res - Calculer les N-m requis pour les couvertures de volets","isPartOf":{"@id":"https:\/\/hinges-htan.com\/fr\/#website"},"datePublished":"2026-04-27T08:29:03+00:00","dateModified":"2026-04-27T09:09:16+00:00","description":"Calculer avec pr\u00e9cision le couple n\u00e9cessaire par charni\u00e8re en N-m. Support pour les couvercles de volets et les portes \u00e0 ouverture lat\u00e9rale. Ajustez le poids, la position du CG et les facteurs de s\u00e9curit\u00e9 pour une s\u00e9lection industrielle. Essayez notre outil gratuit maintenant.","breadcrumb":{"@id":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hinges-htan.com\/torque-hinge-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hinges-htan.com\/fr\/calculateur-de-charniere-de-couple\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/hinges-htan.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Torque Hinge Calculator"}]},{"@type":"WebSite","@id":"https:\/\/hinges-htan.com\/fr\/#website","url":"https:\/\/hinges-htan.com\/fr\/","name":"Fabricant de charni\u00e8res industrielles HTAN","description":"Solutions de charni\u00e8res pour armoires et coffrets","publisher":{"@id":"https:\/\/hinges-htan.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hinges-htan.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/hinges-htan.com\/fr\/#organization","name":"Fabricant de charni\u00e8res industrielles HTAN","url":"https:\/\/hinges-htan.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/hinges-htan.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png","contentUrl":"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png","width":726,"height":172,"caption":"HTAN Industrial Hinges Manufacturer"},"image":{"@id":"https:\/\/hinges-htan.com\/fr\/#\/schema\/logo\/image\/"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/pages\/5759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/comments?post=5759"}],"version-history":[{"count":0,"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/pages\/5759\/revisions"}],"wp:attachment":[{"href":"https:\/\/hinges-htan.com\/fr\/wp-json\/wp\/v2\/media?parent=5759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}