Actualités
Partenaires Médias Blog Contactez-nous

Jura Football School

Category U8 – U9

The joy of football and team learning on the Jura plateau.

FC Plateau 39 U8-U9 Team

Coaching Staff

Nicolas Jacquet

06 88 56 14 23

Training

Every Tuesday

6:00 PM – 7:00 PM

Location

La Marre

J. Crinquand Stadium

Children’s football in the Jura

Welcome to FC Plateau 39, where your child can discover the joy of sport in a friendly and educational environment.

Read more

The Season Album
U9 Action

document.addEventListener(‘DOMContentLoaded’, function() {
const btn = document.getElementById(‘toggle-button-u9’);
const content = document.getElementById(‘hidden-content-u9’);
const svgIcon = btn.querySelector(‘svg’);

if(btn && content) {
btn.onclick = function() {
const isHidden = content.classList.contains(‘hidden’);
if(isHidden) {
content.classList.remove(‘hidden’);
btn.querySelector(‘.button-text’).innerText = ‘Voir moins’;
svgIcon.style.transform = ‘rotate(180deg)’;
} else {
content.classList.add(‘hidden’);
btn.querySelector(‘.button-text’).innerText = ‘Lire la suite’;
svgIcon.style.transform = ‘rotate(0deg)’;
}
};
}
});