ADVERTISEMENT

Fearing new virus wave, France refines end of lockdown plans

Published Apr 23, 2020 12:00 am
By Reuters France offered retailers some relief on Thursday, saying it wanted them to reopen when a nationwide lockdown ends on May 11, though some curbs could remain in certain areas to delay a new wave of the coronavirus. The government has ruled out restaurants, bars and cafes reopening straight after the lockdown is lifted, and Finance Minister Bruno Le Maire indicated restrictions were likely to remain in regions that have been hit worst by the virus. “We want all retailers to be able to open on May 11 in the same way out of fairness,” Le Maire told France Info radio, though he said protocols would first have to be worked out to protect clients and workers alike. France has suffered the world’s fourth-highest reported coronavirus death toll of more than 20,000, with more than 158,000 infections. President Emmanuel Macron ordered the lockdown in mid-March to slow the spread of the virus, but the government has been working on a plan that would minimise the chances of France being hit by a second wave of coronavirus cases when it ends. The government is under pressure to get the economy running again as soon as possible, even from within Macron’s own party. Le Maire did not say where restrictions on retailers could remain, but the areas hit hardest by the coronavirus are eastern France and the Paris region. Western France has been affected much less, and there are concerns that removing restrictions on travel between regions could increase its exposure. Retail outlets that do reopen will need to adapt strict rules to limit the number of people in shops at one time. Restaurants, cafes and bars will not reopen until mid-June at the earliest, and sports and religious gatherings will be banned at least until then, but people will in principle no longer need a document to walk the streets or go jogging.

PREVENTING A SECOND WAVE

Speaking in a video call with mayors from key cities on Thursday, Macron suggested that curbs on travel between regions would not be put in place but that different areas would have to adapt their strategy depending on how hard they had been hit. “As of today, there will be no arrangements that prevent moving from one region to another, but there will be different cases. Some people will remain confined because they are sick or more vulnerable,” a presidential source said. France will aim to outline to local authorities the first details of a plan to unwind the lockdown around next Tuesday, Macron’s office said, before presenting a more final plan in early May.
Public Health Authority chief Jerome Salomon added a note of caution, telling a parliamentary hearing that lifting the lockdown would depend on a substantial fall in the number of people sick and in intensive care. “France’s goal is not to create collective immunity by creating a second and then a third wave. That seems too dangerous to us,” Salomon said. “The goal is to prevent the circulation of the virus, and to create favourable conditions to gain time before the arrival of effective drugs or vaccines.” Less than 10% of France’s 67 million population is expected to have contracted the virus by the end of the lockdown. The government is also looking at limiting the movements of older people, who are more susceptible to contracting the virus, and the government has made clear that people “will not live as before” after the lockdown ends. Companies have been told to encourage employees to continue working from home if they can, as this would limit the number of people using public transport. The government wants to ensure face masks are available to the public by the end of the lockdown, though it is unclear whether it will be compulsory to wear them. The government also aims to increase the number of tests to about 700,000 a week from about 200,000 at the moment, Salomon said. It is also assessing whether those who test positive can then be isolated to break the chain of transmission.
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.