MozLife

Liga Campeões – Edição: 2020-2021

RESUMO

2ª Jornada
DataHoraVisitadoVisitante
27-10-202017:55ShakhtarInterC A T
27-10-202017:55LokomotivBayern MünchenC A T
27-10-202020:00MönchengladbachReal MadridC A T
27-10-202020:00FC PortoOlympiakosC A T
27-10-202020:00MarseilleMan CityC A T
27-10-202020:00AtalantaAjaxC A T
27-10-202020:00LiverpoolMidtjyllandC A T
27-10-202020:00Atlético MadridRB SalzburgC A T
28-10-202017:55FK KrasnodarChelseaC A T
28-10-202017:55BasaksehirPSGC A T
28-10-202020:00DortmundZenitC A T
28-10-202020:00Club BruggeLazioC A T
28-10-202020:00FerencvarosDynamo KyivC A T
28-10-202020:00JuventusBarcelonaC A T
28-10-202020:00Man UtdRB LeipzigC A T
28-10-202020:00SevillaRennesC A T
Classificação – Grupo A
EquipaJVEDGMGSDGPDP
1Bayern München110040430
2RB Salzburg101022012
3Lokomotiv101022010
4Atlético Madrid100104-401
Classificação – Grupo B
EquipaJVEDGMGSDGPDP
1Shakhtar110032130
2Inter101022012
3Mönchengladbach101022010
4Real Madrid100123-101
Notas da classificação
Classificação – Grupo C
EquipaJVEDGMGSDGPDP
1Man City110031230
2Olympiakos110010130
3Marseille100101-103
4FC Porto100113-200
Classificação – Grupo D
EquipaJVEDGMGSDGPDP
1Atalanta110040430
2Liverpool110010130
3Midtjylland100104-403
4Ajax100101-100
Classificação – Grupo E
EquipaJVEDGMGSDGPDP
1Rennes101011010
2FK Krasnodar101011010
3Chelsea101000010
4Sevilla101000010
Classificação – Grupo F
EquipaJVEDGMGSDGPDP
1Lazio110031230
2Club Brugge110021130
3Zenit100112-103
4Dortmund100113-200
Classificação – Grupo G
EquipaJVEDGMGSDGPDP
1Barcelona110051430
2Juventus110020230
3Ferencvaros100115-403
4Dynamo Kyiv100102-200
Classificação – Grupo H
EquipaJVEDGMGSDGPDP
1RB Leipzig110020230
2Man Utd110021130
3Basaksehir100102-203
4PSG100112-100
(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 })();