ADVERTISEMENT

Macron under pressure as hundreds injured in French protests

Published Mar 24, 2023 12:06 pm
PARIS, France - French President Emmanuel Macron faced mounting pressure on Friday after violent demonstrations that left more than 400 security forces injured and the centre of major cities shrouded in tear gas and smoke. More than 450 people were arrested Thursday during the most violent day of protests since the start of the year against Macron's bid to raise the retirement age to 64.   French students and members of Greek workers unions hold placards and banners reading "We take the Bastille" (Bot), "Macron you are fired" (TopL) and "retirement before arthritis" (top R) during a demonstration in front of the French embassy in Athens on March 23, 2023, in solidarity with French workers and against president Macron. Hundreds of thousands of French workers on March 23, 2023, massed in a new show of anger against President Emmanuel Macron's pension reform, with protests turning violent in Paris and other cities in a confrontation that shows showed no sign of abating. Louisa GOULIAMAKI / AFP
The French presidency announced Friday that King Charles III's visit next week had been postponed after unions declared fresh strikes and protests on Tuesday, during what would have been the British monarch's trip. "Given the announcement yesterday of another national day of protests against pension reform on Tuesday March 28, the visit of Charles III, initially scheduled from 26-28 March, has been postponed," it said. The decision was "in order to be able to welcome His Majesty King Charles III in conditions which reflect our friendly relations," it added.  "There were a lot of demonstrations and some of them turned violent, notably in Paris," Interior Minister Darmanin told the CNews channel while giving figures for the number of arrests and injured. More than 900 fires were lit around the capital on Thursday, he said, with radical anarchist groups blamed for setting uncollected rubbish ablaze and smashing shop windows, leading to frequent clashes with riot police. In southwestern Bordeaux, protesters set fire to the entrance to city hall, briefly raising fears for the whole building until firefighters arrived to extinguish it. "Why would you make a target of our communal building, of all people of Bordeaux? I can only condemn it in the strongest possible terms," the mayor of Bordeaux, Pierre Hurmic, told RTL radio on Friday.  \- Over a million \- More than a million people marched nationwide on Thursday, with the protest movement reinvigorated by Macron's tactics and statements over the last week. Uproar over legislation to change the retirement age -- which Macron pushed through parliament without a vote last week -- has created another huge domestic crisis for the president just 10 months into his second term in office. But Darmanin, a hardliner in Macron's centrist government, dismissed calls from political opponents and protesters to withdraw the pensions reform. "I don't think we should withdraw this law because of violence," he said. "If so, that means there's no state. We should accept a democratic, social debate, but not a violent debate." Turnout in Paris and other cities on Thursday were higher than last week when momentum appeared to be waning. Macron's decision to force the legislation through parliament and his refusal to back down in a television interview on Wednesday appeared to have energised many opponents. "There's the substance -- the reform of the pension system -- and then there's the other issue of how democracy functions," 21-year-old student Judicael Juge told AFP during the protests. \- Trash \- "I think that is more of a source of anger now than the substance." Commentators are questioning how the crisis will end, just four years after the "Yellow Vest" anti-government demonstrations rocked the country.  "No one knows where the way out lies. There's not an easy one," political scientist Bastien Francois from the Sorbonne University in Paris told AFP. "Everything depends on one man who is a prisoner of the political situation." The leader of the moderate CFDT union, Laurent Berger, said Friday that he had spoken to an aide to the president and suggested a pause on implementing the pensions law for six months. "It's the moment to say 'listen, let's put things on pause, let's wait six months'," Berger told RTL radio. "It would calm things down." Rubbish is still gathering in the streets of Paris due to a rolling strike by garbage collectors, while blockades of oil refineries by striking workers are beginning to create fuel shortages around the country. \- Clashes \-  The ministry of energy transition on Thursday warned that kerosene supply to the capital and its airports was becoming "critical". More flights were cancelled this weekend at airports around the country due to a strike by air traffic controllers. Union leaders expressed satisfaction that the protest movement had gathered a second wind, while condemning the violence, most of it carried out by anarchist groups known as "black blocs". Some 1.089 million people demonstrated across France on Thursday, the interior ministry said, putting Paris turnout at 119,000, the highest for the capital since the movement started in January. The nationwide figure still fell short of the 1.28 million people who marched on March 7, according to government figures. Unions claimed a record 3.5 million people had protested across France, and 800,000 in the capital. Clashes between police and protesters also took place in the cities of Lille, Nantes, Rennes and Toulouse.

Related Tags

France Emmanuel Macron
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.