ADVERTISEMENT

Mbappe scores twice but PSG slumps to first defeat of season

Published Sep 16, 2023 12:58 am

At A Glance

  • Paris Saint-Germain slipped to its first loss of the Ligue 1 season despite a Kylian Mbappe double as an impressive Nice secured a 3-2 victory at the Parc des Princes on Friday, Sept. 15, with Terem Moffi scoring twice.

PARIS (AFP) -- Paris Saint-Germain slipped to its first loss of the Ligue 1 season despite a Kylian Mbappe double as an impressive Nice secured a 3-2 victory at the Parc des Princes on Friday, Sept. 15, with Terem Moffi scoring twice.

33VC9R4-highres.jpg
Paris Saint-Germain's French forward Kylian Mbappe reacts during the French L1 football match between Paris Saint-Germain (PSG) and OGC Nice at The Parc des Princes Stadium in Paris on Friday, Sept. 15. (AFP)

PSG fell behind less than midway through the first half as Moffi found the net following a poor mistake by Mbappe.

The France striker made amends on the half-hour mark, but Gaetan Laborde restored Nice's lead eight minutes after the break and Moffi put another past the ragged hosts.

Mbappe volleyed home to give the reigning French champions hope but Nice held on.

Luis Enrique's PSG, who would have usurped Monaco at the top with three points, instead slipped to third in the early table with eight points from five games, one point behind unbeaten Nice.

"Throughout the match they were fresher than us," said Luis Enrique after his first loss as PSG coach.

"Obviously a defeat hurts, we all have to improve, myself included. But I liked our state of mind.

"Of the three goals, two were deflected. Nice played great football, but I'm not worried and I saw the fans support their team even when they were two goals down."

Nice, backed by British billionaire Jim Ratcliffe, are hoping to bounce back this term from a disappointing campaign last season when they could only finish ninth in Ligue 1.

"Everything must be perfect to get a result here, the opponents must not be at their level, and we must give a complete performance," Nice coach Francesco Farioli said.

"Beyond the tactical aspects, I saw a team of warriors."

 

Verratti farewell

 

Before kick-off, the Parc des Princes bade farewell to Marco Verratti after he ended his 11-year stay at PSG to move to Qatari club Al-Arabi.

Messages from former teammates including Zlatan Ibrahimovic and Thiago Silva were played on the big screen, while Verratti was allowed a lap of honor around the pitch.

The Italian midfielder made 416 appearances for PSG, winning nine Ligue 1 titles and six French Cups, but failed to help the club to a maiden Champions League triumph.

Nice dampened the party atmosphere by taking a shock lead in the 21st minute as PSG played themselves into trouble at the back.

Mbappe dropped deep inside his own half to take possession but immediately gave it away in a dangerous area and the ball bounced kindly for Moffi whose shot took a big deflection off Milan Skriniar and spun into the net.

The visitors came close to doubling their advantage when Khephren Thuram's shot was well saved by PSG goalkeeper Gianluigi Donnarumma.

Mbappe made an impact at the right end of the pitch as he grabbed his sixth league goal in four appearances this season, slamming a powerful shot from Achraf Hakimi's cut-back through a poor attempted save from Nice 'keeper Marcin Bulka.

PSG started to dominate but almost went into the break behind when Jordan Lotomba blasted an excellent opportunity over the bar with the final kick of the first half.

Nice did restore its advantage in the 53rd minute, though, as Moffi played in Laborde to slot past Donnarumma.

Paris continued to ship chance after chance at the back and Moffi all but ended the game as a contest with 21 minutes left.

The PSG defense backed off the Nigerian striker and he took his time before stroking a low finish into the bottom corner from outside the area.

Mbappe acrobatically volleyed into the far corner after good work from substitute Randal Kolo Muani on his debut, but Nice saw out the closing moments with relative ease.

PSG will now have to raise themselves before its Champions League group-stage opener against Borussia Dortmund on Tuesday.

Related Tags

Kylian Mbappe PSG LIGUE 1
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.