ADVERTISEMENT

France battles past England as Morocco makes World Cup history

Published Dec 11, 2022 08:14 am

DOHA (AFP) — Defending champion France edged past England 2-1 on Saturday, Dec. 10, as Harry Kane missed a late penalty in the World Cup quarterfinals, after Morocco became the first African team ever to reach the last four.

Portugal's forward Cristiano Ronaldo reacts during the Qatar 2022 World Cup quarterfinal football match between Morocco and Portugal at the Al-Thumama Stadium in Doha on December 10, 2022. (AFP)

France will face the surprising north Africans in a semifinal on Wednesday, earning its place when Olivier Giroud's header proved the difference at Al Bayt Stadium.

In a tense match, Aurelien Tchouameni's strike opened the scoring with 17 minutes gone, but Kane brought England level from the penalty spot early in the second half.

England was the best side for large parts of the match but Giroud scored when it mattered most, rising above Harry Maguire to nod the ball into the net on 78 minutes for his 53rd goal for France.

As England desperately searched for an equalizer, they was thrown a late lifeline when Theo Hernandez needlessly shoved over Mason Mount and the referee gave a spot-kick following a VAR review.

But Kane blasted his kick high over the crossbar, spurning the chance to send the game into extra time.

He was the first England player to sink to his knees at the final whistle, his head in his hands.

"We gave them a little ammunition with two penalties, but it is with hearts and guts that we held onto this result," France coach Didier Deschamps said.

"It's fabulous because it was a big match against a very good English team.

"We responded once again, it's wonderful to reach the last four again, you have to savor it, a World Cup semifinal is quite something."

England coach Gareth Southgate said he had told his players, "I don't think they could have given any more".

"They've played really well against a top team. It's fine margins and things at both ends that have decided the game," Southgate added.

Moroccan joy

Only the most fervent Morocco fan would have bet on their side reaching the World Cup semifinals before the tournament kicked off.

On Saturday, they beat Cristiano Ronaldo and Portugal 1-0 thanks to Youssef En-Nesyri's first-half header to go further than any African team ever has at a World Cup.

Morocco, ranked 22 in the world before the tournament started, has surpassed the three other African sides to reach the quarterfinals -- Cameroon in 1990, Senegal in 2002 and Ghana in 2010.

Ronaldo, who came on as a second-half substitute, was unable to rescue his side and at the final whistle walked off down the tunnel wiping away tears without acknowledging either his teammates or the victorious Moroccans.

Ronaldo, 37, who with Lionel Messi has dominated world football for the past two decades, has likely played his last World Cup match after making a world record-equalling 196th international appearance at the Al Thumama Stadium in Doha.

The Moroccans have wildly surpassed expectations in Qatar and coach Walid Regragui lauded the battling spirit of his injury-hit side.

"We're drawing on all we have, we still have guys injured. I told the guys before the match we had to write history for Africa. I'm very, very happy," Regragui said.

As their national team made history, crowds gathered in Casablanca and chanted "Qualified! Qualified!"

There were also celebrations across the Arab world and in Europe as Morocco are also the first Arab team to reach a World Cup semifinal.

"My heart will stop, what a team, what stamina, what an achievement," Ilham El Idrissi, a 34-year-old woman, told AFP in Casablanca.

Argentina and Lionel Messi will face 2018 losing finalist Croatia in the other semifinal after the Croatians dumped out pre-tournament favorites Brazil on Friday.

The five-time champions crashed out in dramatic fashion, losing on penalties after a 1-1 draw, while Argentina survived a fightback from the Netherlands to also win in a shootout.

Brazil star Neymar said he was contemplating retiring from international football after the crushing loss, but on Saturday Brazilian legend Pele urged him to "keep inspiring us".

"I'm 82 years old, and after all this time, I hope I've inspired you in some way to get this far... Your legacy is far from over," Pele wrote on Instagram.

Neymar had equalled Pele's official Brazil scoring record of 77 international goals in Friday's match.

Related Tags

FIFA World Cup Portugal Morocco Olivier Giroud France
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.