The Geopolitics of Raw Materials: A Discussion on the Future of EU Raw Materials Diplomacy
2026-03-04T16:30:00+00:00
2026-03-04T19:00:00+00:00
https://www.expert-europe.eu//medias/image/thumbnail_28343907269a5c0b8f0d92.png
European Parliament
Rue Wiertz 60
Brussels
1047
BE
.flip-card {
perspective: 1000px;
position: relative;
}
.flip-checkbox {
display: none;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.flip-checkbox:checked ~ .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
backface-visibility: hidden;
border-radius: 12px;
min-height: 320px;
}
.flip-card-front {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 20px 15px;
text-align: center;
position: relative;
border: none;
outline: none;
}
.flip-card-back {
transform: rotateY(180deg);
padding: 20px;
overflow-y: auto;
max-height: 420px;
scrollbar-width: thin;
scrollbar-color: #144379 #e8edf4;
}
.flip-card-back::-webkit-scrollbar {
width: 6px;
}
.flip-card-back::-webkit-scrollbar-track {
background: #e8edf4;
border-radius: 3px;
}
.flip-card-back::-webkit-scrollbar-thumb {
background: #144379;
border-radius: 3px;
}
.flip-card-back::-webkit-scrollbar-thumb:hover {
background: #1e5a9e;
}
.flip-card-front::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #e8f2fc 0%, #f0f7ff 100%);
clip-path: polygon(0 100%, 100% 100%, 0 0);
opacity: 1;
z-index: 0;
}
.flip-card-front label[for^="flip-"],
.flip-card-front label[for^="speaker-"] {
position: absolute;
bottom: 6px;
left: 10px;
color: #144379;
font-size: 18px;
font-weight: 300;
cursor: pointer;
z-index: 10;
}
.close-button {
cursor: pointer;
position: absolute;
top: 15px;
right: 15px;
width: 28px;
height: 28px;
background: #144379;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 300;
transition: background 0.2s, transform 0.2s;
z-index: 10;
}
.close-button:hover {
background: #ef4444;
transform: rotate(90deg);
}
.country-flag {
position: relative;
display: inline-block;
cursor: pointer;
transition: transform 0.2s ease;
z-index: 10;
}
.static-card::before {
display: none !important;
}
.static-card .flip-label {
display: none !important;
}
.static-card {
transition: transform 0.2s ease, box-shadow 0.2s ease;
cursor: default;
}
.static-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(20, 67, 121, 0.15) !important;
}
.country-flag:hover {
transform: scale(1.15);
z-index: 20;
}
.country-flag .tooltip {
visibility: hidden;
background: #144379 !important;
color: #ffffff !important;
text-align: center;
padding: 4px 8px;
border-radius: 4px;
position: absolute;
z-index: 100;
top: -32px;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
font-size: 9px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
pointer-events: none;
}
.country-flag:hover .tooltip {
visibility: visible !important;
opacity: 1 !important;
}
.party-flag {
position: relative;
display: inline-flex;
align-items: center;
gap: 4px;
line-height: 1;
cursor: pointer;
transition: transform 0.2s ease;
z-index: 10;
font-size: 0;
}
.party-flag:hover {
transform: scale(1.05);
z-index: 20;
}
.party-flag .tooltip {
visibility: hidden;
background: #144379 !important;
color: #ffffff !important;
text-align: center;
padding: 4px 8px;
border-radius: 4px;
position: absolute;
z-index: 100;
top: -38px;
left: 50%;
transform: translateX(-50%);
white-space: normal;
max-width: 150px;
line-height: 1.3;
font-size: 9px;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
pointer-events: none;
}
.party-flag:hover .tooltip {
visibility: visible !important;
opacity: 1 !important;
}
.social-icon {
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.social-icon:hover {
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.logo-link img {
transition: transform 0.2s ease, filter 0.2s ease;
}
.logo-link:hover img {
transform: scale(1.1);
filter: brightness(1.1);
}
.bio-content-mep strong {
color: #144379;
font-size: 16px;
display: block;
margin-bottom: 15px;
text-align: center;
font-weight: 700;
}
.bio-section-title {
font-size: 11px;
color: #64748b;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 16px 0 6px 0;
padding-bottom: 0;
text-align: left;
}
.bio-content-speaker strong {
color: #144379;
font-size: 16px;
display: block;
margin-bottom: 15px;
text-align: center;
font-weight: 700;
padding-bottom: 10px;
border-bottom: 2px solid #e8edf4;
}
.bio-content-speaker p {
margin-bottom: 12px;
line-height: 1.6;
text-align: justify;
font-size: 13px;
color: #374151;
}
.committee-badge {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 8px;
border-radius: 5px;
font-size: 11px;
font-weight: 700;
cursor: pointer;
transition: transform 0.15s ease, box-shadow 0.15s ease;
text-decoration: none;
}
.committee-badge:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
MEP EVENTThe Geopolitics of Raw Materials: A Discussion on the Future of EU Raw Materials Diplomacy📅 Date:Tuesday, 4 March 2025🕐 Time:17:30 CET📍 Location:Room ASP 5E2, European ParliamentHosted by+Hana JALLOUL MUROMEP Spain Vice Chair AFET CommitteeS&D Shadow Standing Rapporteur for Critical Raw Materials (INTA)S&D | PSOEPartido Socialista Obrero Español Hana JALLOUL MUROCommittees V-CHAIRAFET INTA PETI DROIDelegationsDARP DMAG DMED×ProgrammeINTRODUCTORY REMARKSWelcome and introductionMEP Hana Jalloul — S&D, SpainOPENING REMARKS & KEYNOTEWhat is the EU doing to secure access to Critical Raw Materials?Luc Pierre Devigne — Special Envoy for Critical Raw Materials, European External Action ServiceKEYNOTEValère Moutarlier — Deputy Director-General "European Industry and Decarbonisation" at DG GROWPanel I · Reflections from the European ParliamentPANELLISTMEP Mohammed Chahim — Shadow Rapporteur of the Critical Raw Materials Act (S&D, Netherlands)PANELLISTMEP Hana Jalloul — Vice Chair AFET Committee and S&D Shadow Standing Rapporteur for Critical Raw Materials at INTAPANELLISTMEP Barry Andrews — Chair DEVE Committee (Renew, Ireland)PANELLISTMEP Hildegard Bentele — Shadow Rapporteur Critical Raw Materials Act (EPP, Germany)Panel II · Stakeholder perspectives: listening to the voices of expertsModerated by MEP Hana JalloulThis panel brings together a 360-degree view of the CRM landscape, featuring insights from academia, industry, civil society and EU-funded projects. It will be followed by a Q&A open to the audience.PANELLISTSpyros Kouvelis — Team Leader EU-GCC Green Transition ProjectPANELLISTHugh Miller — Lead Critical Raw Materials, Centre for Economic Transition Expertise, London School of EconomicsPANELLISTKaisa Toroskainen — Senior Programme Manager, Global Battery AlliancePANELLISTMike Blakeney — Head of Government and Public Affairs, Cobalt InstitutePANELLISTMartina Matarazzo — Steering Committee Member, EU Raw Materials Coalition & International Advocacy Coordinator at Resource MattersSpeakers+Mohammed CHAHIMMEP Netherlands Shadow Rapporteur on the Critical Raw Materials ActS&D | PvdA/GLGroenLinks-Partij van de Arbeid Mohammed CHAHIMCommitteesENVI INTA ITREDelegationsD-MA DMAG×+Barry ANDREWSMEP Ireland Chair, DEVE CommitteeRenew | FFFianna Fáil Barry ANDREWSCommittees CHAIRDEVE AFET BUDGDelegationsDACP DAFR×+Hildegard BENTELEMEP Germany Shadow Rapporteur on the Critical Raw Materials ActEPP | CDUChristlich Demokratische Union Deutschlands Hildegard BENTELECommitteesDEVE AFET ENVIDelegationsDACP DAFR×Luc Pierre DEVIGNESpecial Envoy for Critical Raw MaterialsEuropean External Action ServiceValère MOUTARLIERDeputy Director-General "European Industry and Decarbonisation"DG GROW Spyros KOUVELISTeam LeaderEU-GCC Green Transition Project Hugh MILLERLead Critical Raw MaterialsCentre for Economic Transition ExpertiseLondon School of Economics Kaisa TOROSKAINENSenior Programme ManagerGlobal Battery Alliance Mike BLAKENEYHead of Government and Public AffairsCobalt Institute Martina MATARAZZOSteering Committee MemberEU Raw Materials CoalitionInternational AdvocacyCoordinator at Resource Matters
https://www.expert-europe.eu/fr/event/the-geopolitics-of-raw-materials-a-discussion-on-the-future-of-eu-raw-materials-diplomacy/2026/03/04/410