MozLife

Desporto/Roland-Garros 2023: o programa para quarta-feira, 7 de Junho

Ons Jabeur, Alexander Zverev, Iga Swiatek e Holger Rune, entre outros, vão tentar garantir os últimos bilhetes para as meias-finais do Open de França na quarta-feira.

Os quartos-de-final do Open de França terminam na quarta-feira, 7 de Junho, com um jogo totalmente escandinavo entre Holger Rune e o norueguês Casper Ruud, numa sessão nocturna no Centre Court. O jovem dinamarquês, que no ano passado foi eliminado nesta fase da competição pelo mesmo adversário, vai certamente querer vingar-se…

PUBLICIDADE

Antes deste confronto, os espectadores do Court Philippe-Chatrier serão brindados com os dois últimos jogos dos quartos-de-final do sorteio feminino, ao final da manhã. Ons Jabeur dará início às hostilidades e tentará derrotar a especialista em terra batida Beatriz Haddad Maia. A campeã em título, Iga Swiatek, enfrentará a fogosa Coco Gauff, numa repetição da final de 2022.

A meio da tarde, a última surpresa do sorteio masculino, Tomas Martin Etcheverry, 49º classificado no ranking ATP, tentará bater as probabilidades contra Alexander Zverev.

PUBLICIDADE

Programa do court Philippe Chatrier
A partir das 11h00

Beatriz Haddad (Brasil, 14.ª cabeça-de-série) – Ons Jabeur (Tunísia, 7.ª cabeça-de-série)
Não antes das 12h30

Iga Swiatek (Polónia, cabeça-de-série n.º 1) – Coco Gauff (Estados Unidos, cabeça-de-série n.º 6)
Não antes das 15 horas

Alexander Zverev (Alemanha, cabeça-de-série n.º 22) – Tomas Martin Etcheverry (Argentina)
Não antes das 20h15

Holger Rune (Dinamarca, cabeça-de-série n.º 6) – Casper Ruud (Noruega, cabeça-de-série n.º 4)

Feelnews

Notícias imperdíveis

(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();