MozLife

Rússia: A Bielorrússia afirma que a Rússia começou a fornecer-lhe armas nucleares

US President Joe Biden meets with US House Speaker Kevin McCarthy (R-CA) (L) about the debt ceiling, in the Oval Office of the White House in Washington, DC, on May 22, 2023. The high-stakes White House meeting was scheduled after Biden returned from a trip to Asia early to hammer out a deal ahead of the US Treasury's June 1 cutoff date for Congress to authorize more borrowing. (Photo by SAUL LOEB / AFP)

O Presidente da Bielorrússia, Alexander Lukashenko, que participou numa cimeira regional em Moscovo na quinta-feira, afirmou que a transferência de ogivas nucleares tinha começado.

O Presidente russo, Vladimir Putin, anunciou, a 25 de Março, que Moscovo iria instalar armas nucleares « tácticas » no território da Bielorrússia, um país que também faz fronteira com a Polónia, a Lituânia e a Ucrânia, alimentando o receio de uma escalada do conflito em curso neste último país.

Para Die Welt, alguns dos discursos de Putin parecem mostrar que o chefe do Kremlin está « a preparar a população russa para a possibilidade de utilizar armas nucleares tácticas, por exemplo, aludindo ao bombardeamento atómico americano do Japão durante a Segunda Guerra Mundial ».

(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 })();