{"id":1,"date":"2026-03-06T06:27:56","date_gmt":"2026-03-06T06:27:56","guid":{"rendered":"http:\/\/kurtfoundry.com\/?p=1"},"modified":"2026-05-13T00:16:59","modified_gmt":"2026-05-13T00:16:59","slug":"custom-ductile-iron-castings","status":"publish","type":"post","link":"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-ductile-iron-castings\/","title":{"rendered":"Pi\u00e8ces moul\u00e9es personnalis\u00e9es en fonte ductile"},"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, maximum-scale=1.0, user-scalable=no\">\n    <title>Pi\u00e8ces moul\u00e9es en fonte ductile sur mesure | Fonderie de sable | Kurt Foundry<\/title>\n    <meta name=\"description\" content=\"Kurt Foundry se sp\u00e9cialise dans les pi\u00e8ces moul\u00e9es en fonte ductile sur mesure \u00e0 haute r\u00e9sistance. Nous fabriquons des composants en fonte nodulaire moul\u00e9e ASTM A536 pour des applications industrielles lourdes et agricoles.\">\n    <style>\n        \/* --- Typography & Variables --- *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700&family=Open+Sans:wght@300;400;600&display=swap');\n\n        :root {\n            --primary-dark: #0a0e0d; \n            --primary: #2b3a36; \n            --primary-light: #445851;\n            --accent: #d4af37; \n            --bg-light: #f9f8f4;\n            --bg-white: #ffffff;\n            --bg-gray: #f0efe9;\n            --text-main: #333333;\n            --text-muted: #666666;\n            --text-light: #e0e0e0;\n            --border: #e2dfd5;\n            --transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n        body { font-family: 'Open Sans', sans-serif; background-color: var(--bg-light); color: var(--text-main); line-height: 1.7; overflow-x: hidden; width: 100%; }\n\n        h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--primary-dark); }\n        a { text-decoration: none; color: inherit; transition: var(--transition); }\n        img { max-width: 100%; height: auto; display: block; }\n\n        \/* --- Advanced Animation Classes --- *\/\n        .reveal-up { opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out; will-change: opacity, transform; }\n        .reveal-scale { opacity: 0; transform: scale(0.95); transition: all 0.8s ease-out; will-change: opacity, transform; }\n        .active.reveal-up, .active.reveal-scale { opacity: 1; transform: translate(0) scale(1); }\n        .delay-1 { transition-delay: 0.15s; }\n        .delay-2 { transition-delay: 0.3s; }\n        .delay-3 { transition-delay: 0.45s; }\n\n        \/* --- Buttons System --- *\/\n        .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 1rem 2.5rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; cursor: pointer; transition: var(--transition); border-radius: 2px; position: relative; overflow: hidden; z-index: 1; border: 1px solid transparent; text-align: center; }\n        .btn-dark { background-color: var(--primary); color: var(--bg-white); border-color: var(--primary); }\n        .btn-dark::before { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background-color: var(--primary-dark); transition: var(--transition); z-index: -1; }\n        .btn-dark:hover::before { width: 100%; }\n        .btn-dark:hover { color: var(--bg-white); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); }\n        .btn-white { background-color: var(--bg-white); color: var(--primary-dark); border-color: var(--bg-white); }\n        .btn-white:hover { background-color: var(--bg-gray); color: var(--primary-dark); transform: translateY(-2px); }\n        .btn-outline { background-color: transparent; color: var(--primary); border-color: var(--primary); }\n        .btn-outline:hover { background-color: var(--primary); color: var(--bg-white); transform: translateY(-2px); }\n\n        \/* --- Header & Layout Utility --- *\/\n        header { position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 5%; border-bottom: 1px solid rgba(0,0,0,0.05); z-index: 9999; transition: var(--transition); }\n        header.scrolled { padding: 1rem 5%; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }\n        .logo-main { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--primary-dark); line-height: 1; display: block; }\n        .logo-sub { font-size: 0.85rem; text-transform: capitalize; letter-spacing: 1px; color: var(--text-muted); margin-top: 4px; display: block; font-family: 'Open Sans', sans-serif; }\n        \n        \/* Mobile Hamburger *\/\n        .hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; z-index: 10000; }\n        .hamburger span { width: 25px; height: 3px; background-color: var(--primary-dark); transition: all 0.3s; border-radius: 2px;}\n        \n        \/* Navigation Links *\/\n        nav ul { display: flex; gap: 2rem; list-style: none; align-items: center; margin: 0; padding: 0; }\n        nav a, .nav-dropdown-trigger { \n            font-family: 'Playfair Display', serif; \n            font-size: 1.15rem; \n            text-transform: capitalize; \n            letter-spacing: 0.5px; \n            font-weight: 500; \n            color: var(--primary-dark); \n            position: relative; \n            padding-bottom: 5px; \n            cursor: pointer;\n            display: inline-block;\n        }\n        \n        \/* Hover Underline Effect *\/\n        nav > ul > li > a::after, .nav-dropdown-trigger::after { \n            content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--primary); transition: var(--transition); \n        }\n        nav > ul > li > a:hover::after, .dropdown:hover .nav-dropdown-trigger::after { width: 100%; }\n        \n        \/* Desktop Dropdown CSS *\/\n        .dropdown { position: relative; }\n        .dropdown-menu { \n            display: block; \n            position: absolute; \n            top: 100%; \n            left: -15px; \n            background: var(--bg-white); \n            box-shadow: 0 15px 35px rgba(0,0,0,0.08); \n            min-width: 280px; \n            border-top: 3px solid var(--primary); \n            opacity: 0; \n            visibility: hidden; \n            transform: translateY(15px); \n            transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); \n            padding: 1rem 0; \n            z-index: 1000; \n            border-radius: 0 0 4px 4px; \n        }\n        .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }\n        .dropdown-menu li { display: block; margin: 0; width: 100%; }\n        .dropdown-menu a { \n            display: block; \n            padding: 0.7rem 1.5rem; \n            font-size: 1.05rem; \n            font-weight: 500; \n            border-bottom: none; \n            color: var(--text-main);\n            transition: var(--transition);\n            width: 100%;\n            white-space: nowrap;\n        }\n        .dropdown-menu a::after { display: none; } \n        .dropdown-menu a:hover { \n            background: var(--bg-gray); \n            color: var(--primary-dark); \n            padding-left: 2rem; \n        }\n\n        \/* Nav CTA Button *\/\n        .nav-cta { padding: 0.6rem 1.2rem; background: var(--primary); color: var(--bg-white) !important; border-radius: 2px; font-family: 'Open Sans', sans-serif !important; font-size: 0.9rem !important; text-transform: uppercase !important; letter-spacing: 1px !important;}\n        .nav-cta:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }\n        .nav-cta::after { display: none !important; }\n\n        section { padding: 7rem 5%; width: 100%; overflow: hidden; }\n        .container { max-width: 1300px; margin: 0 auto; width: 100%; }\n        .section-header { text-align: center; margin-bottom: 4rem; width: 100%; }\n        .section-header h2 { font-size: 2.8rem; margin-bottom: 1rem; line-height: 1.2; }\n        .section-header p { font-size: 1.05rem; color: var(--text-muted); max-width: 800px; margin: 0 auto; }\n        .subtitle { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 3px; color: var(--primary-light); font-weight: 600; display: block; margin-bottom: 0.8rem; }\n\n        \/* --- Inner Page Hero --- *\/\n        .inner-hero { position: relative; min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 8rem; background-color: var(--primary-dark); overflow: hidden; }\n        .inner-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.4; mix-blend-mode: multiply;}\n        .inner-hero-content { position: relative; z-index: 3; max-width: 900px; opacity: 0; transform: translateY(30px); animation: fadeInHero 1s ease-out 0.2s forwards; padding: 0 1rem; }\n        @keyframes fadeInHero { to { opacity: 1; transform: translateY(0); } }\n        .inner-hero h1 { color: var(--bg-white); font-size: 4rem; line-height: 1.1; margin-bottom: 1.2rem; }\n        .inner-hero p { font-size: 1.15rem; font-weight: 300; color: var(--text-light); margin-bottom: 2rem; }\n\n        \/* --- Content Layout --- *\/\n        .text-content-section { background: var(--bg-white); }\n        .text-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }\n        .text-grid p { margin-bottom: 1.5rem; font-size: 1.05rem; color: var(--text-muted); }\n        \n        \/* --- Responsive Video Wrapper --- *\/\n        .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 2px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); background: #222; }\n        .video-wrapper iframe, .video-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }\n\n        \/* --- Grades Table --- *\/\n        .grades-section { background: var(--bg-gray); }\n        .table-responsive { width: 100%; overflow-x: auto; margin-top: 2rem; background: var(--bg-white); border: 1px solid var(--border); box-shadow: 0 10px 30px rgba(0,0,0,0.03); }\n        table { width: 100%; border-collapse: collapse; text-align: left; }\n        th, td { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--border); }\n        th { background-color: var(--primary-dark); color: var(--bg-white); font-weight: 600; font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 0.5px; }\n        tr:last-child td { border-bottom: none; }\n        tr:hover td { background-color: var(--bg-light); }\n        .grade-name { font-weight: 600; color: var(--primary); }\n\n        \/* --- Process Section --- *\/\n        .process { background: linear-gradient(135deg, #182220 0%, #2b3a36 100%); color: var(--bg-white); }\n        .process h2, .process .subtitle { color: var(--bg-white); }\n        .process .subtitle { color: var(--accent); }\n        .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }\n        .step-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 2.5rem 1.5rem; position: relative; transition: var(--transition); text-align: center; }\n        .step-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3); }\n        .step-card h3 { color: var(--accent); font-size: 1.3rem; margin-bottom: 1rem; font-family: 'Open Sans', sans-serif; }\n        .step-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; }\n\n        \/* --- Case Studies --- *\/\n        .case-studies { background: var(--bg-white); }\n        .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }\n        .case-card { background: var(--bg-white); border: 1px solid var(--border); transition: var(--transition); border-radius: 2px; overflow: hidden; }\n        .case-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n        .case-img { width: 100%; height: 280px; background: #e5e4de; overflow: hidden; }\n        .case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }\n        .case-card:hover .case-img img { transform: scale(1.05); }\n        .case-info { padding: 2rem; }\n        .case-info h3 { font-size: 1.4rem; margin-bottom: 0.8rem; }\n        .case-info p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }\n\n        \/* --- Advantages --- *\/\n        .split-section { display: flex; flex-wrap: wrap; background: var(--bg-white); border-top: 1px solid var(--border); }\n        .split-content { flex: 1; min-width: 300px; padding: 6rem 5%; display: flex; flex-direction: column; justify-content: center; }\n        .split-image-container { flex: 1; min-width: 300px; background-color: #2a2a2a; overflow: hidden; position: relative; }\n        .split-image-container img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }\n        .check-list { list-style: none; margin-top: 1.5rem; }\n        .check-list li { position: relative; padding-left: 1.8rem; margin-bottom: 0.8rem; font-weight: 600; color: var(--text-main); }\n        .check-list li::before { content: '\u2713'; position: absolute; left: 0; color: var(--primary); font-weight: bold; }\n\n        \/* --- FAQ --- *\/\n        .faq { background-color: var(--bg-light); }\n        .faq-container { max-width: 900px; margin: 0 auto; }\n        .faq-item { border-bottom: 1px solid var(--border); }\n        .faq-question { padding: 1.5rem 0; font-size: 1.15rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--primary-dark); transition: var(--transition); }\n        .faq-question:hover { color: var(--primary); }\n        .faq-icon { font-size: 1.5rem; transition: transform 0.3s ease; color: var(--primary-light); }\n        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; color: var(--text-muted); }\n        .faq-answer p { padding-bottom: 1.5rem; font-size: 0.95rem; line-height: 1.7; }\n        .faq-item.active .faq-answer { max-height: 500px; }\n        .faq-item.active .faq-icon { transform: rotate(45deg); }\n\n        \/* --- Footer & Final CTA --- *\/\n        .cta-final { background: linear-gradient(135deg, #0a0e0d 0%, #2b3a36 100%); color: var(--bg-white); text-align: center; padding: 6rem 5%; }\n        .cta-final h2 { color: var(--bg-white); font-size: 3rem; margin-bottom: 1.5rem; }\n        .cta-final p { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto 2.5rem; }\n        footer { background-color: var(--primary-dark); color: var(--text-light); padding: 5rem 5% 2rem; }\n        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; max-width: 1300px; margin: 0 auto; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }\n        footer h4 { color: #ffffff !important; font-size: 1.4rem; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px; }\n        footer p, footer ul li { font-size: 1.05rem; line-height: 1.7; }\n        footer ul { list-style: none; }\n        footer ul li { margin-bottom: 1rem; }\n        footer a { color: #cccccc; transition: color 0.3s ease; }\n        footer a:hover { color: var(--accent); }\n        .footer-bottom { text-align: center; padding-top: 2rem; font-size: 0.95rem; color: #888888; }\n        .footer-bottom-links { display: flex; justify-content: center; gap: 1.5rem; margin-top: 1rem; }\n        .footer-bottom-links a { font-size: 0.85rem; color: #888888; text-decoration: underline; }\n\n        \/* --- Mobile Responsiveness --- *\/\n        @media (max-width: 1024px) {\n            .case-grid { grid-template-columns: repeat(2, 1fr); }\n            .text-grid { grid-template-columns: 1fr; gap: 2rem; }\n        }\n        @media (max-width: 768px) {\n            section { padding: 4rem 5%; }\n            .inner-hero { padding-top: 6rem; min-height: 50vh; }\n            .inner-hero h1 { font-size: 2.8rem; }\n            .section-header h2 { font-size: 2.2rem; }\n            .case-grid { grid-template-columns: 1fr; }\n            .process-grid { grid-template-columns: 1fr; }\n            .split-section { flex-direction: column !important; }\n            .split-image-container { min-height: 350px; padding: 0; }\n            .split-image-container img { position: static; height: 350px; }\n            header { padding: 1rem 5%; flex-wrap: wrap; }\n            .hamburger { display: flex; } \n            \n            \/* Mobile Nav Wrapper *\/\n            nav { position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,0.98); box-shadow: 0 10px 15px rgba(0,0,0,0.1); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: clip-path 0.4s ease-in-out; max-height: calc(100vh - 70px); overflow-y: auto; }\n            nav.nav-active { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }\n            \n            nav ul { flex-direction: column; padding: 2rem; gap: 1.5rem; align-items: flex-start; width: 100%; }\n            nav ul li { width: 100%; }\n            nav a, .nav-dropdown-trigger { font-size: 1.3rem; width: 100%; display: block; }\n            \n            \/* Mobile Dropdown Accordion *\/\n            .dropdown { width: 100%; }\n            .dropdown-menu { \n                position: static; \n                box-shadow: none; \n                border-top: none; \n                padding: 0; \n                max-height: 0; \n                overflow: hidden; \n                visibility: hidden;\n                opacity: 0;\n                background: transparent; \n                transition: max-height 0.4s ease, opacity 0.4s ease;\n                transform: none;\n                border-radius: 0;\n            }\n            .dropdown.active .dropdown-menu { \n                max-height: 300px; \n                opacity: 1;\n                visibility: visible;\n                padding: 0.5rem 0 0.5rem 1rem; \n            }\n            .dropdown-menu a { padding: 0.6rem 0; font-size: 1.1rem; border: none; white-space: normal; }\n            .dropdown-menu a:hover { padding-left: 0.5rem; background: transparent; }\n            \n            .nav-cta { width: auto; display: inline-block; margin-top: 1rem;}\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header id=\"navbar\">\n        <div class=\"logo\">\n            <a href=\"https:\/\/kurtfoundry.com\/fr\/\">\n                <span class=\"logo-main\">Fonderie Kurt<\/span>\n                <span class=\"logo-sub\">Moulage au sable sur mesure<\/span>\n            <\/a>\n        <\/div>\n        <div class=\"hamburger\" id=\"hamburger\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n        <nav id=\"nav-menu\">\n            <ul>\n                <li><a href=\"https:\/\/kurtfoundry.com\/fr\/\">Accueil<\/a><\/li>\n                <li><a href=\"https:\/\/kurtfoundry.com\/fr\/about-us\/\">\u00c0 propos de nous<\/a><\/li>\n                <li class=\"dropdown\" id=\"materialsDropdown\">\n                    <span class=\"nav-dropdown-trigger\">Capacit\u00e9s \u25be<\/span>\n                    <ul class=\"dropdown-menu\">\n                        <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-carbon-steel-castings\/\">Pi\u00e8ces moul\u00e9es en acier au carbone<\/a><\/li>\n                        <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-stainless-steel-castings\/\">Pi\u00e8ces moul\u00e9es en acier inoxydable<\/a><\/li>\n                        <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-ductile-iron-castings\/\">Pi\u00e8ces moul\u00e9es en fonte ductile<\/a><\/li>\n                        <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-gray-iron-castings\/\">Pi\u00e8ces moul\u00e9es en fonte grise<\/a><\/li>\n                    <\/ul>\n                <\/li>\n                <li><a href=\"https:\/\/kurtfoundry.com\/fr\/blog\/\">Blog<\/a><\/li>\n                <li><a href=\"https:\/\/kurtfoundry.com\/fr\/contact\/\" class=\"nav-cta\">Contactez-nous<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <section class=\"inner-hero\">\n        <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/03\/ductile-iron-pouring-bg.jpg\" alt=\"Fonderie de sable pour fonte ductile\" class=\"inner-hero-bg\" title=\"\">\n        <div class=\"inner-hero-content\">\n            <span class=\"subtitle\" style=\"color: var(--accent);\">Expertise en moulage au sable industriel<\/span>\n            <h1>Pi\u00e8ces moul\u00e9es personnalis\u00e9es en fonte ductile<\/h1>\n            <p>Pi\u00e8ces moul\u00e9es en fonte ductile (nodulaire) \u00e0 haute r\u00e9sistance et r\u00e9sistance \u00e0 la fatigue, con\u00e7ues pour les environnements industriels exigeants. Alternatives \u00e9conomiques \u00e0 l'acier, livr\u00e9es pr\u00eates \u00e0 assembler.<\/p>\n            <a href=\"https:\/\/kurtfoundry.com\/fr\/contact\/\" class=\"btn btn-outline\" style=\"color: var(--accent); border-color: var(--accent); margin-top: 1rem;\">Demander un devis gratuit<\/a>\n        <\/div>\n    <\/section>\n\n    <section class=\"text-content-section\">\n        <div class=\"container text-grid\">\n            <div class=\"reveal-up\">\n                <span class=\"subtitle\">Pourquoi choisir la fonte ductile ?<\/span>\n                <h2>L'\u00e9quilibre parfait entre r\u00e9sistance et usinabilit\u00e9.<\/h2>\n                <p>\u00c9galement connue sous le nom de fonte nodulaire, <strong>pi\u00e8ces moul\u00e9es en fonte ductile sur mesure<\/strong> comblent le foss\u00e9 entre la fonte grise traditionnelle et l'acier moul\u00e9. Gr\u00e2ce \u00e0 sa structure unique en graphite sph\u00e9ro\u00efdal, la fonte ductile offre une r\u00e9sistance \u00e0 la traction exceptionnelle, une ductilit\u00e9 remarquable et une r\u00e9sistance aux chocs sup\u00e9rieure, sans sacrifier la coulabilit\u00e9.<\/p>\n                <p>Chez Kurt Foundry, notre proc\u00e9d\u00e9 avanc\u00e9 de moulage au sable \u00e0 prise chimique nous permet de produire des composants en fonte ductile de taille moyenne \u00e0 grande. C'est le choix de mat\u00e9riau id\u00e9al pour les composants lourds o\u00f9 une r\u00e9duction de poids, une excellente usinabilit\u00e9 et des co\u00fbts de production inf\u00e9rieurs sont requis par rapport \u00e0 l'acier au carbone.<\/p>\n                <a href=\"#standards\" class=\"btn btn-dark\" style=\"margin-top: 1rem;\">Voir les nuances de mat\u00e9riaux<\/a>\n            <\/div>\n            <div class=\"reveal-up delay-1\">\n                <div class=\"video-wrapper\">\n                    <iframe src=\"https:\/\/www.youtube.com\/embed\/AOixpw6pKm4\" title=\"Pi\u00e8ces moul\u00e9es en fonte ductile - R\u00e9sistance et usinabilit\u00e9\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"standards\" class=\"grades-section\">\n        <div class=\"container\">\n            <div class=\"section-header reveal-up\">\n                <span class=\"subtitle\">Conforme aux normes ASTM et DIN<\/span>\n                <h2>Nuances courantes de moulage de fonte ductile<\/h2>\n                <p>Notre laboratoire de m\u00e9tallurgie interne garantit une nodularit\u00e9 et une composition chimique pr\u00e9cises. Vous trouverez ci-dessous les nuances de fonte ductile moul\u00e9e les plus fr\u00e9quentes que nous coulons.<\/p>\n            <\/div>\n            \n            <div class=\"table-responsive reveal-up delay-1\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Norme \/ Nuance<\/th>\n                            <th>R\u00e9sistance \u00e0 la traction (MPa)<\/th>\n                            <th>Limite d'\u00e9lasticit\u00e9 (MPa)<\/th>\n                            <th>Allongement (%)<\/th>\n                            <th>Applications courantes<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td class=\"grade-name\">ASTM A536 60-40-18<\/td>\n                            <td>\u2265 414<\/td>\n                            <td>\u2265 276<\/td>\n                            <td>\u2265 18<\/td>\n                            <td>Pressure containing parts, valve bodies, high-shock components.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"grade-name\">ASTM A536 65-45-12<\/td>\n                            <td>\u2265 448<\/td>\n                            <td>\u2265 310<\/td>\n                            <td>\u2265 12<\/td>\n                            <td>Machinery frames, heavy-duty gearboxes, automotive suspension.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"grade-name\">ASTM A536 80-55-06<\/td>\n                            <td>\u2265 552<\/td>\n                            <td>\u2265 379<\/td>\n                            <td>\u2265 6<\/td>\n                            <td>Crankshafts, gears, heavy machinery structural brackets.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"grade-name\">ASTM A536 100-70-03<\/td>\n                            <td>\u2265 689<\/td>\n                            <td>\u2265 483<\/td>\n                            <td>\u2265 3<\/td>\n                            <td>High-strength applications requiring excellent wear resistance.<\/td>\n                        <\/tr>\n                        <tr>\n                            <td class=\"grade-name\">DIN EN 1563 EN-GJS-500-7<\/td>\n                            <td>\u2265 500<\/td>\n                            <td>\u2265 320<\/td>\n                            <td>\u2265 7<\/td>\n                            <td>European standard equivalent for general engineering components.<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"process\">\n        <div class=\"container\">\n            <div class=\"section-header reveal-up\">\n                <span class=\"subtitle\">M\u00e9thodologie de coul\u00e9e contr\u00f4l\u00e9e<\/span>\n                <h2>Our Ductile Iron Sand Casting Process<\/h2>\n                <p style=\"color: #aaa;\">Notre proc\u00e9d\u00e9 de moulage au sable de fonte ductile.<\/p>\n            <\/div>\n            <div class=\"process-grid reveal-up delay-1\">\n                <div class=\"step-card\">\n                    <h3>La production de fonte ductile de haute qualit\u00e9 n\u00e9cessite un contr\u00f4le pr\u00e9cis du processus de nodularisation pour garantir l'int\u00e9grit\u00e9 structurelle.<\/h3>\n                    <p>1. Simulation de coul\u00e9e.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <h3>2. Moulage au sable \u00e0 la r\u00e9sine<\/h3>\n                    <p>Nous appliquons une DFM avanc\u00e9e et une simulation 3D pour concevoir des syst\u00e8mes d'alimentation pr\u00e9cis, assurant un \u00e9coulement fluide et \u00e9vitant les d\u00e9fauts de retrait.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <h3>2. Moulage au sable \u00e0 prise chimique<\/h3>\n                    <p>En utilisant du sable \u00e0 prise chimique de haute qualit\u00e9, nous produisons des moules exceptionnellement rigides qui maintiennent des tol\u00e9rances dimensionnelles serr\u00e9es pour les pi\u00e8ces moul\u00e9es en fonte lourde.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <h3>3. Traitement au magn\u00e9sium<\/h3>\n                    <p>L'\u00e9tape cruciale de nodularisation : un alliage de magn\u00e9sium contr\u00f4l\u00e9 est introduit dans la fonte en fusion pour transformer les lamelles de graphite en sph\u00e8res solides.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <h3>5. Usinage CNC et contr\u00f4le qualit\u00e9<\/h3>\n                    <p>4. Analyse spectrom\u00e9trique.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"case-studies\">\n        <div class=\"container\">\n            <div class=\"section-header reveal-up\">\n                <span class=\"subtitle\">Avant chaque coul\u00e9e, l'analyse thermique et la spectrom\u00e9trie confirment l'\u00e9quivalent carbone exact et le taux de nodularit\u00e9 pour r\u00e9pondre aux sp\u00e9cifications ASTM.<\/span>\n                <h2>5. Finition et inspection<\/h2>\n                <p>Les pi\u00e8ces moul\u00e9es sont grenaill\u00e9es, enti\u00e8rement usin\u00e9es par CNC en interne, et passent des contr\u00f4les de qualit\u00e9 stricts, y compris des inspections par ultrasons (UT) et dimensionnelles.<\/p>\n            <\/div>\n\n            <div class=\"case-grid\">\n                <div class=\"case-card reveal-up\">\n                    <div class=\"case-img\">\n                        <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/03\/A-black-iron-manhole-cover-featuring-a-hole-in-the-center-set-against-a-concrete-surface-1.webp\" alt=\"Couvercle de regard en fonte ductile lourd pour usage municipal\" title=\"\">\n                    <\/div>\n                    <div class=\"case-info\">\n                        <h3>Ant\u00e9c\u00e9dents \u00e9prouv\u00e9s<\/h3>\n                        <p>Applications des pi\u00e8ces moul\u00e9es en fonte ductile.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"case-card reveal-up delay-1\">\n                    <div class=\"case-img\">\n                        <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/03\/A-steel-casting-metal-disc-featuring-holes-along-its-edge-showcasing-industrial-design-and-functionality.webp\" alt=\"Disques de frein lourds en fonte ductile\" title=\"\">\n                    <\/div>\n                    <div class=\"case-info\">\n                        <h3>Nous fournissons des pi\u00e8ces moul\u00e9es en fonte ductile usin\u00e9es avec pr\u00e9cision aux fabricants d'\u00e9quipements lourds du monde entier.<\/h3>\n                        <p>Couvercles de regards lourds.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"case-card reveal-up delay-2\">\n                    <div class=\"case-img\">\n                        <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/03\/Ductile-Iron-Casting.webp\" alt=\"Collecteur d&#039;\u00e9chappement en fonte ductile moul\u00e9\" title=\"\">\n                    <\/div>\n                    <div class=\"case-info\">\n                        <h3>La fonte ductile est la norme pour les applications municipales. Elle offre une capacit\u00e9 de charge et une r\u00e9sistance aux chocs exceptionnelles, lui permettant de supporter un trafic intense sans se fracturer.<\/h3>\n                        <p>Disques de frein lourds.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"split-section\">\n        <div class=\"split-image-container reveal-up\">\n            <img decoding=\"async\" src=\"https:\/\/kurtfoundry.com\/wp-content\/uploads\/2026\/03\/A-wide-industrial-warehouse-interior-with-high-ceilings-and-metal-support-beams.jpg\" alt=\"Int\u00e9rieur d&#039;entrep\u00f4t industriel de Kurt Foundry\" title=\"\">\n        <\/div>\n        <div class=\"split-content reveal-up delay-1\">\n            <span class=\"subtitle\">The Kurt Foundry Difference<\/span>\n            <h2>Con\u00e7us pour les syst\u00e8mes de freinage \u00e0 contraintes \u00e9lev\u00e9es, nos disques de frein en fonte ductile offrent une excellente conductivit\u00e9 thermique et r\u00e9sistance \u00e0 l'usure, garantissant la s\u00e9curit\u00e9 dans les v\u00e9hicules commerciaux et les machines lourdes.<\/h2>\n            <p>Collecteurs d'\u00e9chappement.<\/p>\n            \n            <ul class=\"check-list\">\n                <li>Moul\u00e9s \u00e0 partir de nuances sp\u00e9cialis\u00e9es de fonte ductile \u00e0 haute temp\u00e9rature, ces collecteurs complexes r\u00e9sistent \u00e0 la fatigue thermique et \u00e0 l'oxydation, offrant des performances fiables dans des environnements moteur exigeants.<\/li>\n                <li>Pourquoi nous choisir pour la fonte ductile ?<\/li>\n                <li>En gardant l'ensemble du processus de production\u2014de la conception de l'outillage et de la coul\u00e9e \u00e0 l'usinage CNC de pr\u00e9cision\u2014sous un m\u00eame toit, nous \u00e9liminons les risques de la cha\u00eene d'approvisionnement et livrons des composants enti\u00e8rement finis.<\/li>\n                <li>Logistique DDP\/FOB sans faille vers l'Am\u00e9rique du Nord<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <section id=\"faq\" class=\"faq\">\n        <div class=\"container faq-container\">\n            <div class=\"section-header reveal-up\">\n                <span class=\"subtitle\">Base de connaissances<\/span>\n                <h2>Prix directs d'usine \u2013 Alternatives \u00e9conomiques \u00e0 l'acier<\/h2>\n            <\/div>\n            <div class=\"faq-list reveal-up delay-1\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Contr\u00f4le constant de la nodularit\u00e9 gr\u00e2ce \u00e0 la m\u00e9tallurgie interne <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>Rapports d'essais de mat\u00e9riaux complets (MTR) fournis.<\/p><\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">FAQ sur le moulage de fonte ductile <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>Dans de nombreux cas, oui. La fonte ductile offre une limite d'\u00e9lasticit\u00e9 comparable \u00e0 celle de nombreux aciers au carbone moul\u00e9s, mais elle est plus facile \u00e0 couler et \u00e0 usiner, ce qui r\u00e9duit le co\u00fbt global des pi\u00e8ces. C'est une excellente am\u00e9lioration pour les pi\u00e8ces soumises \u00e0 des contraintes trop \u00e9lev\u00e9es pour la fonte grise, mais qui n'exigent pas strictement la soudabilit\u00e9 de l'acier au carbone.<\/p><\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Quel est le poids maximal des pi\u00e8ces en fonte ductile que vous pouvez couler ? <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>Notre fonderie de sable est \u00e9quip\u00e9e pour traiter des composants en fonte ductile sur mesure allant de 50 lb \u00e0 5 000 lb (2,5 tonnes) par pi\u00e8ce unique, ce qui nous rend id\u00e9aux pour les composants de machines lourdes.<\/p><\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Comment \u00e9valuez-vous l'usinabilit\u00e9 de la fonte ductile ? <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>La fonte ductile poss\u00e8de une excellente usinabilit\u00e9, g\u00e9n\u00e9ralement sup\u00e9rieure \u00e0 celle de l'acier au carbone de duret\u00e9 \u00e9quivalente. Les nodules de graphite agissent comme un lubrifiant naturel pendant le processus de coupe, ce qui prolonge la dur\u00e9e de vie des outils et permet des vitesses d'usinage plus rapides.<\/p><\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Comment v\u00e9rifiez-vous la qualit\u00e9 de la fonte ductile ? <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>Nous maintenons un contr\u00f4le qualit\u00e9 rigoureux. Nous effectuons une analyse spectrom\u00e9trique avant coul\u00e9e, une analyse thermique pour v\u00e9rifier la nodularit\u00e9, et des essais m\u00e9caniques apr\u00e8s coul\u00e9e (traction\/limite d'\u00e9lasticit\u00e9\/allongement). Nous proposons \u00e9galement des contr\u00f4les par ultrasons (UT) pour garantir la sant\u00e9 interne des pi\u00e8ces.<\/p><\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">Proposez-vous des pi\u00e8ces enti\u00e8rement usin\u00e9es ? <span class=\"faq-icon\">+<\/span><\/div>\n                    <div class=\"faq-answer\"><p>Oui, Kurt Foundry propose une fabrication enti\u00e8rement int\u00e9gr\u00e9e. Nous coulons les pi\u00e8ces en fonte ductile et utilisons nos centres d'usinage CNC 5 axes internes pour percer, fraiser, al\u00e9ser et tourner les pi\u00e8ces moul\u00e9es, afin qu'elles soient pr\u00eates pour un assemblage imm\u00e9diat \u00e0 la livraison.<\/p><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-final\">\n        <div class=\"container reveal-scale\">\n            <h2>Pr\u00eat \u00e0 obtenir un devis pour votre projet de coul\u00e9e de fonte ?<\/h2>\n            <p>Envoyez-nous vos dessins CAO 2D\/3D. Nos ing\u00e9nieurs de fonderie fourniront une analyse DFM compl\u00e8te et un devis B2B comp\u00e9titif sous 48 heures.<\/p>\n            <a href=\"https:\/\/kurtfoundry.com\/fr\/contact\/\" class=\"btn btn-white\">Obtenez votre devis gratuit maintenant<\/a>\n        <\/div>\n    <\/section>\n\n    <footer id=\"contact\">\n        <div class=\"footer-grid\">\n            <div>\n                <span class=\"logo-main\" style=\"color: var(--bg-white);\">Fonderie Kurt<\/span>\n                <p style=\"margin-top: 1rem; line-height: 1.6;\">Votre fonderie de coul\u00e9e en sable d\u00e9di\u00e9e aux pi\u00e8ces moul\u00e9es m\u00e9talliques industrielles lourdes sur mesure. Con\u00e7ues pour la r\u00e9sistance, livr\u00e9es en Am\u00e9rique du Nord.<\/p>\n            <\/div>\n            <div>\n                <h4 style=\"color: #ffffff !important;\">Capacit\u00e9s de moulage<\/h4>\n                <ul>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-carbon-steel-castings\/\">Pi\u00e8ces moul\u00e9es en acier au carbone<\/a><\/li>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-stainless-steel-castings\/\">Pi\u00e8ces moul\u00e9es en acier inoxydable<\/a><\/li>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-ductile-iron-castings\/\">Pi\u00e8ces moul\u00e9es en fonte ductile<\/a><\/li>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/capabilities\/custom-gray-iron-castings\/\">Pi\u00e8ces moul\u00e9es en fonte grise<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div>\n                <h4 style=\"color: #ffffff !important;\">Entreprise<\/h4>\n                <ul>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/about-us\/\">\u00c0 propos de notre fonderie<\/a><\/li>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/blog\/\">Blog de l'industrie<\/a><\/li>\n                    <li><a href=\"https:\/\/kurtfoundry.com\/fr\/contact\/\">Contact &amp; RFQ<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div>\n                <h4 style=\"color: #ffffff !important;\">Contactez-nous<\/h4>\n                <ul>\n                    <li><a href=\"mailto:info@kurtfoundry.com\">info@kurtfoundry.com<\/a><\/li>\n                    <li style=\"margin-top: 0.5rem; color: #aaa;\">Ville de Weifang, Province du Shandong, Chine.<\/li>\n                    <li style=\"margin-top: 1.5rem;\"><a href=\"https:\/\/kurtfoundry.com\/fr\/contact\/\" style=\"color: var(--accent); font-weight:bold;\">\u2192 Envoyez-nous votre RFQ<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"footer-bottom\">\n            <p>\u00a9 2026 Fonderie Kurt. Fabricant de pi\u00e8ces moul\u00e9es au sable sur mesure. Tous droits r\u00e9serv\u00e9s.<\/p>\n            <div class=\"footer-bottom-links\">\n                <a href=\"https:\/\/kurtfoundry.com\/fr\/privacy-policy\/\">Politique de confidentialit\u00e9<\/a>\n                Plan du site\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ Scroll reveal animation\n            const revealElements = document.querySelectorAll(\".reveal-up, .reveal-scale\");\n            const revealObserver = new IntersectionObserver((entries, observer) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add(\"active\");\n                    }\n                });\n            }, { root: null, threshold: 0.1, rootMargin: \"0px 0px -20px 0px\" });\n\n            revealElements.forEach(el => revealObserver.observe(el));\n\n            \/\/ FAQ Accordion Logic\n            const faqItems = document.querySelectorAll('.faq-item');\n            faqItems.forEach(item => {\n                const question = item.querySelector('.faq-question');\n                question.addEventListener('click', () => {\n                    faqItems.forEach(otherItem => {\n                        if (otherItem !== item && otherItem.classList.contains('active')) {\n                            otherItem.classList.remove('active');\n                        }\n                    });\n                    item.classList.toggle('active');\n                });\n            });\n\n            \/\/ Mobile Menu Toggle Logic\n            const hamburger = document.getElementById('hamburger');\n            const navMenu = document.getElementById('nav-menu');\n            const materialsDropdown = document.getElementById('materialsDropdown');\n            const dropdownTrigger = materialsDropdown.querySelector('.nav-dropdown-trigger');\n            \n            \/\/ Toggle main menu\n            hamburger.addEventListener('click', () => {\n                navMenu.classList.toggle('nav-active');\n            });\n\n            \/\/ Toggle Dropdown strictly on mobile\n            if(window.innerWidth <= 768) {\n                dropdownTrigger.addEventListener('click', (e) => {\n                    materialsDropdown.classList.toggle('active');\n                });\n            }\n        });\n\n        \/\/ Header Scroll Effect\n        window.addEventListener('scroll', function() {\n            const header = document.getElementById('navbar');\n            if (window.pageYOffset > 50) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Custom Ductile Iron Castings | Sand Casting Foundry | Kurt Foundry Kurt Foundry Custom Sand Casting Home About Us Capabilities [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":58,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-capabilities"],"_links":{"self":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":3,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":912,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/posts\/1\/revisions\/912"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/media\/58"}],"wp:attachment":[{"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kurtfoundry.com\/fr\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}