<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-fr" lang="fr-fr" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="https://www.body-new-look.fr/f-a-q-fitness/852-pourquoi-tu-stagnes-en-musculation-et-comment-relancer-ta-progression.html" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Didier Mathelin" />
<meta name="description" content="Beaucoup de pratiquants paniquent dès qu’ils ne progressent plus pendant deux semaines. Or, selon ton niveau, une stagnation de 3 à 6 semaines peut être parfaitement normale." />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Pourquoi tu stagnes en musculation (et comment relancer ta progression)</title>
<link href="/templates/protostar/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="https://www.body-new-look.fr/component/search/?Itemid=209&catid=102&id=852&format=opensearch" rel="search" title="Valider Body New Look" type="application/opensearchdescription+xml" />
<link href="https://www.body-new-look.fr/f-a-q-fitness/852-pourquoi-tu-stagnes-en-musculation-et-comment-relancer-ta-progression.html" rel="canonical" />
<link href="/templates/protostar/css/template.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#cookiesck {
position:fixed;
left:0;
right: 0;
bottom: 0;
z-index: 99;
min-height: 30px;
color: #eeeeee;
background: rgba(0,0,0,0.5);
text-align: center;
font-size: 14px;
line-height: 14px;
}
#cookiesck_text {
padding: 10px 0;
display: inline-block;
}
#cookiesck_buttons {
float: right;
}
#cookiesck_accept,
#cookiesck_decline,
#cookiesck_readmore {
float:left;
padding:10px;
margin: 5px;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
transition: all 0.2s ease;
}
#cookiesck_readmore {
float:right;
color: #fff;
border: 2px solid transparent;
transition: all 0.2s ease;
}
#cookiesck_readmore:hover {
border: 2px solid #fff;
}
#cookiesck_accept {
background: #1176a6;
border: 2px solid #1176a6;
color: #f5f5f5;
}
#cookiesck_accept:hover {
background: transparent;
border: 2px solid darkturquoise;
color: darkturquoise;
}
#cookiesck_decline {
background: #000;
border: 2px solid #000;
color: #f5f5f5;
}
#cookiesck_decline:hover {
background: transparent;
border: 2px solid #fff;
color: #fff;
}
#cookiesck_options {
display: none;
width: 30px;
height: 30px;
border-radius: 15px;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
margin: 10px;
border: 1px solid #ccc;
cursor: pointer;
background: #fff url(/plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
background-size: 80% auto;
}
#cookiesck_options > .inner {
display: none;
width: max-content;
margin-top: -40px;
background: rgba(0,0,0,0.7);
position: absolute;
font-size: 14px;
color: #fff;
padding: 4px 7px;
border-radius: 3px;
}
#cookiesck_options:hover > .inner {
display: block;
}
</style>
<script src="/media/jui/js/jquery.min.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script src="/media/jui/js/jquery-migrate.min.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script src="/media/system/js/caption.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script src="/media/jui/js/bootstrap.min.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script src="/templates/protostar/js/template.js" type="text/javascript"></script>
<script src="/media/system/js/html5fallback.js?15cb7c92fa5eacb4788dba472b6dbb43" type="text/javascript"></script>
<script type="text/javascript">
jQuery(window).on('load', function() {
new JCaption('img.caption');
});
jQuery(document).ready(function($){
$("#cookiesck").remove();
$("body").append("<div id=\"cookiesck\" data-layout=\"layout1\"/>");
$("body").append("<div id=\"cookiesck_overlay\" />");
$("body").append("<div id=\"cookiesck_options\" />");
$("#cookiesck").append("<div class=\"inner\"></div>");
$("#cookiesck > .inner").append("<span id=\"cookiesck_text\">En visitant ce site, vous acceptez l'utilisation de cookies afin de vous proposer les meilleurs services possibles.</span>")
.append("<span id=\"cookiesck_buttons\"></div>");
$("#cookiesck_buttons").append("<a class=\"cookiesck_button\" id=\"cookiesck_accept\">Accepter</a>")
.append("<a class=\"cookiesck_button\" id=\"cookiesck_decline\">Décliner</a>")
.append("<div style=\"clear:both;\"></div>")
;
$("#cookiesck_options").append("<div class=\"inner\">Options des cookies</div>");
function ckSetCookie(c_name,value,exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString()) + "; path=/";
document.cookie=c_name + "=" + c_value;
}
function ckReadCookie(name) {
var nameEQ = name + "=";
var cooks = document.cookie.split(';');
for(var i=0;i < cooks.length;i++) {
var c = cooks[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
var $cookieck = jQuery('#cookiesck');
var $cookiesck_accept = jQuery('#cookiesck_accept');
var cookiesck = ckReadCookie('cookiesck');
$cookieck.hide();
$("#cookiesck_overlay").hide();
if(!(cookiesck == "yes") && !(cookiesck == "no")){
// $cookieck.delay(1000).slideDown('fast');
$cookieck.show();
$("#cookiesck_overlay").show();
}
$cookiesck_accept.click(function(){
ckSetCookie("cookiesck","yes",365);
jQuery.post('https://www.body-new-look.fr/f-a-q-fitness/852-pourquoi-tu-stagnes-en-musculation-et-comment-relancer-ta-progression.html', 'set_cookieck=1', function(){
// si blocage ressources externes, il faut reloader la page
// si blockingpolicy == 2
});
$cookieck.slideUp('slow');
jQuery('#cookiesck_options').show('slow');
jQuery('#cookiesck_overlay').hide();
});
jQuery('#cookiesck_decline').click(function(){
ckSetCookie("cookiesck","no",365);
jQuery.post('https://www.body-new-look.fr/f-a-q-fitness/852-pourquoi-tu-stagnes-en-musculation-et-comment-relancer-ta-progression.html', 'set_cookieck=0', function(){});
$cookieck.slideUp('slow');
jQuery('#cookiesck_options').show('slow');
jQuery('#cookiesck_overlay').hide();
});
// add management button to update the decision
jQuery('#cookiesck_options').click(function(){
jQuery('#cookiesck').show();
});
function ckBlockCookies(){
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = cookies[i];
var pos = cookie.indexOf('=');
var name = '';
if (pos > -1) {
name = cookie.substr(0, pos);
} else {
name = cookie;
}
if(! name.match(/cookiesck/)) {
document.cookie = name+'=; Max-Age=0; path=/; domain=' + location.host;
// document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT';
}
}
if (! document.__defineGetter__) {
Object.defineProperty(document, 'cookie',{
get: function g(){ return ''; },
set: function h(){ return true;}
});
} else {
var oldSetter = document.__lookupSetter__('cookie');
if (oldSetter) {
Object.defineProperty(document, 'cookie', {
get: function g(){ return ''; },
set: function h(v){
if(v.match(/cookiesck\=/)) {
oldSetter.call(document, v);
}
return true;
}
});
}
}
}
// if the consent has not yet been clicked, then block the cookies
if(!(cookiesck == "yes")) ckBlockCookies();
});
</script>
<style type="text/css">
body.site
{
border-top: 3px solid #3c738f;
background-color: #f4f6f7 }
a
{
color: #3c738f;
}
.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary
{
background: #3c738f;
}
.navbar-inner
{
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
}
</style>
<!--[if lt IE 9]>
<script src="/media/jui/js/html5.js"></script>
<![endif]-->
</head>
<body class="site com_content view-article no-layout no-task itemid-209">
<!-- Body -->
<div class="body">
<div id="wrapper">
<div id="port"><!--<p><a href="https://form.jotform.com/223633364742052"><img src="/../A-VENDRE.jpg" alt="Site à vendre" title="Site à vendre" class="responsive" /></a></p>--></div>
<div id="bandeau"></div>
</div>
<div class="container">
<!-- Header -->
<header class="header" role="banner">
<div class="header-inner clearfix">
<a class="brand pull-left" href="/">
<img src="https://www.body-new-look.fr/images/images-blog/body-new-look-logo-1425687544.jpg.png" alt="Body New Look" /> </a>
<div class="header-search pull-right">
</div>
</div>
</header>
<nav class="navigation" role="navigation">
<ul class="nav menu nav-pills">
<li class="item-115 default"><a href="/" >Accueil</a></li><li class="item-113 deeper parent"><a href="/musculation.html" title="Exercices de Musculation">Musculation</a><ul class="nav-child unstyled small"><li class="item-114"><a href="/musculation/exercices-abdominaux.html" title="Abdominaux - Exercices de Musculation">Exercices abdominaux</a></li><li class="item-116"><a href="/musculation/exercices-biceps.html" title="Biceps - Exercices de Musculation">Exercices biceps</a></li><li class="item-117"><a href="/musculation/exercices-cuisses.html" title="Cuisses - Exercices de Musculation">Exercices cuisses</a></li><li class="item-118"><a href="/musculation/exercices-dos.html" title="Dos - Exercices de Musculation">Exercices dos</a></li><li class="item-119"><a href="/musculation/exercices-epaules.html" title="Épaules - Exercices de Musculation">Exercices épaules</a></li><li class="item-120"><a href="/musculation/exercices-fessiers.html" title="Fessiers - Exercices de Musculation">Exercices fessiers</a></li><li class="item-121"><a href="/musculation/exercices-pectoraux.html" title="Pectoraux - Exercices de Musculation">Exercices pectoraux</a></li><li class="item-122"><a href="/musculation/exercices-triceps.html" title="Triceps - Exercices de Musculation">Exercices triceps</a></li></ul></li><li class="item-112 deeper parent"><a href="https://www.body-new-look.com/" rel="nofollow">Programmes</a><ul class="nav-child unstyled small"><li class="item-236"><a href="https://www.body-new-look.com/programmes/femmes.html" rel="nofollow">Femmes</a></li><li class="item-237"><a href="https://www.body-new-look.com/programmes/hommes.html" rel="nofollow">Hommes</a></li></ul></li><li class="item-123 deeper parent"><a href="/stretching.html" title="Exercices de Stretching">Stretching</a><ul class="nav-child unstyled small"><li class="item-124"><a href="/stretching/muscles-du-bassin.html" title="Stretching des Muscles du bassin">Muscles du bassin</a></li><li class="item-125"><a href="/stretching/muscles-des-bras.html" >Muscles des bras</a></li><li class="item-126"><a href="/stretching/muscles-du-cou.html" >Muscles du cou</a></li><li class="item-127"><a href="/stretching/muscles-des-cuisses.html" >Muscles des cuisses</a></li><li class="item-128"><a href="/stretching/muscles-du-dos.html" >Muscles du dos</a></li><li class="item-129"><a href="/stretching/muscles-des-epaules.html" >Muscles des épaules</a></li><li class="item-130"><a href="/stretching/muscles-de-la-taille-et-abdos.html" >Muscles de la taille</a></li></ul></li><li class="item-131 deeper parent"><a href="/swiss-ball.html" title="Exercices de Swiss-Ball">Swiss-ball</a><ul class="nav-child unstyled small"><li class="item-132"><a href="/swiss-ball/abdominaux.html" >Abdominaux</a></li><li class="item-133"><a href="/swiss-ball/bras.html" >Bras</a></li><li class="item-134"><a href="/swiss-ball/cuisses.html" >Cuisses</a></li><li class="item-135"><a href="/swiss-ball/dos.html" >Dos</a></li><li class="item-136"><a href="/swiss-ball/epaules.html" >Epaules</a></li><li class="item-137"><a href="/swiss-ball/fessiers.html" >Fessiers</a></li><li class="item-138"><a href="/swiss-ball/poitrine.html" >Poitrine</a></li></ul></li><li class="item-139 deeper parent"><a href="/gym-elastique.html" >Gym élastique</a><ul class="nav-child unstyled small"><li class="item-140"><a href="/gym-elastique/tonification-des-abdos.html" title="GUIDE ABDO - EXERCICE ABDO">Tonification des abdos</a></li><li class="item-141"><a href="/gym-elastique/tonification-des-bras.html" >Tonification des bras</a></li><li class="item-142"><a href="/gym-elastique/tonification-des-cuisses.html" >Tonification des cuisses</a></li><li class="item-143"><a href="/gym-elastique/tonification-du-dos.html" >Tonification du dos</a></li><li class="item-144"><a href="/gym-elastique/tonification-des-epaules.html" >Tonification des épaules</a></li><li class="item-145"><a href="/gym-elastique/tonification-des-fessiers.html" >Tonification des fessiers</a></li><li class="item-146"><a href="/gym-elastique/special-sedentaires.html" >Spécial sédentaires</a></li><li class="item-147"><a href="/gym-elastique/station-theraband.html" >Station théraband</a></li></ul></li><li class="item-148 deeper parent"><a href="/fit-balance.html" >Sveltus</a><ul class="nav-child unstyled small"><li class="item-149"><a href="/fit-balance/fit-balance-utilisation.html" >Utilisation</a></li><li class="item-150"><a href="/fit-balance/equilibre.html" >Fit & Balance - Bras</a></li><li class="item-151"><a href="/fit-balance/exercices-cardiovasculaires.html" >Fit & Balance - Epaules</a></li><li class="item-152"><a href="/fit-balance/fit-balance-dos-poitrine.html" >Fit & Balance - Dos, poitrine</a></li><li class="item-153"><a href="/fit-balance/bas-du-corps.html" >Fit & Balance - Cuisses</a></li><li class="item-154"><a href="/fit-balance/stabilisateurs-du-tronc.html" >Fit & Balance - Tronc</a></li></ul></li><li class="item-155 deeper parent"><a href="/sante.html" >Santé</a><ul class="nav-child unstyled small"><li class="item-156"><a href="/sante/anatomie-des-muscles.html" >Anatomie</a></li><li class="item-157"><a href="/sante/dietetique.html" >Diététique</a></li><li class="item-158"><a href="/sante/entrainement.html" >Entrainement</a></li><li class="item-159"><a href="/sante/fitness-sante.html" >Fitness-Santé</a></li><li class="item-160"><a href="/sante/guide-des-plantes.html" >Guide des plantes</a></li><li class="item-208"><a href="https://www.body-new-look.fr/f-a-q-fitness.html" >F.A.Q - Fitness</a></li></ul></li><li class="item-238"><a href="https://form.jotform.com/223633364742052" rel="nofollow">Contact</a></li></ul>
</nav>
<div class="moduletable">
<div class="custom" >
<p><a href="https://www.body-new-look.fr"><img src="/images/bannieres/GUIDE-FITNESS-MUSCULATION-NEW.jpg" alt="GUIDE FITNESS MUSCULATION NEW" title="Body New Look : Le guide complet de la musculation et du fitness" /></a></p></div>
</div>
<div class="row-fluid">
<main id="content" role="main" class="span9">
<!-- Begin Content -->
<div id="system-message-container">
</div>
<div class="item-page" itemscope itemtype="https://schema.org/Article">
<meta itemprop="inLanguage" content="fr-FR" />
<div itemprop="articleBody">
<p style="text-align: center;"><img src="/images/Articles-2026/PAGE-03.jpg" alt="PAGE 03" style="display: block; margin-left: auto; margin-right: auto;" title="Pourquoi tu stagnes en musculation (et comment relancer ta progression)" /></p>
<p><strong>Pourquoi tu stagnes en musculation (et comment relancer ta progression)</strong></p>
<ul>
<li>Tu t’entraînes régulièrement.</li>
<li>Tu respectes ton programme.</li>
<li>Tu transpires, tu forces, tu donnes tout.</li>
</ul>
<p>Et pourtant… ton physique ne bouge plus. Les charges stagnent. La motivation commence à baisser. Si tu te reconnais là-dedans, rassure-toi : <strong>la stagnation fait partie du parcours de quasiment tous les pratiquants.</strong> Même chez les coachs expérimentés (oui, moi compris).</p>
<p>La vraie différence entre ceux qui avancent et ceux qui abandonnent, c’est la capacité à comprendre <em>pourquoi</em> ça bloque — puis à ajuster intelligemment.</p>
<p>Dans cet article, on va voir :</p>
<ul>
<li>Les causes réelles de la stagnation</li>
<li>Les erreurs que je vois tous les jours en coaching</li>
<li>Et surtout comment relancer ta progression sans repartir de zéro</li>
<li>Pas de solutions miracles. Juste des stratégies qui fonctionnent dans la vraie vie.</li>
</ul>
<p><strong>D’abord une vérité importante : stagner n’est pas forcément un problème</strong></p>
<p>Ton corps n’est pas une machine.</p>
<p>Il traverse des phases :</p>
<ul>
<li>Progression rapide</li>
<li>Plateau</li>
<li>Adaptation</li>
<li>Nouveau progrès</li>
</ul>
<p>C’est normal.</p>
<p>Beaucoup de pratiquants paniquent dès qu’ils ne progressent plus pendant deux semaines. Or, selon ton niveau, <strong>une stagnation de 3 à 6 semaines peut être parfaitement normale.</strong></p>
<p>Le vrai problème, c’est quand :</p>
<ul>
<li>Tes charges n’évoluent plus depuis plusieurs mois</li>
<li>Ton physique reste identique</li>
<li>Ta fatigue augmente</li>
<li>Ta motivation chute</li>
</ul>
<p>Là, il faut agir.</p>
<p><strong>Cause n°1 : tu ne pratiques plus la surcharge progressive (sans t’en rendre compte)</strong></p>
<p>C’est la plus fréquente.</p>
<p>Quand je regarde les carnets d’entraînement de mes nouveaux clients, je vois souvent :</p>
<ul>
<li>Mêmes charges depuis 8 semaines</li>
<li>Mêmes reps</li>
<li>Mêmes séries</li>
</ul>
<p>Autrement dit : <strong>aucun stimulus nouveau. </strong>Ton corps s’est adapté. Fin de l’histoire.</p>
<p><strong>Comment relancer ça concrètement ?</strong></p>
<p>Choisis UN paramètre :</p>
<ul>
<li>+1 répétition par série</li>
<li>+2,5 kg sur un exercice clé</li>
<li>+1 série sur un muscle en retard</li>
</ul>
<p>Pas tout en même temps.</p>
<p>Exemple terrain :</p>
<p>Développé couché bloqué à 3×8 × 80 kg ?</p>
<p>➡ vise 3×9 à charge égale<br /> ➡ ou passe à 4 séries<br /> ➡ ou fais une semaine plus légère puis repars</p>
<p>La progression ne doit pas être spectaculaire. Elle doit être constante.</p>
<p><strong>Cause n°2 : tu t’entraînes dur… mais pas intelligemment</strong></p>
<p>Forcer à chaque séance n’est pas une stratégie.</p>
<p>Je vois énormément de pratiquants :</p>
<ul>
<li>S’entraîner systématiquement à l’échec</li>
<li>Pousser chaque série comme si c’était une compétition</li>
<li>Ignorer totalement leur récupération</li>
</ul>
<p>Résultat :</p>
<ul>
<li>Système nerveux épuisé</li>
<li>Douleurs chroniques</li>
<li>Performances en baisse</li>
</ul>
<p>Tu as l’impression de bosser plus… mais tu progresses moins.</p>
<p><strong>Ce que je recommande en pratique</strong></p>
<p>Garde 1–2 répétitions “en réserve” sur la majorité de tes séries.</p>
<p>L’échec musculaire :</p>
<ul>
<li>Oui, parfois</li>
<li>Pas sur chaque exercice</li>
<li>Pas toute l’année</li>
</ul>
<p>Surtout sur les mouvements lourds.</p>
<p>Ton objectif est de <strong>stimuler</strong>, pas de t’auto-détruire.</p>
<p><strong>Cause n°3 : ton volume d’entraînement n’est plus adapté</strong></p>
<p>Au début, peu de volume suffit. Mais plus tu avances, plus ton corps demande de travail pour progresser. Inversement, certains pratiquants font tellement de séries qu’ils dépassent leur capacité de récupération.</p>
<p>Les deux cas existent.</p>
<p><strong>Repères simples</strong></p>
<p>Pour la plupart des pratiquants naturels :</p>
<ul>
<li>10 à 20 séries par groupe musculaire / semaine est une fourchette efficace</li>
<li>En dessous : souvent insuffisant</li>
<li>Au-dessus : récupération compliquée (selon le profil)</li>
</ul>
<p>Si tu stagnes :</p>
<ul>
<li>Essaye d’ajouter 2 séries sur ton muscle principal pendant 3–4 semaines OU</li>
<li>Enlève 20 % du volume pendant une semaine</li>
</ul>
<p>Tu serais surpris de voir combien de plateaux disparaissent après une simple semaine allégée.</p>
<p><strong>Cause n°4 : tu récupères mal (et tu le sous-estimes)</strong></p>
<p>C’est probablement la cause la plus ignorée. Tu peux avoir le meilleur programme du monde — sans <a href="/f-a-q-fitness/663-recuperation-active-le-secret-pour-progresser-sans-sacrifier-vos-performances.html">récupération</a>, tu n’iras nulle part.</p>
<p>Je parle de :</p>
<ul>
<li>Sommeil insuffisant</li>
<li>Stress professionnel</li>
<li>Alimentation trop basse en calories</li>
<li>Protéines insuffisantes</li>
</ul>
<p>En coaching, quand quelqu’un stagne, je commence presque toujours par ces questions :</p>
<ul>
<li>Tu dors combien d’heures réelles ?</li>
<li>Tu manges assez ?</li>
<li>Tu es stressé en ce moment ?</li>
</ul>
<p>Très souvent, la réponse est évidente.</p>
<p><strong>Rappel essentiel</strong></p>
<p>Tu ne construis pas du muscle pendant l’entraînement. Tu le construis quand tu dors.</p>
<p><strong>Cause n°5 : tu fais toujours exactement le même programme</strong></p>
<ul>
<li>Même split.</li>
<li>Même exercices.</li>
<li>Même ordre.</li>
<li>Même tempo.</li>
</ul>
<p>Pendant des mois. Ton corps est devenu extrêmement efficace sur ce schéma. Résultat : adaptation complète.</p>
<p><strong>Comment relancer sans tout chambouler</strong></p>
<p>Change UNE variable :</p>
<ul>
<li>Ordre des exercices</li>
<li>Plage de répétitions</li>
<li>Tempo</li>
<li>Prise</li>
<li>Angle</li>
</ul>
<p>Exemple :</p>
<p>Si tu fais toujours 4×8 au squat :</p>
<p>➡ passe sur 5×5 pendant 4 semaines<br /> ➡ ou fais des pauses en bas<br /> ➡ ou ajoute un front squat</p>
<p>Pas besoin de révolution. Juste un nouveau stimulus.</p>
<p><strong>Cause n°6 : tu progresses à l’ego, pas à la logique</strong></p>
<p>Celle-là fait mal, mais elle est fréquente.</p>
<ul>
<li>Tu refuses de baisser une charge.</li>
<li>Tu compares tes perfs à celles des autres.</li>
<li>Tu veux absolument charger, même avec une technique dégradée.</li>
</ul>
<p>Résultat :</p>
<ul>
<li>Amplitude réduite</li>
<li>Muscles mal recrutés</li>
<li>Blessures à moyen terme</li>
</ul>
<p>Revenir légèrement en arrière est parfois la meilleure façon d’avancer.</p>
<p>En coaching, je fais souvent :</p>
<p>➡ -10 % sur les charges<br /> ➡ exécution stricte<br /> ➡ progression propre</p>
<p>Et étrangement… 4 semaines plus tard, on dépasse l’ancien plateau.</p>
<p><strong>Comment relancer ta progression en pratique (plan simple)</strong></p>
<p>Voici une stratégie que j’utilise très souvent :</p>
<p><strong>Étape 1 – semaine reset</strong></p>
<ul>
<li>Volume réduit de 20–30 %</li>
<li>Charges modérées</li>
<li>Focus technique</li>
</ul>
<p>Objectif : récupérer.</p>
<p><strong>Étape 2 – nouveau cycle (4 à 6 semaines)</strong></p>
<ul>
<li>Fourchette de reps définie</li>
<li>Progression par répétitions d’abord</li>
<li>Augmentation de charge ensuite</li>
</ul>
<p>Exemple :</p>
<ul>
<li>8–12 reps → tu montes les reps → puis tu montes le poids.</li>
</ul>
<p><strong>Étape 3 – évaluation</strong></p>
<ul>
<li>Si ça progresse → on continue.</li>
<li>Si ça bloque → ajustement volume / repos / nutrition.</li>
</ul>
<p>Simple.</p>
<p><strong>Le mental compte plus que tu ne le crois</strong></p>
<p>Quand tu stagnes :</p>
<ul>
<li>Tu doutes</li>
<li>Tu te compares</li>
<li>Tu perds patience</li>
</ul>
<p>Mais la musculation est un sport de long terme. Les physiques impressionnants sont construits sur des centaines de petites séances ordinaires. Pas sur trois semaines parfaites.</p>
<p><strong>En résumé</strong></p>
<p>Si tu stagnes en musculation, ce n’est presque jamais par manque d’effort.</p>
<p>C’est généralement lié à :</p>
<ul>
<li>Absence de surcharge progressive</li>
<li>Récupération insuffisante</li>
<li>Volume mal ajusté</li>
<li>Programme figé</li>
<li>Ego mal placé</li>
</ul>
<p>La solution n’est pas de t’entraîner plus dur. Elle est de t’entraîner plus intelligemment.</p>
<p><strong>Conseil immédiat</strong></p>
<p>Dès ta prochaine séance :</p>
<p>✔ note tes performances<br /> ✔ choisis un exercice clé<br /> ✔ cherche une micro-progression (1 rep, 2,5 kg, 1 série)</p>
<p>Et surtout : sois patient. La constance bat toujours l’intensité ponctuelle.</p>
<!-- [if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves>false</w:TrackMoves>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>FR</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
<w:DontFlipMirrorIndents/>
<w:OverrideTableStyleHps/>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!-- [if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
DefSemiHidden="false" DefQFormat="false" DefPriority="99"
LatentStyleCount="376">
<w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 6"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 7"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 8"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index 9"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 1"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 2"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 3"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 4"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 5"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 6"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 7"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 8"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" Name="toc 9"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Normal Indent"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="footnote text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="annotation text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="header"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="footer"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="index heading"/>
<w:LsdException Locked="false" Priority="35" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="caption"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="table of figures"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="envelope address"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="envelope return"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="footnote reference"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="annotation reference"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="line number"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="page number"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="endnote reference"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="endnote text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="table of authorities"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="macro"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="toa heading"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Bullet"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Number"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Bullet 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Bullet 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Bullet 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Bullet 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Number 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Number 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Number 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Number 5"/>
<w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Closing"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Signature"/>
<w:LsdException Locked="false" Priority="1" SemiHidden="true"
UnhideWhenUsed="true" Name="Default Paragraph Font"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text Indent"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Continue"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Continue 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Continue 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Continue 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="List Continue 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Message Header"/>
<w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Salutation"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Date"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text First Indent"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text First Indent 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Note Heading"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text Indent 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Body Text Indent 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Block Text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Hyperlink"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="FollowedHyperlink"/>
<w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>
<w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Document Map"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Plain Text"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="E-mail Signature"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Top of Form"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Bottom of Form"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Normal (Web)"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Acronym"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Address"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Cite"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Code"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Definition"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Keyboard"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Preformatted"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Sample"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Typewriter"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="HTML Variable"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Normal Table"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="annotation subject"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="No List"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Outline List 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Outline List 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Outline List 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Simple 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Simple 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Simple 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Classic 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Classic 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Classic 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Classic 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Colorful 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Colorful 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Colorful 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Columns 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Columns 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Columns 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Columns 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Columns 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 6"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 7"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Grid 8"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 4"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 5"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 6"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 7"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table List 8"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table 3D effects 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table 3D effects 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table 3D effects 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Contemporary"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Elegant"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Professional"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Subtle 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Subtle 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Web 1"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Web 2"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Web 3"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Balloon Text"/>
<w:LsdException Locked="false" Priority="39" Name="Table Grid"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Table Theme"/>
<w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
<w:LsdException Locked="false" Priority="61" Name="Light List"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
<w:LsdException Locked="false" SemiHidden="true" Name="Revision"/>
<w:LsdException Locked="false" Priority="34" QFormat="true"
Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>
<w:LsdException Locked="false" Priority="30" QFormat="true"
Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
<w:LsdException Locked="false" Priority="19" QFormat="true"
Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21" QFormat="true"
Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31" QFormat="true"
Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32" QFormat="true"
Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
<w:LsdException Locked="false" Priority="37" SemiHidden="true"
UnhideWhenUsed="true" Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39" SemiHidden="true"
UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>
<w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>
<w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>
<w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>
<w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>
<w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>
<w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 1"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 1"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 1"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 2"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 2"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 2"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 3"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 3"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 3"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 4"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 4"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 4"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 5"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 5"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 5"/>
<w:LsdException Locked="false" Priority="46"
Name="Grid Table 1 Light Accent 6"/>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>
<w:LsdException Locked="false" Priority="51"
Name="Grid Table 6 Colorful Accent 6"/>
<w:LsdException Locked="false" Priority="52"
Name="Grid Table 7 Colorful Accent 6"/>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 1"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 1"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 1"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 2"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 2"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 2"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 3"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 3"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 3"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 4"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 4"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 4"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 5"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 5"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 5"/>
<w:LsdException Locked="false" Priority="46"
Name="List Table 1 Light Accent 6"/>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>
<w:LsdException Locked="false" Priority="51"
Name="List Table 6 Colorful Accent 6"/>
<w:LsdException Locked="false" Priority="52"
Name="List Table 7 Colorful Accent 6"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Mention"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Smart Hyperlink"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Hashtag"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Unresolved Mention"/>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
Name="Smart Link"/>
</w:LatentStyles>
</xml><![endif]--><!-- [if gte mso 10]>
<![endif]-->
<p class="MsoNormal"><b>Pourquoi tu stagnes en musculation (et comment relancer ta progression)</b></p>
<ul>
<li class="MsoNormal">Tu t’entraînes régulièrement.</li>
<li class="MsoNormal">Tu respectes ton programme.</li>
<li class="MsoNormal">Tu transpires, tu forces, tu donnes tout.</li>
</ul>
<p class="MsoNormal">Et pourtant… ton physique ne bouge plus. Les charges stagnent. La motivation commence à baisser. Si tu te reconnais là-dedans, rassure-toi : <b>la stagnation fait partie du parcours de quasiment tous les pratiquants.</b> Même chez les coachs expérimentés (oui, moi compris). La vraie différence entre ceux qui avancent et ceux qui abandonnent, c’est la capacité à comprendre <i>pourquoi</i> ça bloque — puis à ajuster intelligemment.</p>
<p class="MsoNormal">Dans cet article, on va voir :</p>
<ul>
<li>Les causes réelles de la stagnation</li>
<li>Les erreurs que je vois tous les jours en coaching</li>
<li>Et surtout comment relancer ta progression sans repartir de zéro</li>
<li>Pas de solutions miracles. Juste des stratégies qui fonctionnent dans la vraie vie.</li>
</ul>
<p class="MsoNormal"><b>D’abord une vérité importante : stagner n’est pas forcément un problème</b></p>
<p class="MsoNormal">Ton corps n’est pas une machine.</p>
<p class="MsoNormal">Il traverse des phases :</p>
<ul>
<li>Progression rapide</li>
<li><span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times New Roman';"></span></span></span>Plateau</li>
<li>Adaptation</li>
<li>Nouveau progrès</li>
</ul>
<p class="MsoNormal">C’est normal. Beaucoup de pratiquants paniquent dès qu’ils ne progressent plus pendant deux semaines. Or, selon ton niveau, <b>une stagnation de 3 à 6 semaines peut être parfaitement normale.</b></p>
<p class="MsoNormal">Le vrai problème, c’est quand :</p>
<ul>
<li>Tes charges n’évoluent plus depuis plusieurs mois</li>
<li>Ton physique reste identique</li>
<li>Ta <a href="/sante/entrainement/403-entrainement-la-fatigue.html">fatigue</a> augmente</li>
<li>Ta motivation chute</li>
</ul>
<p class="MsoNormal">Là, il faut agir.</p>
<p class="MsoNormal"><b>Cause n°1 : tu ne pratiques plus la surcharge progressive (sans t’en rendre compte)</b></p>
<p class="MsoNormal">C’est la plus fréquente.</p>
<p class="MsoNormal">Quand je regarde les carnets d’entraînement de mes nouveaux clients, je vois souvent : mêmes charges depuis 8 semaines, mêmes reps, mêmes séries, autrement dit : <b>aucun stimulus nouveau. </b>Ton corps s’est adapté. Fin de l’histoire.</p>
<p class="MsoNormal"><b>Comment relancer ça concrètement</b></p>
<p class="MsoNormal">Choisis UN paramètre :</p>
<ul>
<li>+1 répétition par série</li>
<li>+2,5 kg sur un exercice clé</li>
<li>+1 série sur un muscle en retard</li>
</ul>
<p class="MsoNormal">Pas tout en même temps.</p>
<p class="MsoNormal">Exemple terrain :</p>
<p class="MsoNormal">Développé couché bloqué à 3×8 × 80 kg ?</p>
<p class="MsoNormal"><span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> vise 3×9 à charge égale<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> ou passe <span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">à</span> 4 s<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">é</span>ries<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> ou fais une semaine plus l<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">é</span>g<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">è</span>re puis repars</p>
<p class="MsoNormal">La progression ne doit pas être spectaculaire. Elle doit être constante.</p>
<p class="MsoNormal"><b>Cause n°2 : tu t’entraînes dur… mais pas intelligemment</b></p>
<p class="MsoNormal">Forcer à chaque séance n’est pas une stratégie.</p>
<p>Je vois énormément de pratiquants :</p>
<ul>
<li>S’entraîner systématiquement à l’échec</li>
<li>Pousser chaque série comme si c’était une compétition</li>
<li>Ignorer totalement leur récupération</li>
</ul>
<p class="MsoNormal">Résultat :</p>
<ul>
<li>Système nerveux épuisé</li>
<li>Douleurs chroniques</li>
<li>Performances en baisse</li>
</ul>
<p class="MsoNormal">Tu as l’impression de bosser plus… mais tu progresses moins.</p>
<p class="MsoNormal"><b>Ce que je recommande en pratique</b></p>
<p class="MsoNormal">Garde 1–2 répétitions “en réserve” sur la majorité de tes séries. L’échec musculaire :<span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times New Roman';"> </span></span></span>Oui, parfois, pas sur chaque exercice, pas toute l’année, surtout sur les mouvements lourds. Ton objectif est de <b>stimuler</b>, pas de t’auto-détruire.</p>
<p class="MsoNormal"><b>Cause n°3 : ton volume d’entraînement n’est plus adapté</b></p>
<p class="MsoNormal">Au début, peu de volume suffit. Mais plus tu avances, plus ton corps demande de travail pour progresser. Inversement, certains pratiquants font tellement de séries qu’ils dépassent leur capacité de récupération. Les deux cas existent.</p>
<p class="MsoNormal"><b>Repères simples</b></p>
<p class="MsoNormal">Pour la plupart des pratiquants naturels :<span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times New Roman';"> </span></span></span>10 à 20 séries par groupe musculaire / semaine est une fourchette efficace.<span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times New Roman';"></span></span></span>En dessous : souvent insuffisant.<span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times New Roman';"> </span></span></span>Au-dessus : récupération compliquée (selon le profil)</p>
<p class="MsoNormal">Si tu stagnes : essaye d’ajouter 2 séries sur ton muscle principal pendant 3–4 semaines OU enlève 20 % du volume pendant une semaine. Tu serais surpris de voir combien de plateaux disparaissent après une simple semaine allégée.</p>
<p class="MsoNormal"><b>Cause n°4 : tu récupères mal (et tu le sous-estimes)</b></p>
<p class="MsoNormal">C’est probablement la cause la plus ignorée. Tu peux avoir le meilleur programme du monde — sans récupération, tu n’iras nulle part.</p>
<p class="MsoNormal">Je parle de : sommeil insuffisant, stress professionnel, alimentation trop basse en calories, protéines insuffisantes. En coaching, quand quelqu’un stagne, je commence presque toujours par ces questions :</p>
<ul>
<li>Tu dors combien d’heures réelles ?</li>
<li>Tu manges assez ?</li>
<li>Tu es stressé en ce moment ?</li>
</ul>
<p class="MsoNormal">Très souvent, la réponse est évidente.</p>
<p class="MsoNormal"><b>Rappel essentiel</b></p>
<ul>
<li class="MsoNormal">Tu ne construis pas du muscle pendant l’entraînement.</li>
<li class="MsoNormal">Tu le construis quand tu dors.</li>
</ul>
<p class="MsoNormal"><b>Cause n°5 : tu fais toujours exactement le même programme</b></p>
<p class="MsoNormal">Même split, même exercices, même ordre, même tempo, pendant des mois. Ton corps est devenu extrêmement efficace sur ce schéma. Résultat : adaptation complète.</p>
<p class="MsoNormal"><b>Comment relancer sans tout chambouler</b></p>
<p class="MsoNormal">Change UNE variable :</p>
<ul>
<li>Ordre des exercices</li>
<li>Plage de répétitions</li>
<li>Tempo</li>
<li>Prise</li>
<li>Angle</li>
</ul>
<p class="MsoNormal">Exemple :</p>
<p class="MsoNormal">Si tu fais toujours 4×8 au squat :</p>
<p class="MsoNormal"><span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> passe sur 5×5 pendant 4 semaines<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> ou fais des pauses en bas<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> ou ajoute un front squat</p>
<p class="MsoNormal">Pas besoin de révolution. Juste un nouveau stimulus.</p>
<p class="MsoNormal"><b>Cause n°6 : tu progresses à l’ego, pas à la logique</b></p>
<p class="MsoNormal">Celle-là fait mal, mais elle est fréquente.</p>
<ul>
<li class="MsoNormal">Tu refuses de baisser une charge.</li>
<li class="MsoNormal">Tu compares tes perfs à celles des autres.</li>
<li class="MsoNormal">Tu veux absolument charger, même avec une technique dégradée.</li>
</ul>
<p class="MsoNormal">Résultat :</p>
<ul>
<li>Amplitude réduite</li>
<li>Muscles mal recrutés</li>
<li>Blessures à moyen terme</li>
</ul>
<p class="MsoNormal">Revenir légèrement en arrière est parfois la meilleure façon d’avancer.</p>
<p class="MsoNormal">En coaching, je fais souvent :</p>
<p class="MsoNormal"><span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> -10 % sur les charges<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> ex<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">é</span>cution stricte<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">➡</span> progression propre</p>
<p class="MsoNormal">Et étrangement… 4 semaines plus tard, on dépasse l’ancien plateau.</p>
<p class="MsoNormal"><b>Comment relancer ta progression en pratique (plan simple)</b></p>
<p class="MsoNormal">Voici une stratégie que j’utilise très souvent :</p>
<p class="MsoNormal"><b>Étape 1 – semaine reset</b></p>
<ul>
<li>Volume réduit de 20–30 %</li>
<li>Charges modérées</li>
<li>Focus technique</li>
</ul>
<p>Objectif : récupérer.</p>
<p class="MsoNormal"><b>Étape 2 – nouveau cycle (4 à 6 semaines)</b></p>
<ul>
<li>Fourchette de reps définie</li>
<li>Progression par répétitions d’abord</li>
<li>Augmentation de charge ensuite</li>
</ul>
<p class="MsoNormal">Exemple :</p>
<p class="MsoNormal">8–12 reps → tu montes les reps → puis tu montes le poids.</p>
<p class="MsoNormal"><b>Étape 3 – évaluation</b></p>
<ul>
<li class="MsoNormal">Si ça progresse → on continue.</li>
<li class="MsoNormal">Si ça bloque → ajustement volume / repos / nutrition.</li>
</ul>
<p class="MsoNormal">Simple.</p>
<p class="MsoNormal"><b>Le mental compte plus que tu ne le crois</b></p>
<p class="MsoNormal">Quand tu stagnes :</p>
<ul>
<li>Tu doutes</li>
<li>Tu te compares</li>
<li>Tu perds patience</li>
</ul>
<p class="MsoNormal">Mais la musculation est un sport de long terme.</p>
<p class="MsoNormal">Les physiques impressionnants sont construits sur des centaines de petites séances ordinaires.</p>
<p class="MsoNormal">Pas sur trois semaines parfaites.</p>
<p class="MsoNormal"><b>En résumé</b></p>
<p class="MsoNormal">Si tu stagnes en musculation, ce n’est presque jamais par manque d’effort.</p>
<p class="MsoNormal">C’est généralement lié à :</p>
<ul>
<li>Absence de surcharge progressive</li>
<li>Récupération insuffisante</li>
<li>Volume mal ajusté</li>
<li>Programme figé</li>
<li>Ego mal placé</li>
</ul>
<p class="MsoNormal">La solution n’est pas de t’entraîner plus dur. Elle est de t’entraîner plus intelligemment.</p>
<p class="MsoNormal"><b>Conseil immédiat</b></p>
<p class="MsoNormal">Dès ta prochaine séance :</p>
<p class="MsoNormal"><span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">✔</span> note tes performances<br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">✔</span> choisis un exercice cl<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">é</span><br /> <span style="font-family: 'Segoe UI Symbol',sans-serif; mso-bidi-font-family: 'Segoe UI Symbol';">✔</span> cherche une micro-progression (1 rep, 2,5 kg, 1 s<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">é</span>rie)</p>
<p class="MsoNormal">Et surtout : sois patient. La constance bat toujours l’intensité ponctuelle.</p> </div>
<ul class="pager pagenav">
<li class="previous">
<a href="/f-a-q-fitness/614-pourquoi-transpire-t-on-pendant-un-effort-sportif.html" rel="prev">
<span class="icon-chevron-left"></span> Précédent </a>
</li>
<li class="next">
<a href="/f-a-q-fitness/592-pourquoi-utiliser-une-ceinture-et-des-gants-de-musculation-pour-s-entrainer.html" rel="next">
Suivant <span class="icon-chevron-right"></span> </a>
</li>
</ul>
</div>
<!-- End Content -->
</main>
<div id="aside" class="span3">
<!-- Begin Right Sidebar -->
<div class="well"><h3 class="page-header">Programmes</h3><div class="bannergroup">
<div class="banneritem">
<a
href="/component/banners/click/60.html" target="_blank" rel="nofollow noopener noreferrer"
title="Programme Femmes Confirmées">
<img
src="https://www.body-new-look.fr/images/bannieres/VIGNETTE-COUVERTURE.jpg"
alt="Programme Femmes Confirmées"
/>
</a>
<div class="clr"></div>
</div>
</div>
</div><div class="well"><h3 class="page-header">Navigation</h3><ul class="nav menu">
<li class="item-187"><a href="/musculation.html" title="Musculation">Musculation</a></li><li class="item-186"><a href="/stretching.html" title="Stretching">Stretching</a></li><li class="item-185"><a href="/swiss-ball.html" title="Swiss-ball">Swiss-ball</a></li><li class="item-184"><a href="/gym-elastique.html" title="Gym élastique ">Gym élastique </a></li><li class="item-193"><a href="/fit-balance.html" title="Sveltus">Sveltus</a></li><li class="item-194"><a href="/sante/anatomie-des-muscles.html" title="Anatomie">Anatomie</a></li><li class="item-195"><a href="/sante/dietetique.html" title="Diététique">Diététique</a></li><li class="item-196"><a href="/sante/entrainement.html" title="Entraînement">Entraînement</a></li><li class="item-197"><a href="/sante/fitness-sante.html" title="Santé-Fitness">Santé-Fitness</a></li><li class="item-199"><a href="/sante/guide-des-plantes.html" title="Guide des plantes">Guide des plantes</a></li><li class="item-209 current active"><a href="/f-a-q-fitness.html" title="F.A.Q - Fitness">F.A.Q - Fitness</a></li><li class="item-221"><a href="/mentions-légales.html" >Mentions légales</a></li><li class="item-235"><a href="/test.html" >Vidéos</a></li></ul>
</div><div class="well"><h3 class="page-header">Rechercher</h3><div class="search">
<form action="/f-a-q-fitness.html" method="post" class="form-inline">
<label for="mod-search-searchword118" class="element-invisible">Rechercher</label> <input name="searchword" id="mod-search-searchword118" maxlength="200" class="inputbox search-query input-medium" type="search" placeholder="Recherche..." /> <button class="button btn btn-primary" onclick="this.form.searchword.focus();">Ok</button> <input type="hidden" name="task" value="search" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="209" />
</form>
</div>
</div>
<!-- End Right Sidebar -->
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer" role="contentinfo">
<div class="container">
<hr />
<div class="custom" >
<p><a href="https://www.body-new-look.com/boutique/accueil/11-gratuit-guide-75-exercices-de-musculation.html" target="_blank" rel="nofollow noopener noreferrer" title="Guide des exercices de musculation gratuit"><img src="/images/bannieres/BANNIERE-EBOOK-GRATUIT.jpg" alt="BANNIERE EBOOK GRATUIT" style="display: block; margin-left: auto; margin-right: auto;" /></a></p></div>
<p class="pull-right">
<a href="#top" id="back-top">
Haut de page </a>
</p>
<!-- <p>
© 2026 Body New Look </p>-->
</div>
</footer>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//www.body-new-look.fr/matomo/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>