Discover the best offers from King Jouet Châteaubriant in 2025

retrouvez toutes les meilleures offres et promotions de king jouet châteaubriant en 2025. profitez de prix attractifs sur une large sélection de jeux et jouets pour tous les âges !

King Jouet in Châteaubriant unveils a range of exclusive offers for 2025, highlighting a diverse selection of popular toys for all ages. This guide presents current promotions, must-have brands, and tips for making the most of the best local deals.

Located in the Vent d’Ouest shopping area in Châteaubriant, the King Jouet store stands out with its extensive selection of leading products such as Lego, Playmobil, Barbie, Hot Wheels, Vtech, Ravensburger, Smoby, Clementoni, and Hasbro. Local customers benefit from attractive temporary promotions, including the opportunity to get a second summer toy at 50% off from August 9th to September 4th. This commercial momentum is part of a broader trend of revitalizing local businesses in Loire-Atlantique and the Pays de la Mée region, reinforcing King Jouet’s role as a key player in the toy industry within the Châteaubriant-Derval intercommunal area.

Attractive offers and featured products at King Jouet Châteaubriant in 2025

  • King Jouet in Châteaubriant offers a complete range combining new products and timeless classics. Promotions allow families to delight their children while staying within their budget, with targeted discounts on tried-and-true favorites and innovative collections.
  • Vtech and Clementoni educational toys, fostering skill development while having fun 🎓
  • Playmobil and Barbie figures and worlds, sources of imagination and endless stories 🏰
  • Hot Wheels miniature cars, ideal for speed enthusiasts and collectors 🚗
Ravensburger board games, perfect for bringing young and old together for fun times 🎲Major brands Hasbro and Smoby, guaranteeing quality and durability for hours of guaranteed play 🔝Rating ⭐King Jouet Châteaubriant Toy Store
Customer Reviews ⭐Recommendation 🎯VarietyHigh
4.7/5Highly recommended for all agesPrices & PromotionsFrequent and attractive, for example: 2nd item at 50% off
4.5/5Ideal for budget-conscious familiesLocal availabilityPhysical store on Rue du Québec, Zone Vent d’Ouest

4.8/5

so you don't miss anything

Occasional discounts on new Lego and Playmobil sets, popular with collectors and children

Explore all the best offers and promotions from King Jouet Châteaubriant in 2025. Enjoy low prices on children’s toys and delight the whole family!

Comparison of the best brands available at King Jouet ChâteaubriantThe diverse range of brands offered caters to the varied needs of children and parents, whether for imaginative play, construction sets, or educational toys. Below is a comparison of the most popular brands at the Châteaubriant store.Brand 🎀
Product Type 🎲Recommended Age 🔞Local Popularity 📍Lego
Building BlocksAges 4-99Very HighPlaymobil
Figures and SceneryAges 4-12HighBarbie
Dolls and AccessoriesAges 3-10PopularHot Wheels
Die-TartsAges 3-15Very PopularVtech
Educational ToysAges 0-8PopularRavensburger

Board Games

Avoid last-minute shopping before the holidays to get the best deals and availability 🎉

Support local businesses by shopping at King Jouet Châteaubriant 🏪 Discover the best deals at King Jouet Châteaubriant in 2025 Filter by popularity: All Very popular Moderately popular Popular Filter by price range: All
€€
€€€ Toy comparison chart Brand Recommended age ▲▼
Popularity ▲▼ Best for /* * Static data for toy brands * * Format: * [ * { name, age, price_range, popularity, best_for } * ] * * Example JSON response (simulated locally): * [ * { “name”: “Lego”, “age”: “4-99”, “price_range”: “€€€”, “popularity”: “High”, “best_for”: “Creativity” }, * { “name”: “Playmobil”, “age”: “4-12”, “price_range”: “€€”, “popularity”: “Mid-High”, “best_for”: “Imaginative Play” }, * { “name”: “Barbie”, “age”: “3-10”, “price_range”: “€€”, “popularity”: “Popular”, “best_for”: “Role Play” }, * { “name”: “Hot Wheels”, “age”: “3-15”, “price_range”: “€”, “popularity”: “Very Popular”, “best_for”: “Collectibles” } * ] */ (() => { ‘use strict’; // Easily editable text for i18n (French) const texts = { title: “Discover the best deals from King Jouet Châteaubriant in 2025”, filters: { popularity: “Filter by popularity:”, price: “Filter by price range:”, all: “All”, very_popular: “Very popular”, popular: “Popular”, medium_popular: “Medium popular”, all_price: “All”, reset: “Reset”, brands: “Brand”, age: “Recommended age”, price_range: “Price range”, popularity_col: “Popularity”, best_for: “Best for” } }; / Toy data const toys = [ { name: “Lego”, age: “4-99”, price_range: “€€€”, popularity: “High”, best_for: “Creativity” }, { name: “Playmobil”, age: “4-12”, price_range: “€€”, popularity: “Mid-High”, best_for: “Imaginative play” }, { name: “Barbie”, age: “3-10”, price_range: “€€”, popularity: “Popular”, best_for: “Role-playing game” }, { name: “Hot Wheels”, age: “3-15”, price_range: “€”, popularity: “Very Popular”, best_for: “Collection” } ]; // Popularity comparison chart (order) const popularityOrder = { “Very Popular”: 4, “High”: 3, “Popular”: 2, “Mid-High”: 1 }; // Price chart for sorting (number of €) const priceOrder = { “€”: 1, “€€”: 2, “€€€”: 3 }; const tbody = document.querySelector(“#comparateur-table tbody”); const selectPopularity = document.getElementById(“filtre-popularite”); `const selectPrice = document.getElementById(“price-filter”);` `const resetButton = document.getElementById(“reset-filters”);` `const table = document.getElementById(“table-comparator”);`/ Function to display the data in the table, possibly filtered`function displayTable(data) {``tbody.innerHTML = “”;` `if (data.length === 0) {` `const tr = document.createElement(“tr”);``const td = document.createElement(“td”);` `td.colSpan = 5;` `td.className = “text-center text-muted”;` `td.textContent = “No results matching the filters.”;` `tr.appendChild(td);` `tbody.appendChild(tr);` `return;` “ } data.forEach(toy => { const tr = document.createElement(“tr”); tr.innerHTML = ` ${toy.name} ${toy.age} ${toy.price_range} ${toy.popularity === “Very Popular” ? “Very Popular” : toy.popularity === “High” ? “Popular” : toy.popularity === “Mid-High” ? “Medium Popular” : toy.popularity} ${toy.best_for} `; tbody.appendChild(tr); [key] });[key] [a.price_range] }[b.price_range] // Filtering based on selections [a.popularity] function filter() {[b.popularity] let filtered = toys.slice(); / Popularity filter const valPop = selectPopularite.value; if (valPop !== “tous”) { filtered = filtered.filter(j => j.popularity === valPop); } // Price filter const valPrix = selectPrix.value; if (valPrix !== “tous”) { filtered = filtered.filter(j => j.price_range === valPrix); } return filtered; } // Internal sort by column, alternating asc/desc let currentSort = { key: null, asc: true }; function triTableau(key) { const dataFiltered = filter(); // Sort based on type dataFiltered.sort((a, b) => { letters res = 0; if (key === “name” || key === “best_for” || key === “age”) { res = a.localeCompare(b, ‘fr’, {ignorePunctuation: true}); } else if (key === “price_range”) { res = OrderPrice – OrderPrice; } else if (key === “popularity”) { res = (popularityOrder || 0) – (popularityOrder || 0); } return currentSort.asc ? res: -res; }); showArray(dataFiltered); } // Update aria-sort on headers during sorting function majAriaSort(thSorted) { document.querySelectorAll(“#comparateur-table thead th.triable”).forEach(th => { if (th === thSorted) { th.setAttribute(“aria-sort”, currentSort.asc ? “ascending” : “descending”); } else { th.setAttribute(“aria-sort”, “none”); } }); } // Initialize the array afficherTableau(jouets); / Events for filters
cc-castelbriantais
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.