ADVERTISEMENT

Mbappé, France into Euro 2024 quarterfinals after Kolo Muani's late goal downs Belgium

Published Jul 2, 2024 09:08 am

At A Glance

  • "It's beautiful," the France coach said after Les Bleus relied on the ninth own-goal scored at Euro 2024 to squeeze past Belgium, 1-0, in the round of 16 on Monday, July 1.

DUESSELDORF (AP) — Another frustrating match for Kylian Mbappé. Another underwhelming performance by France at the European Championship.

AP24183641088296.jpg
Randal Kolo Muani of France celebrates his side's first goal during a round of sixteen match between France and Belgium at the Euro 2024 soccer tournament in Duesseldorf, Germany, Monday, July 1. (AP Photo/Darko Vojinovic)

Didier Deschamps isn’t concerned — his team is into the quarterfinals.

“It’s beautiful,” the France coach said after Les Bleus relied on the ninth own-goal scored at Euro 2024 to squeeze past Belgium, 1-0, in the round of 16 on Monday, July 1.

A heavyweight match between neighbors and teams ranked No. 2 (France) and No. 3 (Belgium) failed to live up to its billing, and the nature of the only goal proved to be fitting.

Randal Kolo Muani, on as a second-half substitute, turned in the area and sent in a shot in the 85th minute that deflected off Belgium defender Jan Vertonghen and looped over stranded goalkeeper Koen Casteels.

“I was lucky enough to get my shot on target,” he said of his decisive intervention. “It was blocked but it went in. We’re very, very happy and very, very proud.”

UEFA thought differently about the destination of Kolo Muani’s shot and put it down as an own-goal, the latest in a tournament full of them.

It’s the second own-goal earned by France while there has also been a penalty by Mbappé. It means a France player has yet to score from open play.

“Even if today that goal was enough to get us to the quarterfinals, we have the capability to score more,” Deschamps said.

France will play Portugal or Slovenia in the last eight on Friday.

Mbappé, again wearing a mask to protect his broken nose sustained against Austria in France’s opening match, had five of France’s 20 shots but none were on target. He played mostly on the left wing and was well-marshalled by a Belgian defensive set-up that included Kevin De Bruyne — the team’s most creative player — deployed as a deep-lying midfielder.

De Bruyne had more clearing headers than incisive passes before being pushed further forward for the final half-hour of the game. Back in his favored position, he created Belgium’s best chance when he played through Yannick Carrasco, who took too long over a shot that was blocked by France left back Theo Hernandez.

The match-winner, instead, was Kolo Muani, whose last big moment at a major tournament came when he bore down on goal in the last seconds of extra time in the 2022 World Cup final against Argentina. His shot was saved by Emi Martinez, when a goal would surely have won the title for France.

France’s overall display will do little to stop the growing dissent among many of its fans who feel more can come from a talented bunch of players headlined by Mbappé, playing on the day he officially became a Real Madrid player.

Deschamps, however, was happy with his pragmatic tactics, saying: “We were intelligent, playing the waiting game and not falling into their trap.”

Mbappé will be playing in his first ever quarterfinal at the European Championship, with France having lost on a penalty shootout to Switzerland in the last 16 at the last tournament in 2021.

As for the Belgians, they head home after a fairly miserable Euro 2024, during which the players were jeered loudly by their own fans following a 0-0 draw with Ukraine at the end of the group stage.

Against France, they were intent on not leaving the game too open for the quick French attackers and the deployment of De Bruyne in a deeper role helped in that regard, even if it limited the team’s attacking options.

The tactic would have been a masterstroke had Belgium won. Unfortunately for coach Domenico Tedesco, it didn’t.

“To go into detail tonight,” he said, “is difficult for me.”

Related Tags

Kylian Mbappe European Championship
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.