ADVERTISEMENT

Champion Pogacar climbs into yellow as Tour hits Alps

Published Jul 4, 2021 06:56 am
Team UAE Emirates' Tadej Pogacar of Slovenia wearing the best young's white jersey (R) rides ahead of Team Ineos Grenadiers' Richard Carapaz of Ecuador during the 8th stage of the 108th edition of the Tour de France cycling race, 150 km between Oyonnax and Le Grand-Bornand, on July 03, 2021. (Photo by Thomas SAMSON / AFP)

Defending champion Tadej Pogacar soared into the Tour de France overall lead on Saturday on an Alpine stage won by Belgian Dylan Teuns as British outfit Ineos's hopes were again battered.

UAE's Slovenian leader Pogacar finished fourth, around a minute behind Teuns, but took another three minutes out of his most credible rival Ineos' Ecuadorian Richard Carapaz.

Overnight leader Mathieu van der Poel went into a trademark 'all or nothing at all' meltdown and later said he will decide on Monday if he will drop out of the Tour to jet off to Tokyo to contest the mountain bike gold.

At one point a wind-blown umbrella flew across van der Poel's path but the Dutch Tour rookie swerved brilliantly to avoid it, keeping his Olympic dream alive even as he let go of the yellow jersey.

Pogacar who stunned his rivals with a stage 5 time-trial win, was again head and shoulders above the rest of the field. He attacked from the group of contenders a full 30km out after his sports director said ahead of the race "the Tour de France starts here."

With 13 stages remaining, Pogacar leads the Tour by 1min 48sec from Belgian Wout Van Aert, who is Jumbo's main hope after Primoz Roglic's misadventures with a fall and subsequent decline in form.

Van Aert insists he can't win the Tour because of his large frame with all the mountains ahead.

"I'm too heavy," he said, with his team unsure now how to proceed after Roglic had another dreadful couple of day.

"That hurt," said the Jumbo sports director Frans Maassen. "We'll have to rethink things tonight."

The 22-year-old Pogacar will wear the yellow jersey for only the second time on Sunday. He took control of the 2020 Tour on the penultimate day, but rather than bide his time on this raucous edition, he has seized control early.

Teuns, a 29-year-old Belgian who also won a stage on the 2019 Tour de France on the storied Planche des Belles Fille climb, dedicated his win to his grandmother.

"I hope she's not suffering too much by being alone," said Teuns, who was only 12sec ahead of Pogacar at the summit of the final climb.

"I didn't know he was so close, there was so much noise up there," said Teuns, who rode recklessly on the descent to open a larger lead on the gifted descender Pogacar.

Have fun up there

Before Van der Poel dropped off the pace on the second climb, he drew alongside Pogacar and the two chatted a few moments.

"He wished me well and said he hoped I got the jersey today," Pogacar said.

When Pogacar put the hammer down, as they say in cycling, only Carapaz was able to follow, but not for long.

"Attack is the best defence," Pogacar said. "I haven't won the Tour de France yet," he said looking ahead to Sunday's stage with it's summit finish at Tignes.

"Tomorrow we have a super-super hard stage, we may have to defend there," he said, looking pale and cold after his long day in the rain.

Van der Poel said he would wait until Monday's break before deciding whether to quit the race ahead of the Olympics.

"I will take advantage of the rest day to think about it," said the Dutchman. 

"I still have other goals."

"It was very hard today, the tempo was too high. I rode to the finish at my own pace," he said.

"I enjoyed the yellow jersey, even today. I never thought I would keep it for so long," 

Teuns' Bahrain Victorious team had a second reason to be cheerful as Wout Poels took the King of the Mountains polka-dot jersey.

The 150km run, which culminated with the ascent and descent of a classic Tour climb, the Col de la Colombiere with a 7.5km climb at 8.5 percent gradient, was the first of eight mountain stages.

Related Tags

Tour de France Tadej Pogacar
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.