Skip to content
Popup Example

Earn From News Kiosk

“The conclave is not dead,” says the Minister for Labor

March 19, 2025
“The conclave is not dead,” says the Minister for Labor

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips Financial potential with expert tips on budgeting, investing, and saving Unlock the Hidden Truth: Click to Reveal!

Despite criticism from trade union organizations after François Bayrou’s refusal to retreat the retirement age at 62, then the departure of the conclave from the U2P, the Minister for Labor and Employment always bet on “collective intelligence” so that the negotiations are successful. © Capture RTL – The Minister Delegate for Labor and Employment, Astrid Panosyan -Bouvet, still believes in conclave on pensions. Save safeguarded Receiving the pension reform alerts is conclave to pensions seems to be more and more beat of the wing since Sunday, but not for the Minister Delegate for Labor and Employment, for whom he “is not dead”. However, the release of François Bayrou Sunday March 16 on the branches of France Inter aroused the indignation of trade union organizations and the opposition. The CGT deplored “a betrayal of speech”, when the CFDT judged the decision “incomprehensible” and the CFE-CGC advanced the risk that the Prime Minister “torpedoes the discussions”. This Tuesday morning is one of the three employers’ organizations around the table, the U2P, which decided to slam the door deeming “not serious” to want to return to the age of 62. On RTL, its president, Michel Picon, recalled that “the boat France is taking the water” and that a return to 62 years would mean a “collapse of the pension plan”. Denouncing the “assault concert” that followed the Prime Minister’s statements, the “work becomes deciduous”, he said. “We do not have enough people who work in France” @ASTRIDPANOSYAN, Minister Delegate for Labor and Employment, guest of @thomassotto in #rtlmatin pic.twitter.com/grv0trcnfz— RTL FRANCE (@RtLfrance) March 18, 2025 to read also: pensions: U2P slams the door, failed ? A return to 62 years possible “if the balance is there” but for the Minister Delegate to Labor, we must “continue to make the bet of collective intelligence”. This is what Astrid Panosyan-Bouvet repeated on RTL in turn, pleading for “consultations to go as far as their end” hoping for a return from the U2P. But this Tuesday morning, Michel Picon confirmed that it was a “final” decision. While FO left the negotiating table from the start, the CGT threatens to do so too. “I find that there is a discrepancy between the meetings which are held every Thursday and the noise which is made of it,” regretted the Minister. Contracting to François Bayrou, the Minister Delegate to Labor does not completely spread a return to 62 years, but only “if the balance is there” and if a “compromise” is found. According to Astrid Panosyan-Bouvet, it is necessary “that we work more, collectively” to fulfill this objective of returning to balance in 2030. And adding: “We do not have enough people who work in our country.” Read also: Return of retirement at 62: François Bayrou “Kills hope”, accuses Anne Hidalgo receive our latest news each week, articles to read to better anticipate your retirement.

(tagstotranslate) r u00e9form pension

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();