Hosting UNOC3, France says global gathering seeks implementation of pledges made on environment 

Hosting UNOC3, France says global gathering seeks implementation of pledges made on environment 
France is set to host the third United Nations Ocean Conference in the city of Nice from June 7 to 13, aiming to mobilise international action in response to what the UN describes as a “global ocean emergency” (Photo courtesy of UNOC conference Nice, France 2025)

AMMAN — France is set to host the 3rd United Nations Ocean Conference (UNOC3) in the city of Nice from June 7 to 13, aiming, according to organisers, to mobilise international action in response to what the “global ocean emergency”.

Speaking during a virtual press briefing on Wednesday, French Ambassador for the Oceans and Special Envoy of the President for UNOC3, Olivier Poivre d’Arvor, outlined the objectives of the high-level conference, co-hosted by France and Costa Rica. He confirmed that Jordan is among the invited nations, alongside over 70 world leaders, dozens of ministers, and thousands of government officials and civil society representatives.

“The conference seeks to confirm a key agreement on the protection of marine biodiversity and stimulate international cooperation in safeguarding the oceans amid rising sea temperatures, plastic pollution, and the overexploitation of marine resources,” he said.

According to d’Arvor, securing at least 60 ratifications of the High Seas Biodiversity Treaty is among France’s top priorities for the summit. Adopted in 2003, the treaty aims to protect marine biodiversity in areas beyond national jurisdiction,

A special session on the Mediterranean Sea will be held at the conference, “as part of the broader discussions, with an emphasis on regional collaboration.”

The treaty outlines a roadmap for sustainable fishing practices, protecting a minimum of 30 per cent of the world’s oceans, addressing plastic pollution, accelerating the decarburisation of the maritime sector, and mobilising the financial resources necessary to meet these targets, he said.

“The aim is to move from commitments to implementation,” said Poivre d’Arvor, stressing the urgency of unified global action to preserve ocean ecosystems vital to the survival and livelihoods of billions of people worldwide.

The conference is expected to adopt the Nice Action Plan for the Ocean, a framework designed to place ocean issues at the heart of the global environmental and development agenda for years to come.

France is also hosting a number of events in June, including the One Ocean Science Congress, the Blue Economy and Finance Forum in Monaco, and the Ocean Rise and Coastal Resilience Summit.

“These gatherings will bring together scientists, investors, and policy leaders to deepen global dialogue on oceanic research, sustainable finance, and adaptation strategies for vulnerable coastal regions,” according to a statement from French Embassy.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });