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

"بعد كل ما قدمته للثقافة".. جاك لانج يستاء من الوقوف في طابور السينما

العالم
الشرق للأخبار
2026/03/26 - 08:32 502 مشاهدة

استشاط الرئيس السابق لمعهد العالم العربي جاك لانج غضباً أمام دار سينما في باريس، بعد أن رفض الانتظار في الطابور مع الناس قائلاً: "بعد كل ما قدّمته للثقافة، للسينما".

مساء الأحد 22 مارس، توجّه وزير الثقافة السابق جاك لانغ إلى سينما (MK2) باستيل في باريس، لمشاهدة فيلم كزافييه جيانولي "الأشعة والظلال"، Les Rayons et les Ombres، ورغم شرائه التذاكر مسبقاً، طلب منه الموظفون الانتظار في الطابور كبقية الناس.

وقالت صحيفة "le canard enchainé" التي نشرت تفاصيل الخبر: "لم يستطع وزير الثقافة السابق في عهد فرانسوا ميتران، تحمّل ما طلبه منه موظفو شباك التذاكر، الوقوف في مع عامة الناس، فأطلق صرخة تمرّد مدوية: "بعد كل ما قدّمته للثقافة، للسينما!" احتجاجاً على اضطراره للانتظار. كما أصرّ أمام الجمهور المذهول من تصرّفه، أنه اشترى التذاكر مسبقاً لتبرير أولوية الدخول قائلاً: "لكننا اشترينا تذاكرنا قبل ساعة".

وبعيداً عن الحادثة نفسها، أشعلت وسائل التواصل مسألة علاقته بالسلطة والامتيازات، مع ظهور العديد من الروايات مجدداً حول أسلوب حياة الوزير السابق وسلوكه.

وقالت صحيفة "لوفيغارو" الفرنسية: "لم يعد جاك لانج معتاداً على الوقوف في الطوابير. استغل شهرته وامتيازاته الوزارية، طالباً من موظفي السينما السماح له بالدخول لتجنب الانتظار لعدة دقائق تحت شمس باريس الحارقة، لكن دون جدوى. لذلك كان مستاءً من الطريقة التي عومل بها "بعد كل ما قدمه للثقافة والسينما".

وسرعان ما  انتشر خبر غضبه على وسائل التواصل الاجتماعي، معززاً صورة الوزير السابق "الرافض للالتزام بالقواعد العامة".

تأتي هذه الحادثة في وقت يمرّ فيه لانج البالغ من العمر 86 عاماً بفترة عصيبة، بعد أن استقال أخيراً من رئاسة معهد العالم العربي، بعد ارتباط اسمه بملفات بجيفري إبستين. وفي الوقت نفسه، تجري تحقيقات معه ومع زوجته بتهمة التهرّب الضريبي وغسل الأموال.

مشاركة:
\n

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

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 45091; // 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 = 45091; // 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
يا هلا! اسألني أي شي 🎤