Ana Sayfa›Dünya›France detains hundreds after violent cl…
🌍 Dünya
France detains hundreds after violent clashes as Paris Saint-German won Champions League
AP News World·🕐 1 sa önce·👁 2 görüntülenme
Police try to disperses PSG supporters who left off fireworks as they celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that was played in Budapest, PSG won the game. (AP Photo/Thomas Padilla) 2026-05-31T07:43:13Z PARIS (AP) — French police detained 780 people involved in violent clashes in Paris and other French cities that erupted Saturday night after Paris Saint-Germain won the Champions League title. Interior Minister Laurent Nuñez said 57 officers were wounded, with most suffering minor injuries, as football fans set off fires and vandalized shops. One small group even tried to storm a Paris police station. Nuñez said at a news conference Sunday that “the situation has been largely brought under control.” “Most of the celebrations took place peacefully” across the French capital, he said, noting most incidents happened in the Champs Elysees neighborhood and close to the Parc des Princes stadium in western Paris where fans had gathered to watch the match. Police also intervened five times overnight to prevent people from blocking traffic on the main ring road around Paris, he said. Nuñez said incidents took place in about 15 cities in France, describing “one to two” shops vandalized in each other than Paris. He said 780 people were detained in all, with 480 of them in the Paris area alone. The Paris prosecutors’ office said 277 people have been formally placed in police custody, including 82 minors, for alleged offences. Most were for assault of police officers while other allegations include theft, vandalism and disturbing the public order. One serious accident involved a driver losing control of a car that rammed into a restaurant’s terrace, leaving two people wounded including one seriously, Nuñez said. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i But Nuñez said that planned celebrations for the team’s win on Sunday afternoon at the Champ de Mars, near the Eiffel Tower, would go ahead as scheduled. He warned that police would respond with “firmness and determination” to any potential violence. The PSG team will then be hosted by French President Emmanuel Macron at the Elysee presidential palace. Fans began celebrating in Paris after the final whistle Saturday evening in Budapest, Hungary, where Paris Saint-Germain won by beating Arsenal on penalties in a dramatic final. Fans marched along the avenues near Paris’ Arc de Triomphe monument, with some setting off flares and blaring car horns. Around 20,000 people gathered on the Champs-Elysees, where police worked to contain the crowd. The Paris police prefecture said smaller groups caused disturbances in various locations, with some vandalizing shops and setting fires to garbage and self-service bicycles in the streets. Cars were also set ablaze. Those who attempted to storm a police station in the posh 8th Arrondissement neighborhood were dispersed, police said. In May last year following PSG’s first title, 201 people were injured in the French capital and police made more than 500 arrests across France. ___ AP soccer: https://apnews.com/hub/soccer SYLVIE CORBET Corbet is an Associated Press reporter based in Paris. She covers French politics, diplomacy and defense as well as gender issues and breaking news. twitter SAMUEL PETREQUIN Petrequin has been covering sports and news for the Associated Press for 25 years. He is based in Paris. twitter mailto 获取更多RSS: https://feedx.net https://feedx.site
Paris Saint-Germain’s second Champions League title win was marred by violence as people disrupted celebrations and a group tried to storm a police station in the French capital.Police try to disperses PSG supporters who left off fireworks as they celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that was played in Budapest, PSG won the game. (AP Photo/Thomas Padilla)A man holds a flare as PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)A car burns as PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)A car burns and fireworks explode as police watch PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest, PSG won the game. (AP Photo/Thomas Padilla)A car burns and fireworks explode as police watch PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)Police try to disperses PSG supporters who left off fireworks as they celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that was played in Budapest, PSG won the game. (AP Photo/Thomas Padilla)A man holds a flare as PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)A car burns as PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)A car burns and fireworks explode as police watch PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest, PSG won the game. (AP Photo/Thomas Padilla)A car burns and fireworks explode as police watch PSG supporters celebrate in Paris, Saturday, May 30, 2026 after the Champions League final soccer match between Paris Saint-Germain and Arsenal that’s being played in Budapest., PSG won the game. (AP Photo/Thomas Padilla)
PARIS (AP) — French police detained 780 people involved in violent clashes in Paris and other French cities that erupted Saturday night after Paris Saint-Germain won the Champions League title.Interior Minister Laurent Nuñez said 57 officers were wounded, with most suffering minor injuries, as football fans set off fires and vandalized shops. One small group even tried to storm a Paris police station. Nuñez said at a news conference Sunday that “the situation has been largely brought under control.”“Most of the celebrations took place peacefully” across the French capital, he said, noting most incidents happened in the Champs Elysees neighborhood and close to the Parc des Princes stadium in western Paris where fans had gathered to watch the match.Police also intervened five times overnight to prevent people from blocking traffic on the main ring road around Paris, he said. Nuñez said incidents took place in about 15 cities in France, describing “one to two” shops vandalized in each other than Paris. He said 780 people were detained in all, with 480 of them in the Paris area alone.The Paris prosecutors’ office said 277 people have been formally placed in police custody, including 82 minors, for alleged offences. Most were for assault of police officers while other allegations include theft, vandalism and disturbing the public order. One serious accident involved a driver losing control of a car that rammed into a restaurant’s terrace, leaving two people wounded including one seriously, Nuñez said.
But Nuñez said that planned celebrations for the team’s win on Sunday afternoon at the Champ de Mars, near the Eiffel Tower, would go ahead as scheduled. He warned that police would respond with “firmness and determination” to any potential violence. The PSG team will then be hosted by French President Emmanuel Macron at the Elysee presidential palace. Fans began celebrating in Paris after the final whistle Saturday evening in Budapest, Hungary, where Paris Saint-Germain won by beating Arsenal on penalties in a dramatic final. Fans marched along the avenues near Paris’ Arc de Triomphe monument, with some setting off flares and blaring car horns. Around 20,000 people gathered on the Champs-Elysees, where police worked to contain the crowd.The Paris police prefecture said smaller groups caused disturbances in various locations, with some vandalizing shops and setting fires to garbage and self-service bicycles in the streets. Cars were also set ablaze. Those who attempted to storm a police station in the posh 8th Arrondissement neighborhood were dispersed, police said. In May last year following PSG’s first title, 201 people were injured in the French capital and police made more than 500 arrests across France. ___AP soccer: https://apnews.com/hub/soccer