Skip to content
Popup Example

Earn From News Kiosk

Alexis Kohler should leave the Élysée to join Société Générale

March 28, 2025
Alexis Kohler should leave the Élysée to join Société Générale

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!

Emmanuel Macron’s right arm for eight years, Alexis Kohler will leave the Elysée on April 14. The former director of the Treasury, Emmanuel Moulin, will succeed him. © Chesnot/Getty Images – Alexis Kohler should leave the Elysée for Société Générale. Save save Receive alerts Alexis Kohler a page that turns. After eight years alongside Emmanuel Macron, Alexis Kohler will leave in mid-April the functions of secretary general of the Elysée which he had occupied since the election of the Head of State. The two men were sometimes compared to twin brothers. Emmanuel Moulin, former director of the Treasury and then at the head of the cabinet of Gabriel Attal when he was Prime Minister, succeeded him on April 14, announced the Elysée, confirming information initially revealed by Le Figaro. The all-powerful secretary general of the Elysée, hitherto irremovable Emmanuel Macron’s collaborator since his visit to Bercy, is about to join the Société Générale, according to the political site. “Alexis Kohler put all his energy, his talent and his unparalleled work force at the service of our political project and the French,” paid tribute to the President of the Republic in a declaration in Le Figaro. “He served our country in an exemplary way these years. I know how our collective action owes him and I know that he will continue his commitment to the nation in other forms, ”he adds. The departure of the one who also bore the nickname “vice-president” balances a series of rumors and speculations that had been amplified since the end of February. To read also: Budget of the Elysée and Parliament: The Executive reveals and renounces the increases a turning point for Emmanuel Macronil marks a major turning point in the presidency Macron, as the longevity and the power that has been loaned to Alexis Kohler appear out of the ordinary: in the prestigious list of his predecessors, only Jean -Louis Bianco – nine years with François Mitterrand – strategic. This Strasbourg by birth, enarque, graduate of ESSEC and Sciences Po Paris, married and father of three children, is also the only one to have accomplished a whole presidential mandate. Better still: he was kept in post after re -election, then after the dissolution of the National Assembly in June. This will celebrate his 53th anniversary in November had already been director of cabinet of the Minister of Economy Macron in Bercy (2014-2016) -after being that of Pierre Moscovici -, such as that since the burst of the boss, it is difficult to imagine one without the other. Those who claimed to thwart his influence with the Head of State were also for their sentence. Thus of the pension reform: “Kohler almost put his head on the hub … He is neurotic on the question”, explained at the time a Renaissance deputy. Read also: What is this “reinsurance force” for Ukraine, announced by Emmanuel Macron? In the confidence of the dissolution of the deputized ardor, his “intelligence and his capacity for analysis”, Alexis Kohler cultivated an ambivalent reputation. On the one hand, safeguard of measures sometimes developed at the cookie cutter by a head of state deemed as transgressive as they are in implementation. On the other, Garde -Barrière, the one who, from his adjoining office, filled access to that of the president – which earned him enmities among the advisers. Who sometimes arbitrates on behalf of the boss, even if it means being seen by a familiar with the palace as “the chief castrator”. If in any case had earned him to be one of the first to be put in the confidence of the presidential intention to dissolve the Assembly last spring. But his indebted technocratic image culminated during the crisis of “yellow vests” that the secretary general, according to his detractors, would not have seen coming. To read also: “It’s too easy to be hidden in his office”: Emmanuel Macron has a message for the bosses quoted in the MSCSI affair his silhouette only appears publicly during reshuffle announcements, on the porch of the Élysée, his name was regularly quoted in the legal chronicle. Especially for the MSC affair: he has been indicted since 2022 for illegal interest, suspected of having participated as a senior official from 2009 to 2016 in several decisions relating to this Italian-Swiss shipowner, founded and led by his mother’s cousins, the Aponte family. For the Paris Court of Appeal, “a pact of silence” allowed Alexis Kohler to hide this family bond. Assures him that he “never considered being in a conflict of interest”. Receive our latest news every day, selecting the main news of the day. (tagstranslate) Alexis Kohler (T) Soci u00e9t u00e9 g u00e9n u00e9rale

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();