... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
26986 مقال 231 مصدر نشط 38 قناة مباشرة 6078 خبر اليوم
آخر تحديث: منذ 0 ثانية

Le Pen party wins small-town votes in French elections

العالم
RT English
2026/03/23 - 21:34 502 مشاهدة

The National Rally has secured seats in nearly 70 cities, leader Jordan Bardella has said

Marine Le Pen’s right-wing National Rally (RN) party has won votes in dozens of small and mid-sized towns in France’s municipal elections, but suffered defeats in major cities.

Jordan Bardella, the party’s Euroskeptic, anti-immigration leader, has remained a favorite in approval polls for the 2027 presidential race. RN’s former head, political heavyweight Le Pen, who was previously seen as a front-runner for president, was sidelined last year after a French court convicted her of misusing EU funds. She has maintained that she is innocent.

Bardella has hailed the municipal election, which concluded on Sunday, as a major win for his party.

“Nearly 70 municipalities won. 3,000 RN elected officials are making their entry into municipal councils across France,” he said on X on Monday.

RN’s biggest victory came in the conservative city of Nice, France’s fifth largest city, where its ally Eric Ciotti beat a candidate backed by President Emmanuel Macron.

Read more
RT
All key suspects arrested in fatal beating of French right-wing activist – media

However, RN candidates lost in key urban centers such as Marseille, Toulon, and Nimes in Sunday’s runoffs, despite strong first-round performances.

The racial and ethnic breakdown of the population is a central and direct part of the explanation for why RN succeeds in smaller towns but fails in major cities, according to The Nation. Large French cities feature a larger proportion of residents with North African, sub-Saharan African, and other immigrant backgrounds.

Overall, RN more than tripled its number of mayoral and council positions since the last municipal elections. These positions will heavily influence France’s upcoming Senate election, expected to take place in September.

“We won more cities than we had hoped,” Le Pen told journalists on Sunday.

Opinion polls project a strong performance for her protege in a prospective 2027 vote.

Read more
RT
Trump has shattered the European liberal illusion

Bardella has emerged as the front-runner, with 37% of French people holding a favorable opinion of him, according to an Elabe survey taken earlier this month. His prospective center-right rivals, Macron’s former prime ministers Edouard Philippe and Gabriel Attal, garnered 33% and 32% approval ratings, respectively, the poll indicated.

Macron cannot stand for reelection in 2027, having served two consecutive terms since 2017. Only a quarter of the French public currently approve of the president, according to the Elabe survey.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 27419; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 27419; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤