Outiref
<!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&amp;catid=102&amp;id=852&amp;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 &amp; Balance - Bras</a></li><li class="item-151"><a href="/fit-balance/exercices-cardiovasculaires.html" >Fit &amp; Balance - Epaules</a></li><li class="item-152"><a href="/fit-balance/fit-balance-dos-poitrine.html" >Fit &amp; Balance - Dos, poitrine</a></li><li class="item-153"><a href="/fit-balance/bas-du-corps.html" >Fit &amp; Balance - Cuisses</a></li><li class="item-154"><a href="/fit-balance/stabilisateurs-du-tronc.html" >Fit &amp; 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&rsquo;entra&icirc;nes r&eacute;guli&egrave;rement.</li>
<li>Tu respectes ton programme.</li>
<li>Tu transpires, tu forces, tu donnes tout.</li>
</ul>
<p>Et pourtant&hellip; ton physique ne bouge plus. Les charges stagnent. La motivation commence &agrave; baisser. Si tu te reconnais l&agrave;-dedans, rassure-toi : <strong>la stagnation fait partie du parcours de quasiment tous les pratiquants.</strong> M&ecirc;me chez les coachs exp&eacute;riment&eacute;s (oui, moi compris).</p>
<p>La vraie diff&eacute;rence entre ceux qui avancent et ceux qui abandonnent, c&rsquo;est la capacit&eacute; &agrave; comprendre <em>pourquoi</em> &ccedil;a bloque &mdash; puis &agrave; ajuster intelligemment.</p>
<p>Dans cet article, on va voir :</p>
<ul>
<li>Les causes r&eacute;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&eacute;ro</li>
<li>Pas de solutions miracles. Juste des strat&eacute;gies qui fonctionnent dans la vraie vie.</li>
</ul>
<p><strong>D&rsquo;abord une v&eacute;rit&eacute; importante : stagner n&rsquo;est pas forc&eacute;ment un probl&egrave;me</strong></p>
<p>Ton corps n&rsquo;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&egrave;s</li>
</ul>
<p>C&rsquo;est normal.</p>
<p>Beaucoup de pratiquants paniquent d&egrave;s qu&rsquo;ils ne progressent plus pendant deux semaines. Or, selon ton niveau, <strong>une stagnation de 3 &agrave; 6 semaines peut &ecirc;tre parfaitement normale.</strong></p>
<p>Le vrai probl&egrave;me, c&rsquo;est quand :</p>
<ul>
<li>Tes charges n&rsquo;&eacute;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&agrave;, il faut agir.</p>
<p><strong>Cause n&deg;1 : tu ne pratiques plus la surcharge progressive (sans t&rsquo;en rendre compte)</strong></p>
<p>C&rsquo;est la plus fr&eacute;quente.</p>
<p>Quand je regarde les carnets d&rsquo;entra&icirc;nement de mes nouveaux clients, je vois souvent :</p>
<ul>
<li>M&ecirc;mes charges depuis 8 semaines</li>
<li>M&ecirc;mes reps</li>
<li>M&ecirc;mes s&eacute;ries</li>
</ul>
<p>Autrement dit : <strong>aucun stimulus nouveau.&nbsp;</strong>Ton corps s&rsquo;est adapt&eacute;. Fin de l&rsquo;histoire.</p>
<p><strong>Comment relancer &ccedil;a concr&egrave;tement ?</strong></p>
<p>Choisis UN param&egrave;tre :</p>
<ul>
<li>+1 r&eacute;p&eacute;tition par s&eacute;rie</li>
<li>+2,5 kg sur un exercice cl&eacute;</li>
<li>+1 s&eacute;rie sur un muscle en retard</li>
</ul>
<p>Pas tout en m&ecirc;me temps.</p>
<p>Exemple terrain :</p>
<p>D&eacute;velopp&eacute; couch&eacute; bloqu&eacute; &agrave; 3&times;8 &times; 80 kg ?</p>
<p>➡ vise 3&times;9 &agrave; charge &eacute;gale<br /> ➡ ou passe &agrave; 4 s&eacute;ries<br /> ➡ ou fais une semaine plus l&eacute;g&egrave;re puis repars</p>
<p>La progression ne doit pas &ecirc;tre spectaculaire. Elle doit &ecirc;tre constante.</p>
<p><strong>Cause n&deg;2 : tu t&rsquo;entra&icirc;nes dur&hellip; mais pas intelligemment</strong></p>
<p>Forcer &agrave; chaque s&eacute;ance n&rsquo;est pas une strat&eacute;gie.</p>
<p>Je vois &eacute;norm&eacute;ment de pratiquants :</p>
<ul>
<li>S&rsquo;entra&icirc;ner syst&eacute;matiquement &agrave; l&rsquo;&eacute;chec</li>
<li>Pousser chaque s&eacute;rie comme si c&rsquo;&eacute;tait une comp&eacute;tition</li>
<li>Ignorer totalement leur r&eacute;cup&eacute;ration</li>
</ul>
<p>R&eacute;sultat :</p>
<ul>
<li>Syst&egrave;me nerveux &eacute;puis&eacute;</li>
<li>Douleurs chroniques</li>
<li>Performances en baisse</li>
</ul>
<p>Tu as l&rsquo;impression de bosser plus&hellip; mais tu progresses moins.</p>
<p><strong>Ce que je recommande en pratique</strong></p>
<p>Garde 1&ndash;2 r&eacute;p&eacute;titions &ldquo;en r&eacute;serve&rdquo; sur la majorit&eacute; de tes s&eacute;ries.</p>
<p>L&rsquo;&eacute;chec musculaire :</p>
<ul>
<li>Oui, parfois</li>
<li>Pas sur chaque exercice</li>
<li>Pas toute l&rsquo;ann&eacute;e</li>
</ul>
<p>Surtout sur les mouvements lourds.</p>
<p>Ton objectif est de <strong>stimuler</strong>, pas de t&rsquo;auto-d&eacute;truire.</p>
<p><strong>Cause n&deg;3 : ton volume d&rsquo;entra&icirc;nement n&rsquo;est plus adapt&eacute;</strong></p>
<p>Au d&eacute;but, peu de volume suffit. Mais plus tu avances, plus ton corps demande de travail pour progresser. Inversement, certains pratiquants font tellement de s&eacute;ries qu&rsquo;ils d&eacute;passent leur capacit&eacute; de r&eacute;cup&eacute;ration.</p>
<p>Les deux cas existent.</p>
<p><strong>Rep&egrave;res simples</strong></p>
<p>Pour la plupart des pratiquants naturels :</p>
<ul>
<li>10 &agrave; 20 s&eacute;ries par groupe musculaire / semaine est une fourchette efficace</li>
<li>En dessous : souvent insuffisant</li>
<li>Au-dessus : r&eacute;cup&eacute;ration compliqu&eacute;e (selon le profil)</li>
</ul>
<p>Si tu stagnes :</p>
<ul>
<li>Essaye d&rsquo;ajouter 2 s&eacute;ries sur ton muscle principal pendant 3&ndash;4 semaines&nbsp;OU</li>
<li>Enl&egrave;ve 20 % du volume pendant une semaine</li>
</ul>
<p>Tu serais surpris de voir combien de plateaux disparaissent apr&egrave;s une simple semaine all&eacute;g&eacute;e.</p>
<p><strong>Cause n&deg;4 : tu r&eacute;cup&egrave;res mal (et tu le sous-estimes)</strong></p>
<p>C&rsquo;est probablement la cause la plus ignor&eacute;e. Tu peux avoir le meilleur programme du monde &mdash; sans <a href="/f-a-q-fitness/663-recuperation-active-le-secret-pour-progresser-sans-sacrifier-vos-performances.html">r&eacute;cup&eacute;ration</a>, tu n&rsquo;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&eacute;ines insuffisantes</li>
</ul>
<p>En coaching, quand quelqu&rsquo;un stagne, je commence presque toujours par ces questions :</p>
<ul>
<li>Tu dors combien d&rsquo;heures r&eacute;elles ?</li>
<li>Tu manges assez ?</li>
<li>Tu es stress&eacute; en ce moment ?</li>
</ul>
<p>Tr&egrave;s souvent, la r&eacute;ponse est &eacute;vidente.</p>
<p><strong>Rappel essentiel</strong></p>
<p>Tu ne construis pas du muscle pendant l&rsquo;entra&icirc;nement. Tu le construis quand tu dors.</p>
<p><strong>Cause n&deg;5 : tu fais toujours exactement le m&ecirc;me programme</strong></p>
<ul>
<li>M&ecirc;me split.</li>
<li>M&ecirc;me exercices.</li>
<li>M&ecirc;me ordre.</li>
<li>M&ecirc;me tempo.</li>
</ul>
<p>Pendant des mois. Ton corps est devenu extr&ecirc;mement efficace sur ce sch&eacute;ma. R&eacute;sultat : adaptation compl&egrave;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&eacute;p&eacute;titions</li>
<li>Tempo</li>
<li>Prise</li>
<li>Angle</li>
</ul>
<p>Exemple :</p>
<p>Si tu fais toujours 4&times;8 au squat :</p>
<p>➡ passe sur 5&times;5 pendant 4 semaines<br /> ➡ ou fais des pauses en bas<br /> ➡ ou ajoute un front squat</p>
<p>Pas besoin de r&eacute;volution. Juste un nouveau stimulus.</p>
<p><strong>Cause n&deg;6 : tu progresses &agrave; l&rsquo;ego, pas &agrave; la logique</strong></p>
<p>Celle-l&agrave; fait mal, mais elle est fr&eacute;quente.</p>
<ul>
<li>Tu refuses de baisser une charge.</li>
<li>Tu compares tes perfs &agrave; celles des autres.</li>
<li>Tu veux absolument charger, m&ecirc;me avec une technique d&eacute;grad&eacute;e.</li>
</ul>
<p>R&eacute;sultat :</p>
<ul>
<li>Amplitude r&eacute;duite</li>
<li>Muscles mal recrut&eacute;s</li>
<li>Blessures &agrave; moyen terme</li>
</ul>
<p>Revenir l&eacute;g&egrave;rement en arri&egrave;re est parfois la meilleure fa&ccedil;on d&rsquo;avancer.</p>
<p>En coaching, je fais souvent :</p>
<p>➡ -10 % sur les charges<br /> ➡ ex&eacute;cution stricte<br /> ➡ progression propre</p>
<p>Et &eacute;trangement&hellip; 4 semaines plus tard, on d&eacute;passe l&rsquo;ancien plateau.</p>
<p><strong>Comment relancer ta progression en pratique (plan simple)</strong></p>
<p>Voici une strat&eacute;gie que j&rsquo;utilise tr&egrave;s souvent :</p>
<p><strong>&Eacute;tape 1 &ndash; semaine reset</strong></p>
<ul>
<li>Volume r&eacute;duit de 20&ndash;30 %</li>
<li>Charges mod&eacute;r&eacute;es</li>
<li>Focus technique</li>
</ul>
<p>Objectif : r&eacute;cup&eacute;rer.</p>
<p><strong>&Eacute;tape 2 &ndash; nouveau cycle (4 &agrave; 6 semaines)</strong></p>
<ul>
<li>Fourchette de reps d&eacute;finie</li>
<li>Progression par r&eacute;p&eacute;titions d&rsquo;abord</li>
<li>Augmentation de charge ensuite</li>
</ul>
<p>Exemple :</p>
<ul>
<li>8&ndash;12 reps &rarr; tu montes les reps &rarr; puis tu montes le poids.</li>
</ul>
<p><strong>&Eacute;tape 3 &ndash; &eacute;valuation</strong></p>
<ul>
<li>Si &ccedil;a progresse &rarr; on continue.</li>
<li>Si &ccedil;a bloque &rarr; 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&eacute;ances ordinaires. Pas sur trois semaines parfaites.</p>
<p><strong>En r&eacute;sum&eacute;</strong></p>
<p>Si tu stagnes en musculation, ce n&rsquo;est presque jamais par manque d&rsquo;effort.</p>
<p>C&rsquo;est g&eacute;n&eacute;ralement li&eacute; &agrave; :</p>
<ul>
<li>Absence de surcharge progressive</li>
<li>R&eacute;cup&eacute;ration insuffisante</li>
<li>Volume mal ajust&eacute;</li>
<li>Programme fig&eacute;</li>
<li>Ego mal plac&eacute;</li>
</ul>
<p>La solution n&rsquo;est pas de t&rsquo;entra&icirc;ner plus dur. Elle est de t&rsquo;entra&icirc;ner plus intelligemment.</p>
<p><strong>Conseil imm&eacute;diat</strong></p>
<p>D&egrave;s ta prochaine s&eacute;ance :</p>
<p>✔ note tes performances<br /> ✔ choisis un exercice cl&eacute;<br /> ✔ cherche une micro-progression (1 rep, 2,5 kg, 1 s&eacute;rie)</p>
<p>Et surtout : sois patient. La constance bat toujours l&rsquo;intensit&eacute; 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="&#45;-"/>
   <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&rsquo;entra&icirc;nes r&eacute;guli&egrave;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&hellip; ton physique ne bouge plus. Les charges stagnent. La motivation commence &agrave; baisser. Si tu te reconnais l&agrave;-dedans, rassure-toi : <b>la stagnation fait partie du parcours de quasiment tous les pratiquants.</b> M&ecirc;me chez les coachs exp&eacute;riment&eacute;s (oui, moi compris). La vraie diff&eacute;rence entre ceux qui avancent et ceux qui abandonnent, c&rsquo;est la capacit&eacute; &agrave; comprendre <i>pourquoi</i> &ccedil;a bloque &mdash; puis &agrave; ajuster intelligemment.</p>
<p class="MsoNormal">Dans cet article, on va voir :</p>
<ul>
<li>Les causes r&eacute;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&eacute;ro</li>
<li>Pas de solutions miracles. Juste des strat&eacute;gies qui fonctionnent dans la vraie vie.</li>
</ul>
<p class="MsoNormal"><b>D&rsquo;abord une v&eacute;rit&eacute; importante : stagner n&rsquo;est pas forc&eacute;ment un probl&egrave;me</b></p>
<p class="MsoNormal">Ton corps n&rsquo;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&egrave;s</li>
</ul>
<p class="MsoNormal">C&rsquo;est normal. Beaucoup de pratiquants paniquent d&egrave;s qu&rsquo;ils ne progressent plus pendant deux semaines. Or, selon ton niveau, <b>une stagnation de 3 &agrave; 6 semaines peut &ecirc;tre parfaitement normale.</b></p>
<p class="MsoNormal">Le vrai probl&egrave;me, c&rsquo;est quand :</p>
<ul>
<li>Tes charges n&rsquo;&eacute;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&agrave;, il faut agir.</p>
<p class="MsoNormal"><b>Cause n&deg;1 : tu ne pratiques plus la surcharge progressive (sans t&rsquo;en rendre compte)</b></p>
<p class="MsoNormal">C&rsquo;est la plus fr&eacute;quente.</p>
<p class="MsoNormal">Quand je regarde les carnets d&rsquo;entra&icirc;nement de mes nouveaux clients, je vois souvent : m&ecirc;mes charges depuis 8 semaines, m&ecirc;mes reps, m&ecirc;mes s&eacute;ries, autrement dit : <b>aucun stimulus nouveau.&nbsp;</b>Ton corps s&rsquo;est adapt&eacute;. Fin de l&rsquo;histoire.</p>
<p class="MsoNormal"><b>Comment relancer &ccedil;a concr&egrave;tement</b></p>
<p class="MsoNormal">Choisis UN param&egrave;tre :</p>
<ul>
<li>+1 r&eacute;p&eacute;tition par s&eacute;rie</li>
<li>+2,5 kg sur un exercice cl&eacute;</li>
<li>+1 s&eacute;rie sur un muscle en retard</li>
</ul>
<p class="MsoNormal">Pas tout en m&ecirc;me temps.</p>
<p class="MsoNormal">Exemple terrain :</p>
<p class="MsoNormal">D&eacute;velopp&eacute; couch&eacute; bloqu&eacute; &agrave; 3&times;8 &times; 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&times;9 &agrave; charge &eacute;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;">&agrave;</span> 4 s<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">&eacute;</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;">&eacute;</span>g<span style="mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: Calibri;">&egrave;</span>re puis repars</p>
<p class="MsoNormal">La progression ne doit pas &ecirc;tre spectaculaire. Elle doit &ecirc;tre constante.</p>
<p class="MsoNormal"><b>Cause n&deg;2 : tu t&rsquo;entra&icirc;nes dur&hellip; mais pas intelligemment</b></p>
<p class="MsoNormal">Forcer &agrave; chaque s&eacute;ance n&rsquo;est pas une strat&eacute;gie.</p>
<p>Je vois &eacute;norm&eacute;ment de pratiquants :</p>
<ul>
<li>S&rsquo;entra&icirc;ner syst&eacute;matiquement &agrave; l&rsquo;&eacute;chec</li>
<li>Pousser chaque s&eacute;rie comme si c&rsquo;&eacute;tait une comp&eacute;tition</li>
<li>Ignorer totalement leur r&eacute;cup&eacute;ration</li>
</ul>
<p class="MsoNormal">R&eacute;sultat :</p>
<ul>
<li>Syst&egrave;me nerveux &eacute;puis&eacute;</li>
<li>Douleurs chroniques</li>
<li>Performances en baisse</li>
</ul>
<p class="MsoNormal">Tu as l&rsquo;impression de bosser plus&hellip; mais tu progresses moins.</p>
<p class="MsoNormal"><b>Ce que je recommande en pratique</b></p>
<p class="MsoNormal">Garde 1&ndash;2 r&eacute;p&eacute;titions &ldquo;en r&eacute;serve&rdquo; sur la majorit&eacute; de tes s&eacute;ries. L&rsquo;&eacute;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';">&nbsp;&nbsp;</span></span></span>Oui, parfois, pas sur chaque exercice, pas toute l&rsquo;ann&eacute;e, surtout sur les mouvements lourds. Ton objectif est de <b>stimuler</b>, pas de t&rsquo;auto-d&eacute;truire.</p>
<p class="MsoNormal"><b>Cause n&deg;3 : ton volume d&rsquo;entra&icirc;nement n&rsquo;est plus adapt&eacute;</b></p>
<p class="MsoNormal">Au d&eacute;but, peu de volume suffit. Mais plus tu avances, plus ton corps demande de travail pour progresser. Inversement, certains pratiquants font tellement de s&eacute;ries qu&rsquo;ils d&eacute;passent leur capacit&eacute; de r&eacute;cup&eacute;ration. Les deux cas existent.</p>
<p class="MsoNormal"><b>Rep&egrave;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';">&nbsp;&nbsp;</span></span></span>10 &agrave; 20 s&eacute;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';">&nbsp;&nbsp;</span></span></span>Au-dessus : r&eacute;cup&eacute;ration compliqu&eacute;e (selon le profil)</p>
<p class="MsoNormal">Si tu stagnes : essaye d&rsquo;ajouter 2 s&eacute;ries sur ton muscle principal pendant 3&ndash;4 semaines&nbsp;OU enl&egrave;ve 20 % du volume pendant une semaine. Tu serais surpris de voir combien de plateaux disparaissent apr&egrave;s une simple semaine all&eacute;g&eacute;e.</p>
<p class="MsoNormal"><b>Cause n&deg;4 : tu r&eacute;cup&egrave;res mal (et tu le sous-estimes)</b></p>
<p class="MsoNormal">C&rsquo;est probablement la cause la plus ignor&eacute;e. Tu peux avoir le meilleur programme du monde &mdash; sans r&eacute;cup&eacute;ration, tu n&rsquo;iras nulle part.</p>
<p class="MsoNormal">Je parle de : sommeil insuffisant, stress professionnel, alimentation trop basse en calories, prot&eacute;ines insuffisantes. En coaching, quand quelqu&rsquo;un stagne, je commence presque toujours par ces questions :</p>
<ul>
<li>Tu dors combien d&rsquo;heures r&eacute;elles ?</li>
<li>Tu manges assez ?</li>
<li>Tu es stress&eacute; en ce moment ?</li>
</ul>
<p class="MsoNormal">Tr&egrave;s souvent, la r&eacute;ponse est &eacute;vidente.</p>
<p class="MsoNormal"><b>Rappel essentiel</b></p>
<ul>
<li class="MsoNormal">Tu ne construis pas du muscle pendant l&rsquo;entra&icirc;nement.</li>
<li class="MsoNormal">Tu le construis quand tu dors.</li>
</ul>
<p class="MsoNormal"><b>Cause n&deg;5 : tu fais toujours exactement le m&ecirc;me programme</b></p>
<p class="MsoNormal">M&ecirc;me split, m&ecirc;me exercices, m&ecirc;me ordre, m&ecirc;me tempo, pendant des mois. Ton corps est devenu extr&ecirc;mement efficace sur ce sch&eacute;ma. R&eacute;sultat : adaptation compl&egrave;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&eacute;p&eacute;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&times;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&times;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&eacute;volution. Juste un nouveau stimulus.</p>
<p class="MsoNormal"><b>Cause n&deg;6 : tu progresses &agrave; l&rsquo;ego, pas &agrave; la logique</b></p>
<p class="MsoNormal">Celle-l&agrave; fait mal, mais elle est fr&eacute;quente.</p>
<ul>
<li class="MsoNormal">Tu refuses de baisser une charge.</li>
<li class="MsoNormal">Tu compares tes perfs &agrave; celles des autres.</li>
<li class="MsoNormal">Tu veux absolument charger, m&ecirc;me avec une technique d&eacute;grad&eacute;e.</li>
</ul>
<p class="MsoNormal">R&eacute;sultat :</p>
<ul>
<li>Amplitude r&eacute;duite</li>
<li>Muscles mal recrut&eacute;s</li>
<li>Blessures &agrave; moyen terme</li>
</ul>
<p class="MsoNormal">Revenir l&eacute;g&egrave;rement en arri&egrave;re est parfois la meilleure fa&ccedil;on d&rsquo;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;">&eacute;</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 &eacute;trangement&hellip; 4 semaines plus tard, on d&eacute;passe l&rsquo;ancien plateau.</p>
<p class="MsoNormal"><b>Comment relancer ta progression en pratique (plan simple)</b></p>
<p class="MsoNormal">Voici une strat&eacute;gie que j&rsquo;utilise tr&egrave;s souvent :</p>
<p class="MsoNormal"><b>&Eacute;tape 1 &ndash; semaine reset</b></p>
<ul>
<li>Volume r&eacute;duit de 20&ndash;30 %</li>
<li>Charges mod&eacute;r&eacute;es</li>
<li>Focus technique</li>
</ul>
<p>Objectif : r&eacute;cup&eacute;rer.</p>
<p class="MsoNormal"><b>&Eacute;tape 2 &ndash; nouveau cycle (4 &agrave; 6 semaines)</b></p>
<ul>
<li>Fourchette de reps d&eacute;finie</li>
<li>Progression par r&eacute;p&eacute;titions d&rsquo;abord</li>
<li>Augmentation de charge ensuite</li>
</ul>
<p class="MsoNormal">Exemple :</p>
<p class="MsoNormal">8&ndash;12 reps &rarr; tu montes les reps &rarr; puis tu montes le poids.</p>
<p class="MsoNormal"><b>&Eacute;tape 3 &ndash; &eacute;valuation</b></p>
<ul>
<li class="MsoNormal">Si &ccedil;a progresse &rarr; on continue.</li>
<li class="MsoNormal">Si &ccedil;a bloque &rarr; 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&eacute;ances ordinaires.</p>
<p class="MsoNormal">Pas sur trois semaines parfaites.</p>
<p class="MsoNormal"><b>En r&eacute;sum&eacute;</b></p>
<p class="MsoNormal">Si tu stagnes en musculation, ce n&rsquo;est presque jamais par manque d&rsquo;effort.</p>
<p class="MsoNormal">C&rsquo;est g&eacute;n&eacute;ralement li&eacute; &agrave; :</p>
<ul>
<li>Absence de surcharge progressive</li>
<li>R&eacute;cup&eacute;ration insuffisante</li>
<li>Volume mal ajust&eacute;</li>
<li>Programme fig&eacute;</li>
<li>Ego mal plac&eacute;</li>
</ul>
<p class="MsoNormal">La solution n&rsquo;est pas de t&rsquo;entra&icirc;ner plus dur. Elle est de t&rsquo;entra&icirc;ner plus intelligemment.</p>
<p class="MsoNormal"><b>Conseil imm&eacute;diat</b></p>
<p class="MsoNormal">D&egrave;s ta prochaine s&eacute;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;">&eacute;</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;">&eacute;</span>rie)</p>
<p class="MsoNormal">Et surtout : sois patient. La constance bat toujours l&rsquo;intensit&eacute; 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>
				&copy; 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>