{"id":155,"date":"2025-11-27T16:23:58","date_gmt":"2025-11-27T16:23:58","guid":{"rendered":"https:\/\/geopoliticalmining.com\/?page_id=155"},"modified":"2026-05-21T00:48:46","modified_gmt":"2026-05-21T00:48:46","slug":"home","status":"publish","type":"page","link":"https:\/\/geopoliticalmining.com\/fr\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style>\n  :root {\n    --ink: #0a0a0a;\n    --accent: #E6DFD3;\n    --accent-ink: #1A1A1A;\n    --ring: rgba(230,223,211,.35);\n  }\n\n  * { box-sizing: border-box; }\n\n  body {\n    margin: 0;\n    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\n    line-height: 1.6;\n    color: var(--ink);\n    background: #fbfbfb;\n    overflow-x:hidden;\n  }\n\n  .container {\n    width: min(1000px, 92%);\n    margin: auto;\n  }\n\n  .section {\n    padding: 64px 0;\n  }\n\n  h1 {\n    font-size: clamp(28px, 5vw, 50px);\n    line-height: 1.1;\n    margin: .2em 0;\n  }\n\n  h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    margin-bottom: .5rem;\n  }\n\n  p.lead {\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #333;\n    margin: 0 0 1rem 0;\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 12px 20px;\n    border-radius: 999px;\n    font-weight: 600;\n    text-decoration: none;\n    border: 1px solid #ddd;\n    box-shadow: 0 6px 15px rgba(0,0,0,.06);\n    transition: background .2s, color .2s, box-shadow .2s;\n    text-align:center;\n  }\n\n  .btn.primary {\n    background: var(--accent);\n    border-color: transparent;\n    color: var(--accent-ink);\n    box-shadow: 0 8px 20px var(--ring);\n  }\n\n  .btn.primary:hover {\n    box-shadow: 0 10px 26px var(--ring);\n  }\n\n  .btn.ghost {\n    background: #fff;\n    color: var(--ink);\n  }\n\n  .btn.ghost:hover {\n    background:#f7f7f7;\n  }\n\n  .btn.outline {\n    background: #fff;\n    color: #1f3c88;\n    border-color: #1f3c88;\n  }\n\n  .btn.outline:hover {\n    background:#f8faff;\n  }\n\n  .grid {\n    display: grid;\n    gap: 20px;\n  }\n\n  .two-cols {\n    grid-template-columns: 1.2fr 1fr;\n    align-items: center;\n  }\n\n  .home-hero-buttons {\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n  }\n\n  .what-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n  }\n\n  .what-grid .card {\n    grid-column: span 2;\n  }\n\n  .what-grid .card:nth-last-child(2) {\n    grid-column: 2 \/ span 2;\n  }\n\n  .what-grid .card:nth-last-child(1) {\n    grid-column: 4 \/ span 2;\n  }\n\n  .small {\n    font-size: clamp(14px, 2vw, 16px);\n    color: #555;\n  }\n\n  .card {\n    background: #fff;\n    border: 1px solid #eee;\n    border-radius: 12px;\n    padding: 20px;\n    box-shadow: 0 8px 20px rgba(0,0,0,.08);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    height:100%;\n  }\n\n  .card h3 {\n    text-align: center;\n  }\n\n  .card p.small {\n    margin-bottom:0;\n  }\n\n  .card-action {\n    margin-top:auto;\n    padding-top:18px;\n    text-align:center;\n  }\n\n  .card-action .btn {\n    font-size:13px;\n    padding:9px 15px;\n    box-shadow:0 5px 14px rgba(0,0,0,.05);\n  }\n\n  .hero-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0,0,0,.35);\n  }\n\n  .hero-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .what-image {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .why-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 10px 28px rgba(0,0,0,.25);\n  }\n\n  .why-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .gm-book-highlight {\n    display: grid;\n    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);\n    gap: 2.5rem;\n    align-items: center;\n  }\n\n  .gm-book-image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0,0,0,.25);\n    background-color: #ffffff;\n  }\n\n  .gm-book-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .gm-founders {\n    background:#fff;\n    border:1px solid #eee;\n    border-radius:16px;\n    padding:32px;\n    box-shadow:0 8px 22px rgba(0,0,0,.045);\n  }\n\n  .gm-founders-kicker {\n    text-transform:uppercase;\n    letter-spacing:.16em;\n    font-size:12px;\n    font-weight:700;\n    color:#777;\n    margin:0 0 10px 0;\n  }\n\n  .gm-founders h2 {\n    margin-top:0;\n  }\n\n  .gm-founders-grid {\n    display:grid;\n    grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);\n    gap:28px;\n    align-items:start;\n  }\n\n  .gm-founders-note {\n    border-left:3px solid #E6DFD3;\n    padding-left:18px;\n  }\n\n  .gm-founder-profiles {\n    display:grid;\n    grid-template-columns:repeat(2, minmax(0, 1fr));\n    gap:18px;\n    margin-top:28px;\n  }\n\n  .gm-founder-card {\n    background:#fbfbfb;\n    border:1px solid #eee;\n    border-radius:14px;\n    padding:16px;\n    box-shadow:0 6px 18px rgba(0,0,0,.035);\n  }\n\n  .gm-founder-photo {\n    width:100%;\n    height:240px;\n    background:#f7f7f7;\n    border-radius:12px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    overflow:hidden;\n    margin-bottom:14px;\n  }\n\n  .gm-founder-photo img {\n    width:100%;\n    height:100%;\n    object-fit:contain;\n    object-position:center;\n    display:block;\n  }\n\n  .gm-founder-card h3 {\n    margin:0 0 4px 0;\n    font-size:20px;\n    line-height:1.25;\n    color:#1d2633;\n  }\n\n  .gm-founder-role {\n    margin:0 0 10px 0;\n    font-size:13px;\n    font-weight:700;\n    text-transform:uppercase;\n    letter-spacing:.08em;\n    color:#777;\n  }\n\n  .gm-founder-card p.small {\n    margin:0;\n  }\n\n  .gm-founder-links {\n    margin-top:14px;\n  }\n\n  .gm-founder-links .btn {\n    font-size:13px;\n    padding:8px 14px;\n    box-shadow:0 5px 14px rgba(0,0,0,.05);\n  }\n\n  .gm-contact-line {\n    margin-top:24px;\n    padding-top:22px;\n    border-top:1px solid #eee;\n    display:flex;\n    gap:12px;\n    flex-wrap:wrap;\n    align-items:center;\n    justify-content:space-between;\n  }\n\n  .gm-contact-line p {\n    margin:0;\n  }\n\n  .book-language-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 0.8rem;\n  }\n\n  .book-language-buttons .btn {\n    font-size: 14px;\n    padding: 8px 14px;\n  }\n\n  \/* Strategic Sponsorship & Partnership box *\/\n  .gm-partnership-box {\n    background:#fff;\n    border:1px solid #eee;\n    border-radius:18px;\n    padding:32px;\n    box-shadow:0 10px 28px rgba(0,0,0,.055);\n  }\n\n  .gm-partnership-kicker {\n    text-transform:uppercase;\n    letter-spacing:.16em;\n    font-size:12px;\n    font-weight:800;\n    color:#777;\n    margin:0 0 10px 0;\n  }\n\n  .gm-partnership-box h2 {\n    margin-top:0;\n  }\n\n  .gm-partnership-box p {\n    margin-bottom:1rem;\n  }\n\n  .gm-partnership-box p:last-child {\n    margin-bottom:0;\n  }\n\n  .gm-partnership-image {\n    border-radius:16px;\n    overflow:hidden;\n    box-shadow:0 10px 28px rgba(0,0,0,.18);\n  }\n\n  .gm-partnership-image img {\n    width:100%;\n    height:auto;\n    display:block;\n  }\n\n  .gm-partnership-actions {\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n    margin-top:1.4rem;\n  }\n\n  header,\n  h1.entry-title,\n  .wp-block-post-title {\n    display: none !important;\n  }\n\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background:#fff;\n    border-bottom:1px solid #eee;\n  }\n\n  .site-header-inner {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:16px;\n    padding:12px 0;\n  }\n\n  .site-header-nav {\n    display:flex;\n    gap:16px;\n    font-size:14px;\n  }\n\n  .site-header-nav a {\n    text-decoration:none;\n    color:#222;\n    font-weight:500;\n  }\n\n  .site-header-nav a:hover {\n    color:#1f3c88;\n  }\n\n  .gm-briefing-bottom-spacer{\n    height:68px;\n  }\n\n  .gm-briefing-bottom-bar{\n    position:fixed;\n    left:0;\n    right:0;\n    bottom:0;\n    z-index:1200;\n    background:rgba(255,255,255,.97);\n    backdrop-filter:blur(10px);\n    border-top:1px solid #eee;\n    box-shadow:0 -4px 14px rgba(0,0,0,.05);\n    padding:6px 0 5px;\n  }\n\n  .gm-briefing-bottom-inner{\n    width:min(1180px,94%);\n    margin:auto;\n    display:grid;\n    grid-template-columns:minmax(0,1fr) minmax(360px, 420px);\n    gap:18px;\n    align-items:center;\n  }\n\n  .gm-briefing-bottom-copy{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    min-width:0;\n  }\n\n  .gm-briefing-bottom-logo{\n    width:42px;\n    height:auto;\n    display:block;\n    flex:0 0 auto;\n  }\n\n  .gm-briefing-bottom-copy > div{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    min-width:0;\n  }\n\n  .gm-briefing-bottom-eyebrow{\n    margin:0 0 1px 0;\n    font-size:10px;\n    line-height:1.1;\n    letter-spacing:.16em;\n    text-transform:uppercase;\n    color:#777;\n    font-weight:700;\n  }\n\n  .gm-briefing-bottom-title{\n    margin:0;\n    font-size:14px;\n    line-height:1.2;\n    color:#1d2633;\n    font-weight:800;\n  }\n\n  .gm-briefing-bottom-meta{\n    margin:3px 0 0 0;\n    font-size:10.5px;\n    line-height:1.25;\n    color:#777;\n    text-align:left;\n  }\n\n  .gm-briefing-bottom-meta a{\n    color:#1f3c88;\n    text-decoration:none;\n    font-weight:600;\n  }\n\n  .gm-briefing-bottom-meta a:hover{\n    text-decoration:underline;\n  }\n\n  .gm-briefing-bottom-right{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    min-width:0;\n  }\n\n  .gm-briefing-bottom-form{\n    width:100%;\n  }\n\n  .gm-briefing-bottom-form form,\n  .gm-briefing-bottom-form .mailpoet_form{\n    display:flex !important;\n    align-items:center !important;\n    gap:8px !important;\n    margin:0 !important;\n    width:100% !important;\n  }\n\n  .gm-briefing-bottom-form p,\n  .gm-briefing-bottom-form .mailpoet_paragraph,\n  .gm-briefing-bottom-form .mailpoet_form_paragraph{\n    margin:0 !important;\n    flex:1 1 auto !important;\n  }\n\n  .gm-briefing-bottom-form label{\n    display:none !important;\n  }\n\n  .gm-briefing-bottom-form input[type=\"email\"]{\n    width:100% !important;\n    height:42px !important;\n    border:1px solid #e6e6e6 !important;\n    border-radius:999px !important;\n    padding:0 15px !important;\n    font-size:13px !important;\n    font-family:inherit !important;\n    color:#1d2633 !important;\n    background:#fff !important;\n    box-shadow:none !important;\n    margin:0 !important;\n  }\n\n  .gm-briefing-bottom-form input[type=\"email\"]:focus{\n    outline:none !important;\n    border-color:#1f3c88 !important;\n    box-shadow:0 0 0 3px rgba(31,60,136,.08) !important;\n  }\n\n  .gm-briefing-bottom-form input[type=\"submit\"],\n  .gm-briefing-bottom-form button.mailpoet_submit,\n  .gm-briefing-bottom-form .mailpoet_submit{\n    width:auto !important;\n    min-width:142px !important;\n    height:42px !important;\n    border:0 !important;\n    border-radius:999px !important;\n    background:#1f3c88 !important;\n    color:#fff !important;\n    padding:0 18px !important;\n    font-size:13px !important;\n    font-weight:700 !important;\n    font-family:inherit !important;\n    cursor:pointer !important;\n    box-shadow:none !important;\n    margin:0 !important;\n    white-space:nowrap !important;\n    line-height:42px !important;\n  }\n\n  @media (max-width: 900px) {\n    .gm-briefing-bottom-inner{\n      grid-template-columns:1fr;\n      gap:8px;\n    }\n\n    .gm-briefing-bottom-spacer{\n      height:128px;\n    }\n\n    .gm-briefing-bottom-meta{\n      text-align:left;\n    }\n\n    .gm-founders-grid {\n      grid-template-columns:1fr;\n    }\n\n    .gm-founder-profiles {\n      grid-template-columns:1fr;\n    }\n\n    .gm-contact-line {\n      align-items:flex-start;\n      flex-direction:column;\n    }\n  }\n\n  @media (max-width: 800px) {\n    .two-cols {\n      grid-template-columns: 1fr;\n    }\n\n    .what-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .what-grid .card,\n    .what-grid .card:nth-last-child(2),\n    .what-grid .card:nth-last-child(1) {\n      grid-column: auto;\n    }\n\n    .gm-partnership-box {\n      padding:24px;\n    }\n\n    .site-header-inner {\n      flex-direction:column;\n      align-items:flex-start;\n    }\n\n    .site-header-nav{\n      flex-wrap:wrap;\n    }\n\n    .gm-book-highlight {\n      grid-template-columns: 1fr;\n    }\n\n    .gm-book-image {\n      order:-1;\n    }\n  }\n\n  @media(max-width:640px){\n    .gm-founder-photo {\n      height:220px;\n    }\n\n    .gm-briefing-bottom-bar{\n      position:static;\n      padding:14px 0;\n    }\n\n    .gm-briefing-bottom-copy{\n      align-items:flex-start;\n      gap:10px;\n    }\n\n    .gm-briefing-bottom-logo{\n      width:42px;\n    }\n\n    .gm-briefing-bottom-form form,\n    .gm-briefing-bottom-form .mailpoet_form{\n      display:block !important;\n    }\n\n    .gm-briefing-bottom-form input[type=\"email\"]{\n      height:42px !important;\n    }\n\n    .gm-briefing-bottom-form input[type=\"submit\"],\n    .gm-briefing-bottom-form button.mailpoet_submit,\n    .gm-briefing-bottom-form .mailpoet_submit{\n      width:100% !important;\n      margin-top:6px !important;\n      height:42px !important;\n      line-height:42px !important;\n    }\n\n    .gm-briefing-bottom-title{\n      font-size:14px;\n    }\n\n    .gm-briefing-bottom-spacer{\n      height:0;\n    }\n  }\n<\/style>\n\n<div class=\"site-header\">\n  <div class=\"container site-header-inner\">\n    <a href=\"\/\" aria-label=\"Go to Geopolitical Mining\">\n      <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp?ssl=1\"\n           alt=\"Geopolitical Mining\"\n           style=\"height:100px;width:auto;display:block;\">\n    <\/a>\n\n    <nav class=\"site-header-nav\">\n      <a href=\"\/\">Home<\/a>\n      <a href=\"\/book\">Book<\/a>\n      <a href=\"\/country-region-analysis\">Country &amp; Region<\/a>\n      <a href=\"\/articles\">Articles<\/a>\n      <a href=\"\/signals-2026\">Signals 2026<\/a>\n      <a href=\"\/weekly\">Weekly<\/a>\n      <a href=\"\/criticalminerals\/\">Critical Minerals<\/a>\n      <a href=\"\/faq\">FAQ<\/a>\n    <\/nav>\n  <\/div>\n<\/div>\n\n<main>\n\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h1 style=\"\n          margin-bottom:0.5rem;\n          font-size:clamp(28px, 4.2vw, 42px);\n          line-height:1.2;\n        \">\n          Geopolitical Mining\n        <\/h1>\n\n        <p class=\"small\" style=\"font-weight:600;margin-bottom:.5rem;\">\n          Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers.\n        <\/p>\n\n        <p class=\"small\" style=\"\n          text-transform:uppercase;\n          letter-spacing:.18em;\n          margin-bottom:1.2rem;\n          color:#777;\n        \">\n          Clarity. Strategy. Global context.\n        <\/p>\n\n        <p class=\"lead\" style=\"margin-bottom:1.5rem;\">\n          Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial one. We analyse how critical minerals, policy, technology and social legitimacy are reshaping influence, security and development in the 21st century.\n        <\/p>\n\n        <div class=\"home-hero-buttons\">\n          <a class=\"btn primary\" href=\"\/weekly\">\n            Read the Weekly Review\n          <\/a>\n          <a class=\"btn ghost\" href=\"\/country-region-analysis\">\n            Explore Country &amp; Region\n          <\/a>\n          <a class=\"btn outline\" href=\"\/book\">\n            Discover the book\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-3.14.31-p.m.webp?ssl=1\"\n             alt=\"Geopolitical Mining hero image\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container\">\n      <h2>What you can find here<\/h2>\n\n      <div class=\"what-grid\">\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.24.23-p.m.webp?ssl=1\"\n               alt=\"Open pit mine\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Weekly Geopolitical Mining Review<\/h3>\n          <p class=\"small\">\n            A concise weekly briefing on the most relevant developments in critical minerals, mining and geopolitics, and what they mean for investors and strategic decision makers.\n          <\/p>\n          <div class=\"card-action\">\n            <a class=\"btn ghost\" href=\"\/weekly\">Read the Weekly<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-20-a-las-8.48.30-a.m.webp?ssl=1\"\n               alt=\"Global map with connected regions\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Country &amp; Region Analysis<\/h3>\n          <p class=\"small\">\n            Focused pieces on how mining, institutions and public legitimacy shape the role of key countries and regions, from China, USA, Europe, Latin America, Africa, Asia, and other global actors.\n          <\/p>\n          <div class=\"card-action\">\n            <a class=\"btn ghost\" href=\"\/country-region-analysis\">Explore Countries<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.24.34-p.m.webp?ssl=1\"\n               alt=\"Smelting process\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Articles &amp; Essays<\/h3>\n          <p class=\"small\">\n            In-depth articles on mining, critical minerals, supply chains, regulation, technology, legitimacy and geopolitics.\n          <\/p>\n          <div class=\"card-action\">\n            <a class=\"btn ghost\" href=\"\/articles\">Read Articles<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/12\/Captura-de-pantalla-2025-12-22-a-las-7.56.19-p.m.png?ssl=1\"\n               alt=\"Signals 2026\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Signals 2026<\/h3>\n          <p class=\"small\">\n            A strategic signals map tracking the forces likely to shape mining, critical minerals, capital, policy and industrial strategy through 2026.\n          <\/p>\n          <div class=\"card-action\">\n            <a class=\"btn ghost\" href=\"\/signals-2026\">Explore Signals<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" class=\"what-image\"\n               src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-8.07.40-p.m.webp?ssl=1\"\n               alt=\"Critical minerals\"\n               loading=\"lazy\">\n          <h3 style=\"margin-top:0;\">Critical Minerals<\/h3>\n          <p class=\"small\">\n            Mineral level analysis on supply chains, processing capacity, geopolitical leverage and strategic demand across the material foundations of modern economies.\n          <\/p>\n          <div class=\"card-action\">\n            <a class=\"btn ghost\" href=\"\/criticalminerals\/\">Explore Minerals<\/a>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container\">\n      <div class=\"gm-founders\">\n        <p class=\"gm-founders-kicker\">Independent analysis<\/p>\n\n        <div class=\"gm-founders-grid\">\n          <div>\n            <h2>Who is behind Geopolitical Mining<\/h2>\n\n            <p class=\"small\">\n              Geopolitical Mining is led by <a href=\"\/book\" style=\"color:#1f3c88;text-decoration:none;font-weight:600;\">Marta Rivera Mu\u00f1oz and Eduardo Zamanillo<\/a>, combining sociological analysis, mining experience and geopolitical strategy.\n            <\/p>\n\n            <p class=\"small\">\n              The platform builds on the framework developed in their book <em>Mining Is Dead. Long Live Geopolitical Mining<\/em>, and expands it through ongoing analysis of critical minerals, industrial policy, capital, legitimacy and the material foundations of modern economies.\n            <\/p>\n          <\/div>\n\n          <div class=\"gm-founders-note\">\n            <p class=\"small\">\n              Its purpose is to provide clear, independent and strategic analysis for readers, institutions and decision makers who need to understand how mining is being repositioned within the new global order.\n            <\/p>\n\n            <p class=\"small\">\n              Geopolitical Mining connects the technical reality of mining with the wider forces shaping supply chains, territorial legitimacy, public authority, national strategy and capital allocation.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"gm-founder-profiles\">\n          <article class=\"gm-founder-card\">\n            <div class=\"gm-founder-photo\">\n              <img data-recalc-dims=\"1\" decoding=\"async\"\n                src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-03-a-las-8.16.33-a.m.webp?ssl=1\"\n                alt=\"Marta Rivera Mu\u00f1oz\"\n                loading=\"lazy\">\n            <\/div>\n            <h3>Marta Rivera Mu\u00f1oz<\/h3>\n            <p class=\"gm-founder-role\">Co-founder \u00b7 Geopolitical Mining<\/p>\n            <p class=\"small\">\n              Strategic narrative, legitimacy, sociological analysis and geopolitical positioning.\n            <\/p>\n            <div class=\"gm-founder-links\">\n              <a class=\"btn ghost\" href=\"https:\/\/www.linkedin.com\/in\/martariveramunoz\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                LinkedIn\n              <\/a>\n            <\/div>\n          <\/article>\n\n          <article class=\"gm-founder-card\">\n            <div class=\"gm-founder-photo\">\n              <img data-recalc-dims=\"1\" decoding=\"async\"\n                src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/05\/Eduardo-Zamanillo-V.webp?ssl=1\"\n                alt=\"Eduardo Zamanillo\"\n                loading=\"lazy\">\n            <\/div>\n            <h3>Eduardo Zamanillo<\/h3>\n            <p class=\"gm-founder-role\">Co-founder \u00b7 Geopolitical Mining<\/p>\n            <p class=\"small\">\n              Technical mining judgement, project evaluation, mining business development, capital strategy and operating reality.\n            <\/p>\n            <div class=\"gm-founder-links\">\n              <a class=\"btn ghost\" href=\"https:\/\/www.linkedin.com\/in\/edzamanillo\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                LinkedIn\n              <\/a>\n            <\/div>\n          <\/article>\n        <\/div>\n\n        <div class=\"gm-contact-line\">\n          <p class=\"small\">\n            For editorial, institutional or strategic inquiries:\n          <\/p>\n          <a class=\"btn outline\" href=\"mailto:contact@geopoliticalmining.com\">\n            contact@geopoliticalmining.com\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"book-highlight\" class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container gm-book-highlight\">\n      <div>\n        <h2 class=\"section-title\" style=\"font-size:1.6rem;font-weight:700;margin-bottom:0.75rem;\">\n          Mining Is Dead. Long Live Geopolitical Mining\n        <\/h2>\n\n        <p class=\"small\">\n          Our foundational book sets out the core framework behind Geopolitical Mining. It explains how critical minerals moved from the background to the centre of strategic competition, and what this means for countries, companies and institutions.\n        <\/p>\n\n        <div style=\"display:flex;gap:10px;flex-wrap:wrap;margin-top:1.4rem;\">\n          <a class=\"btn outline\" href=\"\/book\">Discover the book<\/a>\n        <\/div>\n\n       <div class=\"book-language-buttons\">\n  <a class=\"btn ghost\"\n     href=\"https:\/\/www.amazon.com\/Mining-Dead-Long-Live-Geopolitical\/dp\/1069610682\/ref=sr_1_3?crid=29K8A704KR7VR&amp;dib=eyJ2IjoiMSJ9.3IZRKQFsLwAg-HP_Gh-hBPrRwHuC-CFKaQH3MqvYAgjGjHj071QN20LucGBJIEps.rkhY60gMYULFuf1x7VouHymSC2_WFEyNWmWGOT92rJw&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764861824&amp;sprefix=%2Caps%2C73&amp;sr=8-3\"\n     target=\"_blank\" rel=\"noopener\">\n    Buy in English\n  <\/a>\n\n  <a class=\"btn ghost\"\n     href=\"https:\/\/www.amazon.com.mx\/Miner%C3%ADa-Muerto-Larga-Vida-Geopol%C3%ADtica\/dp\/1069816523\/ref=sr_1_3?crid=GI84KLM634QK&amp;dib=eyJ2IjoiMSJ9.jBMZyfkURPWjvw7MzI29oHz2q0vMEtJkQcW1eMLz3mLdWbmf045XWDTaqejObK8Pf7EEoMvLMIDJa172-bBZmP9Iq-l-ohtnIqUO8Vv9gHIfF68AluFG3YOVmXuV7uNE.jPwgwGJsTFmfOuoUGUNHSbyd8B3ZDmTz0gAh_3jkTSE&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764862632&amp;sprefix=%2Caps%2C58&amp;sr=8-3&amp;ufe=app_do%3Aamzn1.fos.de93fa6a-174c-4df7-be7c-5bc8e9c5a71b\"\n     target=\"_blank\" rel=\"noopener\">\n    Comprar en espa\u00f1ol\n  <\/a>\n\n  <a class=\"btn ghost\"\n     href=\"https:\/\/www.amazon.fr\/Lindustrie-mini%C3%A8re-morte-Vive-g%C3%A9opolitique\/dp\/1069816515\/ref=sr_1_2?crid=28PO0T1TNJZN0&amp;dib=eyJ2IjoiMSJ9.G6ALV3OMAqKP6i2RS15ia86w3VBLWSjhzqSx5ZiwdAyXHEor9YXdmD4mVSM9_59yvRrnyjKmoY-J77mK0S8y1y6Lh3U7eKjwCWu8ZXEjWlA.qSU62n5NDJ5IADdAFo3B_Hj9mm-ZSqk7e-haK1hb9ts&amp;dib_tag=se&amp;keywords=zamanillo+rivera&amp;qid=1764860669&amp;sprefix=%2Caps%2C198&amp;sr=8-2\"\n     target=\"_blank\" rel=\"noopener\">\n    Acheter en fran\u00e7ais\n  <\/a>\n<\/div>\n      <\/div>\n\n      <div class=\"gm-book-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.25.03-p.m.webp?ssl=1\"\n          alt=\"Cover of the book Mining Is Dead. Long Live Geopolitical Mining\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container grid two-cols\">\n      <div>\n        <h2>Why geopolitical mining matters<\/h2>\n\n        <p class=\"small\">\n          The energy transition, defence, AI, quantum computing and advanced manufacturing all depend on reliable access to minerals.\n        <\/p>\n\n        <p class=\"small\">\n          Yet permitting delays, fragmented regulation and narrative gaps are creating a structural mismatch between what the world expects from mining and what the sector is allowed to deliver.\n        <\/p>\n\n        <p class=\"small\">\n          Geopolitical Mining tracks this gap and the models that are trying to close it. It follows how states, companies, capital providers and institutions are repositioning around the material foundations of modern power.\n        <\/p>\n\n        <p class=\"small\">\n          The platform is designed for readers who need more than headlines: a clear reading of how minerals, legitimacy, capital and strategy are moving together.\n        <\/p>\n      <\/div>\n\n      <div class=\"why-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-19-a-las-6.25.35-p.m.webp?ssl=1\"\n             alt=\"Person analysing digital interfaces\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container grid two-cols\">\n\n      <div class=\"gm-partnership-box\">\n        <p class=\"gm-partnership-kicker\">\n          Strategic partnerships\n        <\/p>\n\n        <h2>\n          Strategic Sponsorship &amp; Partnership Opportunities\n        <\/h2>\n\n        <p class=\"small\" style=\"font-weight:600;color:#1d2633;\">\n          Position your organization within the conversation shaping the new mineral economy.\n        <\/p>\n\n        <p class=\"small\">\n          Geopolitical Mining is opening selected sponsorship and partnership opportunities for organizations seeking to build strategic brand visibility within a specialized international platform dedicated to serious, independent analysis on critical minerals, supply chains, industrial strategy and the geopolitics of resources.\n        <\/p>\n\n        <p class=\"small\">\n          Our audience includes mining professionals, capital markets participants, policy observers, advisors, institutions, diplomats, academics and strategic communications leaders across North America, Europe, Latin America, Africa, the Middle East, Asia and key strategic mining jurisdictions.\n        <\/p>\n\n        <p class=\"small\">\n          Readers engage deeply with long-form analysis on country risk, project viability, capital discipline, legitimacy, critical minerals and the material foundations of geopolitical power.\n        <\/p>\n\n        <p class=\"small\">\n          All opportunities are reviewed individually and structured to preserve full editorial independence.\n        <\/p>\n\n        <div class=\"gm-partnership-actions\">\n          <a class=\"btn outline\"\n             href=\"mailto:contact@geopoliticalmining.com?subject=Strategic%20Partnership%20Information%20Request&#038;body=Hello%20Geopolitical%20Mining%2C%0A%0AI%20would%20like%20to%20request%20more%20information%20about%20strategic%20sponsorship%20and%20partnership%20opportunities.%0A%0ABest%2C%0A\">\n            Request Partnership Information\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"gm-partnership-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-30-a-las-9.45.54-a.m.webp?ssl=1\"\n          alt=\"Strategic analysis and geopolitical mining\"\n          loading=\"lazy\">\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <div class=\"gm-briefing-bottom-spacer\"><\/div>\n\n  <div class=\"gm-briefing-bottom-bar\">\n    <div class=\"gm-briefing-bottom-inner\">\n\n      <div class=\"gm-briefing-bottom-copy\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\"\n          class=\"gm-briefing-bottom-logo\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp?ssl=1\"\n          alt=\"Geopolitical Mining\"\n        >\n\n        <div>\n          <p class=\"gm-briefing-bottom-eyebrow\">\n            Briefing\n          <\/p>\n\n          <p class=\"gm-briefing-bottom-title\">\n            Subscribe to the Geopolitical Mining Briefing\n          <\/p>\n\n          <p class=\"gm-briefing-bottom-meta\">\n            By subscribing, you consent to receive the Briefing. You can unsubscribe anytime.\n            <a href=\"https:\/\/geopoliticalmining.com\/privacy-policy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy<\/a>.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gm-briefing-bottom-right\">\n        <div class=\"gm-briefing-bottom-form\">\n            \n  \n  <div class=\"\n    mailpoet_form_popup_overlay\n      \"><\/div>\n  <div\n    id=\"mailpoet_form_1\"\n    class=\"\n      mailpoet_form\n      mailpoet_form_shortcode\n      mailpoet_form_position_\n      mailpoet_form_animation_\n    \"\n      >\n\n    <style type=\"text\/css\">\n     #mailpoet_form_1 .mailpoet_form {  }\n#mailpoet_form_1 .mailpoet_column_with_background { padding: 10px; }\n#mailpoet_form_1 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }\n#mailpoet_form_1 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }\n#mailpoet_form_1 .mailpoet_segment_label, #mailpoet_form_1 .mailpoet_text_label, #mailpoet_form_1 .mailpoet_textarea_label, #mailpoet_form_1 .mailpoet_select_label, #mailpoet_form_1 .mailpoet_radio_label, #mailpoet_form_1 .mailpoet_checkbox_label, #mailpoet_form_1 .mailpoet_list_label, #mailpoet_form_1 .mailpoet_date_label { display: block; font-weight: normal; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date_month, #mailpoet_form_1 .mailpoet_date_day, #mailpoet_form_1 .mailpoet_date_year, #mailpoet_form_1 .mailpoet_date { display: block; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea { width: 200px; }\n#mailpoet_form_1 .mailpoet_checkbox {  }\n#mailpoet_form_1 .mailpoet_submit {  }\n#mailpoet_form_1 .mailpoet_divider {  }\n#mailpoet_form_1 .mailpoet_message {  }\n#mailpoet_form_1 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }\n#mailpoet_form_1 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_1{border-radius: 0px;text-align: left;}#mailpoet_form_1 form.mailpoet_form {padding: 20px;}#mailpoet_form_1{width: 100%;}#mailpoet_form_1 .mailpoet_message {margin: 0; padding: 0 20px;}#mailpoet_form_1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_1 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} \n    <\/style>\n\n    <form\n      target=\"_self\"\n      method=\"post\"\n      action=\"https:\/\/geopoliticalmining.com\/wp-admin\/admin-post.php?action=mailpoet_subscription_form\"\n      class=\"mailpoet_form mailpoet_form_form mailpoet_form_shortcode\"\n      novalidate\n      data-delay=\"\"\n      data-exit-intent-enabled=\"\"\n      data-trigger-mode=\"\"\n      data-click-trigger-selector=\"\"\n      data-font-family=\"\"\n      data-cookie-expiration-time=\"\"\n    >\n      <input type=\"hidden\" name=\"data[form_id]\" value=\"1\" \/>\n      <input type=\"hidden\" name=\"token\" value=\"8ba687d034\" \/>\n      <input type=\"hidden\" name=\"api_version\" value=\"v1\" \/>\n      <input type=\"hidden\" name=\"endpoint\" value=\"subscribers\" \/>\n      <input type=\"hidden\" name=\"mailpoet_method\" value=\"subscribe\" \/>\n\n      <label class=\"mailpoet_hp_email_label\" style=\"display: none !important;\">Veuillez laisser ce champ vide<input type=\"email\" name=\"data[email]\"\/><\/label><div class=\"mailpoet_paragraph \"><input type=\"email\" autocomplete=\"email\" class=\"mailpoet_text\" id=\"form_email_1\" name=\"data[form_field_OTkzZmJlY2I3ZGYyX2VtYWls]\" title=\"Email Address\" value=\"\" style=\"width:100%;box-sizing:border-box;padding:5px;margin: 0 auto 0 0;\" data-automation-id=\"form_email\"  placeholder=\"Email Address *\" aria-label=\"Email Address *\" data-parsley-errors-container=\".mailpoet_error_116ox\" data-parsley-required=\"true\" required aria-required=\"true\" data-parsley-minlength=\"6\" data-parsley-maxlength=\"150\" data-parsley-type-message=\"Cette valeur doit \u00eatre un e-mail valide.\" data-parsley-required-message=\"Ce champ est n\u00e9cessaire.\"\/><span class=\"mailpoet_error_116ox\"><\/span><\/div>\n<div class=\"mailpoet_paragraph \"><input type=\"submit\" class=\"mailpoet_submit\" value=\"Subscribe\" data-automation-id=\"subscribe-submit-button\" style=\"width:100%;box-sizing:border-box;padding:5px;margin: 0 auto 0 0;border-color:transparent;\" \/><span class=\"mailpoet_form_loading\"><span class=\"mailpoet_bounce1\"><\/span><span class=\"mailpoet_bounce2\"><\/span><span class=\"mailpoet_bounce3\"><\/span><\/span><\/div>\n\n      <div class=\"mailpoet_message\">\n        <p class=\"mailpoet_validate_success\"\n                style=\"display:none;\"\n                >Thank you. Please check your inbox to confirm your subscription.\n        <\/p>\n        <p class=\"mailpoet_validate_error\"\n                style=\"display:none;\"\n                >        <\/p>\n      <\/div>\n    <\/form>\n\n      <\/div>\n\n  \n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/main>\n","protected":false},"excerpt":{"rendered":"<p>Home Book Country &amp; Region Articles Signals 2026 Weekly Critical Minerals FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"iawp_total_views":810,"footnotes":""},"class_list":["post-155","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Geopolitical Mining<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/geopoliticalmining.com\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Geopolitical Mining\" \/>\n<meta property=\"og:description\" content=\"Home Book Country &amp; Region Articles Signals 2026 Weekly Critical Minerals FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geopoliticalmining.com\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Geopolitical Mining\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T00:48:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@qmbookss\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Home - Geopolitical Mining\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"datePublished\":\"2025-11-27T16:23:58+00:00\",\"dateModified\":\"2026-05-21T00:48:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/geopoliticalmining.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"contentUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/geopoliticalmining.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website\",\"description\":\"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.\",\"publisher\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/geopoliticalmining.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\",\"name\":\"Geopolitical Mining\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"width\":640,\"height\":1046,\"caption\":\"Geopolitical Mining\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/qmbookss\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/qm-books\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Geopolitical Mining","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:\/\/geopoliticalmining.com\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"Home - Geopolitical Mining","og_description":"Home Book Country &amp; Region Articles Signals 2026 Weekly Critical Minerals FAQ Geopolitical Mining Independent analysis on critical minerals, politics and mining legitimacy for investors and strategic decision makers. Clarity. Strategy. Global context. Geopolitical Mining is a research and editorial project that analyses mining as a geopolitical, institutional and strategic system, not just an industrial [&hellip;]","og_url":"https:\/\/geopoliticalmining.com\/fr\/","og_site_name":"Geopolitical Mining","article_modified_time":"2026-05-21T00:48:46+00:00","og_image":[{"url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@qmbookss","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/geopoliticalmining.com\/","url":"https:\/\/geopoliticalmining.com\/","name":"Home - Geopolitical Mining","isPartOf":{"@id":"https:\/\/geopoliticalmining.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geopoliticalmining.com\/#primaryimage"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#primaryimage"},"thumbnailUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","datePublished":"2025-11-27T16:23:58+00:00","dateModified":"2026-05-21T00:48:46+00:00","breadcrumb":{"@id":"https:\/\/geopoliticalmining.com\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geopoliticalmining.com\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#primaryimage","url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","contentUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/geopoliticalmining.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geopoliticalmining.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/geopoliticalmining.com\/#website","url":"https:\/\/geopoliticalmining.com\/","name":"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website","description":"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.","publisher":{"@id":"https:\/\/geopoliticalmining.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geopoliticalmining.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/geopoliticalmining.com\/#organization","name":"Geopolitical Mining","url":"https:\/\/geopoliticalmining.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","contentUrl":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","width":640,"height":1046,"caption":"Geopolitical Mining"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/qmbookss","https:\/\/www.linkedin.com\/company\/qm-books"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":19,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":1620,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/155\/revisions\/1620"}],"wp:attachment":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}