Secrets d'Enfance • Bilingual Montessori School • Vernouillet (78)

English camps & bilingual Wednesdays in Vernouillet

Open to all children aged 3 to 11, whether or not they are enrolled at the Secrets d’Enfance school.

Practical Information

We welcome children from Vernouillet, Verneuil-sur-Seine, Poissy, Villennes-sur-Seine, Orgeval, and neighboring towns for English-language activities throughout the year.

Activities open to all children, whether enrolled at the school or not.

Location: 28, boulevard de l’Europe, 78540 Vernouillet
Age of children welcomed: 3-6 and 6-11 in mixed-age groups
Pedagogy: Montessori values (respecting the rhythm and needs of each child)
Languages: bilingual French / English environment
Number of children: group of 10 minimum

Activity Days:

  • Wednesday Club: Wednesday, from 8:30 AM to 6:30 PM
  • Holiday Camps: Monday to Friday, from 8:30 AM to 6:00 PM, during school holidays

Contact: aes@secretsdenfance.com / 06 89 18 34 71

INTRODUCTORY OFFER

Offer valid for a limited time
250 1 full week
  • Monday to Friday
  • From 8:30 AM to 6:00 PM
  • Bilingual French & English immersion
  • During all school holidays (Zone C)

Wednesday Club (8:30 AM-6:30 PM)

Half-day package: Morning (8:30 AM-11:30 AM); Afternoon (1:30 PM-4:30 PM): €100/month

Full day (8:30 AM-6:30 PM): €325/month

  • Commitment for the school year with monthly payments.
  • Direct debits begin in October, but activities start in September.
  • 36 full days of bilingual immersion, from September to June.

Sibling discount -10% from the 2nd child

Wednesday Club – Wednesdays in English

Wednesdays to learn, explore, and thrive in English.

Offer your child a full day of bilingual immersion every Wednesday during the school term, from September to June.

Bilingual Wednesday Club program for children aged 6 to 11 at Secrets d'Enfance Bilingual Montessori School in Vernouillet.

English holiday workshops

Holiday Camps

Offer your child a holiday in bilingual immersion.

Our Holiday Camps are open to all children, whether they attend the school or are external students

Discover the All Saints’ holiday camps offered at Secrets d’Enfance Bilingual Montessori School.

.hc-carousel { position: relative; width: 100%; box-sizing: border-box; } .hc-carousel * { box-sizing: border-box; } .hc-viewport { overflow: hidden; padding: 34px 0; } .hc-track { display: flex; gap: 0; align-items: center; will-change: transform; transition: transform .55s cubic-bezier(.22,1,.36,1); } .hc-slide { flex: none; position: relative; transform-origin: center center; transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .55s; } .hc-carousel .hc-slide img { display: block; width: 100%; height: auto; border-radius: 5px; box-shadow: 0 12px 32px rgba(0,0,0,.20); } /* arrows — !important so the theme's button styles can't override */ .hc-carousel .hc-arrow { position: absolute !important; top: 50% !important; transform: translateY(-50%) !important; z-index: 20 !important; width: 50px !important; height: 50px !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important; border: none !important; outline: none !important; border-radius: 50% !important; background: #fff !important; box-shadow: 0 4px 16px rgba(0,0,0,.18) !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; transition: background .2s !important; } .hc-carousel .hc-arrow:hover { background: #FF5A3C !important; } .hc-carousel .hc-arrow svg { width: 20px; height: 20px; display: block; } .hc-carousel .hc-arrow svg path { stroke: #003057; fill: none; } .hc-carousel .hc-arrow:hover svg path { stroke: #fff; } .hc-prev { left: clamp(6px, 2vw, 32px); } .hc-next { right: clamp(6px, 2vw, 32px); } /* dots — !important to kill theme button defaults */ .hc-dots { display: flex; justify-content: center; gap: 10px; margin-top: 14px; } .hc-carousel .hc-dot { width: 9px !important; height: 9px !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important; border: none !important; outline: none !important; border-radius: 50% !important; background: rgba(0,48,87,.28) !important; box-shadow: none !important; cursor: pointer !important; transition: all .3s !important; } .hc-carousel .hc-dot.is-active { width: 26px !important; border-radius: 5px !important; background: #FF5A3C !important; } (function () { var root = document.querySelector('.hc-carousel'); var viewport = root.querySelector('.hc-viewport'); var track = root.querySelector('.hc-track'); var slides = Array.prototype.slice.call(root.querySelectorAll('.hc-slide')); var dotsWrap = root.querySelector('.hc-dots'); var active = Math.min(1, slides.length - 1); slides.forEach(function (s, i) { var d = document.createElement('button'); d.type = 'button'; d.className = 'hc-dot'; d.setAttribute('aria-label', 'Aller au stage ' + (i + 1)); d.addEventListener('click', function () { active = i; layout(); }); dotsWrap.appendChild(d); s.addEventListener('click', function (e) { if (i !== active) { e.preventDefault(); active = i; layout(); } }); }); var dots = Array.prototype.slice.call(dotsWrap.children); function layout() { var cw = viewport.clientWidth; var cardW = Math.min(560, Math.max(260, cw - 90)); var step = cardW; track.style.transform = 'translateX(' + (cw / 2 - cardW / 2 - active * step) + 'px)'; slides.forEach(function (el, i) { var pos = i - active, a = Math.abs(pos); var scale = a === 0 ? 1 : a === 1 ? 0.8 : 0.64; var opacity = a === 0 ? 1 : a === 1 ? 0.9 : a === 2 ? 0.55 : 0; el.style.width = cardW + 'px'; el.style.zIndex = 10 - a; el.style.opacity = opacity; el.style.transform = 'translateX(' + (-pos * cardW * 0.42) + 'px) scale(' + scale + ')'; el.style.cursor = a === 0 ? 'default' : 'pointer'; }); dots.forEach(function (d, i) { d.classList.toggle('is-active', i === active); }); } root.querySelector('.hc-prev').addEventListener('click', function () { active = Math.max(0, active - 1); layout(); }); root.querySelector('.hc-next').addEventListener('click', function () { active = Math.min(slides.length - 1, active + 1); layout(); }); window.addEventListener('resize', layout); var first = slides[0].querySelector('img'); if (first.complete) layout(); else first.addEventListener('load', layout); layout(); })();

Frequently asked questions

Not at all. We welcome children of all levels, including beginners.

Yes. It is possible to visit the school before any registration. Visits are conducted by the director of the Secrets d’Enfance school (Cendrine Bathany) or by the establishment’s AES manager.

Yes. Registration for the Wednesday Clubs is for the full school year. You can choose an annual settlement or monthly payments.

No. Registration fees and the security deposit only apply to the Wednesday Clubs.

No. The security deposit is not required when payment is made in a single installment for the Wednesday Club.

Activities begin in September, at the start of the school year. Monthly direct debits begin in October.

Yes. Our “Holiday Camps” workshops are open to all children aged 3 to 11, whether they are enrolled at Secrets d’Enfance or not, subject to availability.

Our AES team supports children in a caring, safe, and bilingual environment, in line with the educational values of Secrets d’Enfance.

Unlike many organizations that rely on occasional external providers, Cube Education recruits and supports its teams directly. Each application goes through a rigorous selection process, including verification of qualifications, professional references, and criminal record checks (bulletin no. 3).

Teams then receive ongoing support to ensure a safe, caring environment that is consistent with the educational values of Secrets d’Enfance.

This high standard allows us to offer children a stable, high-quality framework built on trust. Any external providers are subject to the same administrative and screening requirements as our team members.

Discover how we recruit our teams and schedule an appointment to meet the professionals who support children daily.

At Secrets d’Enfance, children bring their own lunch box. The 11:30 AM to 1:30 PM slot corresponds solely to supervision time: no meals are provided or invoiced.

Réserver une visite