Neuro-Énergie Institut

DYNAMICAL NEUROFEEDBACK

Simple, safe and effective training method!

My parents and I had family therapy with Ms. Nadia and it really changed things for us. We can already see a huge difference; our relationships have improved enormously. It's an experience that has transformed our daily lives, and I wholeheartedly recommend it.

Elissa Bensafia

september 16, 2025

"You can be mentally healthy even if you have a mental illness"

DR STAN KUTCHER

What is neurofeedback?

Dynamical Neurofeedback, method of training the brain, a result of the advanced neuroscience, working on the plasticity of the brain, creating new neural connections. Discovery in the 70s in the United States, it allows for the self-regulation of the brain and acts on all the biological systems of the body (nervous, digestive, immune, hormonal, endocrine, pulmonary, musculoskeletal).

Impulsive behaviors, learning difficulties, attention disorders, dyslexia, … Some moments of childhood can be difficult to overcome, and the Dynamic Neurofeedback can provide significant support. Your children become calmer, more focused, and develop greater self-confidence. In class, you will notice improved ability to follow instructions, better problem-solving, greater logic, and improved hand-eye coordination.

Before

Before Image ChatGPT said: Dynamic Neurofeedback also helps improve the daily lives of our little “West children” — autistic, hyperactive, or gifted.

After

After Image 👉 Here you can add your “after” text, for example the improvements the child achieves.
/* Container */ .content-box { background: #E6F0FA; /* bleu clair */ padding: 20px; border-radius: 12px; font-family: Arial, sans-serif; line-height: 1.6; } /* Layout for before/after */ .before-after { display: flex; justify-content: space-between; gap: 20px; margin-top: 20px; flex-wrap: wrap; /* allows wrapping */ } .before, .after { flex: 1; min-width: 280px; /* prevents images from shrinking too much */ background: #90CAF9; /* bleu moyen */ border: 1px solid #ddd; border-radius: 10px; padding: 15px; box-shadow: 0 3px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .before:hover, .after:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); } .before h4, .after h4 { margin-top: 0; font-size: 18px; color: #1565C0; /* bleu foncé */ } .before p, .after p { font-size: 15px; color: #333; } .ba-img { max-width: 100%; height: auto; border-radius: 8px; margin: 10px 0; transition: transform 0.3s ease; } .before:hover .ba-img, .after:hover .ba-img { transform: scale(1.05); } /* ✅ Responsive design */ @media (max-width: 768px) { .before-after { flex-direction: column; } .before, .after { width: 100%; } }

Neurofeedback pour les Adolescents

Adolescence is a period of transition, which is characterized by a significant rate of growth and psychological changes. When the teenager goes wrong, he says it with words, silences, acts as a call for help.

Adolescent

For our teenagers who are victims of bullying, for those who are stressed, self-harm, or fall into anorexia, bulimia, … le Dynamic Neurofeedback will be a great ally.

It helps your teens better manage stress, promotes healthy sleep habits, improves their learning ability, and contributes to their overall well-being.

.content-box { background: #E6F0FA; padding: 25px; border-radius: 12px; font-family: Arial, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0,0,0,0.05); margin: 30px auto; max-width: 850px; /* ✅ centered for readability */ } .content-box h2 { color: #1565C0; font-size: 24px; margin-bottom: 15px; text-align: center; } .content-box p { font-size: 16px; color: #333; margin-bottom: 15px; } .content-img { text-align: center; margin: 20px 0; } .ba-img { max-width: 220px; /* ✅ controlled size */ width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.3s ease; } .ba-img:hover { transform: scale(1.05); } /* ✅ Responsive: Tablets */ @media (max-width: 992px) { .content-box { padding: 20px; } .content-box h2 { font-size: 22px; } .content-box p { font-size: 15px; } .ba-img { max-width: 180px; } } /* ✅ Responsive: Mobiles */ @media (max-width: 600px) { .content-box { padding: 18px; } .content-box h2 { font-size: 20px; } .content-box p { font-size: 14px; } .ba-img { max-width: 150px; } }

Burn-out professionnel ou parental

No one is immune to professional or parental burnout. The pressure is increasing, and the demands are ever-increasing. The symptoms are numerous; the first is often constant fatigue, which can be accompanied by depressive symptoms. In some cases, addiction problems and psychosomatic disorders appear.

In the words of Sharon Begley, " your brain can activate circuits latent, in the image of an electrician who rewired a house, lay new cables so that the regions that used to be "were", can now "feel" or "hear". Your brain can fall asleep circuits that abnormal activity was once sizzle activity characterizing the depression, and cut the connections pathological that keep the brain in a state of panic deaf.
Illustration Burnout

Your brain has the capacity to repair the damaged areas, to produce new neurons, assign a task to areas that were other, change the "circuit" that shapes the neural networks, which enable us to remember, to feel, to suffer, to think, to imagine and to dream. "

With Neurofeedback, you can help your brain to find the balance.

.section-burnout { background: #f9f9f9; padding: 30px 20px; border-radius: 12px; margin: 30px auto; font-family: Arial, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0,0,0,0.05); max-width: 900px; /* ✅ Limits width for readability */ } .section-burnout h2 { font-size: 26px; color: #333; margin-bottom: 15px; text-align: center; } .section-burnout p { font-size: 16px; color: #444; margin-bottom: 15px; } .section-burnout blockquote { background: #fff; padding: 15px 20px; border-left: 4px solid #6c63ff; font-style: italic; color: #555; border-radius: 6px; margin: 20px 0; line-height: 1.6; } .burnout-img { text-align: center; margin: 20px 0; } .burnout-img img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .section-burnout .highlight { font-size: 17px; color: #222; font-weight: 600; margin-top: 20px; text-align: center; } /* ✅ Tablets */ @media (max-width: 992px) { .section-burnout { padding: 25px 18px; } .section-burnout h2 { font-size: 24px; } .section-burnout p, .section-burnout blockquote { font-size: 15px; } } /* ✅ Mobiles */ @media (max-width: 600px) { .section-burnout { padding: 20px 15px; } .section-burnout h2 { font-size: 20px; } .section-burnout p, .section-burnout blockquote { font-size: 14px; } .section-burnout .highlight { font-size: 15px; } }

Neurofeedback for Students

Étudiants
Concerned about important issues both in terms of professional that on the plan personal, most students suffer fromanxiety and of concentration problemsTHE Dynamic Neurofeedback helps reduce anxiety and stimulates their mental acuity.
.content-box {
background: #E6F0FA; /* light blue */
padding: 20px;
border-radius: 12px;
font-family: Arial, sans-serif;
line-height: 1.6;
}

.content-img {
text-align: center;
margin: 15px 0;
}

.ba-img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

Neurofeedback for Athletes

Sportif

THE dynamic neurofeedback is highly prized by top athletes. It helps them improve their physical performance.

👉 Discover the video of Stéphane Tourreau, professional freediver, vice-world champion

.content-box { background: #E6F0FA; /* bleu clair */ padding: 25px; border-radius: 12px; font-family: Arial, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0,0,0,0.05); margin-bottom: 20px; transition: transform 0.3s ease; } .content-box:hover { transform: translateY(-5px); } .content-box h2 { color: #1565C0; /* bleu foncé */ font-size: 24px; margin-bottom: 20px; text-align: center; } .content-img { text-align: center; margin: 20px 0; } .ba-img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; } .ba-img:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.2); } .video-box { margin-top: 20px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); } /* Lien vidéo stylé */ .video-link { display: inline-block; background: #1565C0; color: #fff; padding: 10px 15px; border-radius: 8px; text-decoration: none; transition: background 0.3s ease; } .video-link:hover { background: #0D47A1; }

Neurofeedback for Seniors

Sénior

Train the brain with the dynamic neurofeedback will help you maintain tone and general well-being.

Sleep quality and cognitive abilities will be improved.

.content-box { background: #E6F0FA; /* bleu clair */ padding: 25px; border-radius: 12px; font-family: Arial, sans-serif; line-height: 1.7; box-shadow: 0 4px 12px rgba(0,0,0,0.05); margin-bottom: 20px; transition: transform 0.3s ease; } .content-box:hover { transform: translateY(-5px); } .content-box h2 { color: #1565C0; /* bleu foncé */ font-size: 24px; margin-bottom: 20px; text-align: center; } .content-img { text-align: center; margin: 20px 0; } .ba-img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; } .ba-img:hover { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }

Dynamical Neurofeedback is the method for optimizing brain function, the safest, most efficient and most harmonious to this day. 

Tél: +1 438 979 3107

My certifications