The Minister of Health, Catherine Vautrin, signed the decree establishing the new Nutri-Score, despite the opposition of her colleague of agriculture, Annie Genevard. This new, more strict nutritional display arouses concerns within agrifood sectors, especially those of cheeses and dairy products. © Telmo Pinto/Sopa Images/Lightrocket via Getty Images Backup Backed Receive Nutrition alerts The Minister of Health has decided: the revision of the Nutri-Score will come into force. According to information from RMC, Catherine Vautrin has formalized the implementation of this revised version, the publication of which is expected in the coming days. “She is in particular for public health issues,” says those around her. This rating system, which classifies the products from A to E according to their composition and nutritional value, aims to encourage consumers to make more balanced food choices. Its final adoption comes after weeks of blocking orchestrated by the Ministry of Agriculture, under the aegis of Annie Genevard, who hesitated to validate the reform. Also read: will the prices of your food items will actually drop in 2025? A stricter nutri-score, a threat to certain products? For more than a year, the reform of the Nutri-Score has been debated. Its main point of friction concerns a tightening of evaluation criteria, in particular affecting emblematic products of the French culinary heritage. Cheeses, cold meats and dairy products see their degraded note, a particularly sensitive point for Annie Genevard, deputy for Doubs, county region. The sectors concerned denounce a too severe classification which could harm the image and sales of these products, even though they have been consumed for generations. Industrialists fear a negative commercial impact, while consumers are likely to turn away from poorly rated products. Read also: Origin’info: What is this new logo on packaging of your food products? A implementation as early as Junemalgré, these reluctance, the Ministry of Health is reassuring and provides for a gradual deployment of the new display. A communication campaign led by Public Health France is scheduled for June in order to explain to consumers changes in Nutri-Score and reasons for classification adjustments. Receive our latest news every day, selecting the main news of the day. (tagstotranslate) Nutrition
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!