Michelin to close tyre factory in France

CGT union leader Antony Guilloteau speaks on mobile phone during a protest in front of the Michelin factory after the announcement of the closure of the site on Thursday in La Roche sur Yon (AFP photo)

Company facing tough competition from cheaper Asian manufacturers


PARIS — Tyre maker Michelin said on Thursday it would close a French-based factory with 619 employees next year as competition from cheaper Asian manufacturers knocks its profit margin.

Two weeks ago, the French company announced the closure of a factory in Germany with 858 employees by 2021, and last year said it would shutter a plant with 845 employees in Scotland.

Regarding the closure of its plant at La Roche-sur-Yon in western France, Michelin promised a "support plan" for affected employees, and said it would offer everyone a chance to remain in the company in France.

It would also seek out "a major public-private project" in a bid to relaunch the failing site.

Michelin said 74 people who work at a factory in nearby Maine-et-Loiret, manufacturing rubber for the site in La Roche-sur-Yon, will also be affected.

Michelin has been hit hard by the lacklustre performance of the auto industry.

Its CEO Florent Menegaux said last month that a 70-million-euro ($77-million) investment had been unable to save the site at La Roche-sur-Yon.

He blamed "difficulties in the market for high-end heavy-duty tyres both in Europe and abroad", coupled with "increased competition".

By the end of last year, Michelin employed about 110,000 people in different countries, including 20,000 in France.

.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'); }); }); });