ADVERTISEMENT

France's Macron faces fresh challenge as massive strike looms

Published Dec 3, 2019 12:00 am
By Agence France-Presse Trains cancelled, schools closed: France scrambled to make contingency plans on Tuesday for a huge strike against pension overhauls that poses one of the biggest challenges yet to President Emmanuel Macron's sweeping reform drive. Paris metro and rail workers will walk off the job starting Thursday, banking on widespread support for their protest against plans they say will require millions to retire later or face reduced pensions (AFP Photo/Lionel BONAVENTURE) Paris metro and rail workers will walk off the job starting Thursday, banking on widespread support for their protest against plans they say will require millions to retire later or face reduced pensions (AFP Photo/Lionel BONAVENTURE) Paris metro and rail workers will walk off the job starting Thursday, banking on widespread support for their protest against plans they say will require millions to retire later or face reduced pensions. It is the latest expression of discontent by broad swathes of French society, from police and firefighters to teachers and hospital employees -- as well as a yearlong "yellow vest" movement demanding improved living standards. Looming over the reform is the spectre of 1995, the last major attempt to change the pension system when weeks of strikes paralysed the country and forced the government to back down. "The social discontent now is stronger than it was in 1995," according to Bernard Thibault, a former CGT leader during the protests 24 years ago. The Paris metro is bracing for gridlock as 11 of the city's 16 lines shut down completely Thursday, with only the two fully automated lines running as normal. Rail operator SNCF said 90 percent of high-speed TGV trains as well as regional trains across the country would be cancelled, while international services like the Eurostar and Thalys would be "severely disrupted." Air France said it had cancelled a third of its domestic flights for Thursday as air traffic controllers walk off the job, along with 15 percent of mid-range flights to cities outside the country. - 'Provocation' - So far, Macron has been able to ride out opposition to previous signature reforms, including less-restrictive labour laws and tax cuts to encourage hiring and overhauls of the education system. He even pushed through changes to the state-run rail operator SNCF, long considered an untouchable union bastion, ending job-for-life guarantees and other benefits for new employees. Those successes have only fired up union leaders, who have vowed to maintain their strike until Macron abandons his campaign promise for a "universal" retirement system. It would do away with 42 "special regimes" for sectors ranging from rail and energy workers to lawyers and Paris Opera employees, which often grant workers higher pensions or early retirement. But unions say the changes would effectively require millions of private-sector workers to work beyond the legal retirement age of 62 if they want to receive the full pension they have been promised. "The flagrant provocation is trying to say this reform would affect only the special schemes," Philippe Martinez of the hard-line CGT union said last week. "It's a shameful lie," he continued. "Everyone understands that it's a reform that will affect the public as well as the private sector." - 'Quite harmful' - Prime Minister Edouard Philippe has acknowledged French workers will gradually work longer but no concrete details of the overhaul are to be announced before mid-December. And while 76 percent of respondents in an Ifop poll published on Sunday back the reform, 64 percent do not trust the government to pull it off. Police unions, rubbish collectors, air-traffic controllers and Air France workers have said they will start striking on Thursday, and the biggest union for primary school teachers expects four out of 10 schools will remain shut. Rallies and work stoppages are planned in dozens of cities, capped by two demonstrations planned for Paris that will converge on the Place de la Nation. Officials have already ordered Paris businesses along the routes to close on Thursday, underscoring retailers' fears that a long strike will take a heavy toll on their businesses. "It's a period of heavy spending," Francois Asselin, president of the CPME association of small and midsize businesses, told France Info radio on Tuesday. "We estimate that a day of general strikes takes away some 400 million euros ($440 million) of revenues for the country, including nearly 200 million euros for the Paris region," he said. And if the strike persists, he warned, "it can frankly be quite harmful, especially with Christmas coming up".
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.