PetanqueLand
Search: Movie should be distinctly Please enter a search term in the search field.

Not to be missed

Search suggestions

Why do some boules veer off for no apparent reason? (Pétanque) Article Why do some boules veer off for no apparent reason in pétanque? PAQUITA ON PÉTANQUE STRIKE Video Pétanque: when you celebrate too soon… Video pourquoi il ne faut jamais celebrer avent la (1)-Couverture Boule diameter: why the wrong choice holds you back (Pétanque) Article Which boule diameter should you choose? The direct impact on your performance THE DIGESTION EXCUSE Video
Cart 0
EN▾
FrançaisEnglishEspañolItalianoDeutschPortuguêsNederlandsCatalàالعربية中文ไทย
PetanqueLand
  • Home
  • SHOP
    • Pétanque Book Shop
    • Pétanque Player Clothing
    • Pétanque Objects & Decor
    • Pétanque Gift Ideas
    • See all
  • ⭐ The Pétanque Software
  • Videos
  • 🏛️ OFFICIAL
    • Upcoming competitions
    • Results & calendar
    • Rules explained
  • FREE Zone
    • Free online software
    • Free tools
    • Lab
  • News by Paquita
Total articles: 193
:root { --noir: #0d0d0d; --noir-2: #141414; --card: #161616; --card-2: #1d1d1d; --border: #282828; --jaune: #f5c800; --jaune-dim: rgba(245,200,0,.08); --blanc: #f0ede6; --gris: #888; --gris-2: #aaa; --rouge: #e03030; --rouge-dim: rgba(224,48,48,.09); --orange: #f07020; --orange-dim: rgba(240,112,32,.1); --vert: #42c264; --vert-dim: rgba(66,194,100,.1); --violet: #a060d0; --violet-dim: rgba(160,96,208,.12); --violet-med: rgba(160,96,208,.22); --bleu: #4aa8e0; --bleu-dim: rgba(74,168,224,.1); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--noir); color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; } a { color: var(--jaune); text-decoration: none; } a:hover { text-decoration: underline; } strong { color: #eee; } p { margin-bottom: 16px; color: #bbb; } em { color: #ccc; font-style: italic; } /* ─── HERO ─── */ .hero { position: relative; background: var(--noir-2); border-bottom: 3px solid var(--jaune); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 50% 0%, rgba(160,96,208,.15), transparent 62%), radial-gradient(ellipse 30% 30% at 85% 85%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--violet); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 2px; padding: 5px 14px; border-radius: 2px; margin-bottom: 22px; } .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 7vw, 4.6rem); letter-spacing: 1.5px; line-height: 1.0; color: var(--blanc); max-width: 860px; margin: 0 auto 16px; } .hero h1 em { color: var(--jaune); font-style: normal; } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 620px; margin: 0 auto 14px; } .hero-score { display: inline-flex; align-items: center; gap: 0; margin: 18px 0 10px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; } .hs-bloc { padding: 12px 24px; font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; background: var(--card-2); } .hs-bloc.nous { color: var(--vert); } .hs-bloc.eux { color: var(--rouge); } .hs-sep { padding: 12px 10px; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: #333; background: var(--card); border-left: 1px solid var(--border); border-right: 1px solid var(--border); } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 14px; } .hero-meta span::before { content: '• '; } .hero-meta span:first-child::before { content: ''; } /* ─── LAYOUT ─── */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 60px 24px 100px; } /* ─── INTRO ─── */ .intro-box { background: var(--card); border-left: 5px solid var(--violet); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 48px; font-size: 1.05rem; color: #bbb; } /* ─── CHIFFRES CLÉS ─── */ .key-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-bottom: 48px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:540px){ .key-facts { grid-template-columns: 1fr 1fr; } } .kf-item { padding: 20px 12px; text-align: center; background: var(--card-2); border-right: 1px solid var(--border); } .kf-item:last-child { border-right: none; } .kf-val { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--violet); line-height: 1; margin-bottom: 5px; } .kf-unit { font-size: .7rem; color: #555; text-transform: uppercase; letter-spacing: 1px; } .kf-label { font-size: .76rem; color: #777; line-height: 1.3; margin-top: 2px; } /* ─── TOC ─── */ .toc { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--violet); border-radius: 0 0 8px 8px; padding: 22px 26px; margin-bottom: 52px; } .toc-title { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; color: var(--violet); margin-bottom: 14px; } .toc ol { padding-left: 20px; color: var(--gris-2); font-size: .93rem; line-height: 2.1; } .toc ol li a { color: var(--gris-2); } .toc ol li a:hover { color: var(--jaune); } /* ─── HEADINGS ─── */ h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } h2::before { content: ''; display: inline-block; width: 6px; height: 32px; background: var(--violet); border-radius: 2px; flex-shrink: 0; } /* ─── CE QUI SE PASSE DANS LE CORPS ─── */ .corps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin: 28px 0; } .corps-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; border-top: 3px solid var(--rouge); } .cc-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .cc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1.5px; color: var(--rouge); margin-bottom: 5px; } .corps-card p { font-size: .84rem; color: #888; margin-bottom: 6px; line-height: 1.55; } .cc-impact { font-size: .78rem; color: var(--orange); font-style: italic; } /* ─── PENSÉES TOXIQUES ─── */ .toxique-list { display: flex; flex-direction: column; gap: 10px; margin: 28px 0; } .toxique-item { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.18); border-left: 4px solid var(--rouge); border-radius: 0 8px 8px 0; padding: 14px 18px; display: flex; gap: 14px; align-items: flex-start; } .tox-pensee { flex: 1; } .tox-label { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 4px; } .tox-texte { font-size: .92rem; color: #ccc; font-style: italic; margin-bottom: 6px; line-height: 1.5; } .tox-effet { font-size: .8rem; color: #888; } .tox-flèche { font-size: 1.2rem; flex-shrink: 0; padding-top: 2px; color: #555; } .tox-antidote { flex: 1; background: var(--vert-dim); border: 1px solid rgba(66,194,100,.18); border-radius: 6px; padding: 10px 12px; } .tox-anti-label { font-family: 'Bebas Neue', sans-serif; font-size: .72rem; letter-spacing: 2px; color: var(--vert); margin-bottom: 4px; } .tox-anti-texte { font-size: .86rem; color: #aaa; font-style: italic; line-height: 1.5; } /* ─── PROTOCOLE PRINCIPAL ─── */ .protocole-wrap { background: var(--card-2); border: 1px solid var(--border); border-top: 3px solid var(--violet); border-radius: 0 0 14px 14px; overflow: hidden; margin: 28px 0; } .proto-header { background: var(--violet-dim); border-bottom: 1px solid var(--border); padding: 18px 24px; display: flex; align-items: center; gap: 14px; } .proto-badge { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: var(--violet); background: var(--violet-dim); border: 1px solid var(--violet-med); padding: 4px 10px; border-radius: 4px; } .proto-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 2px; color: var(--blanc); flex: 1; } .proto-durée { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1px; color: var(--jaune); } .proto-steps { display: flex; flex-direction: column; gap: 0; } .proto-step { display: flex; gap: 0; border-bottom: 1px solid var(--border); } .proto-step:last-child { border-bottom: none; } .ps-num { width: 52px; flex-shrink: 0; background: var(--card); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--violet); padding: 18px 0; } .ps-content { flex: 1; padding: 16px 20px; } .ps-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 5px; } .ps-detail { font-size: .88rem; color: #888; line-height: 1.65; } .ps-detail strong { color: #ccc; } .ps-durée { display: inline-block; margin-top: 6px; font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 1.5px; color: var(--jaune); background: var(--jaune-dim); padding: 2px 8px; border-radius: 3px; } .ps-script { margin-top: 8px; background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--violet); border-radius: 0 6px 6px 0; padding: 8px 12px; font-size: .85rem; color: var(--violet); font-style: italic; } /* ─── SCÉNARIOS ─── */ .scenarios { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; } .scenario-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start; } .sc-badge { flex-shrink: 0; width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; } .sc-badge.rouge { background: var(--rouge-dim); } .sc-badge.violet { background: var(--violet-dim); } .sc-badge.vert { background: var(--vert-dim); } .sc-badge.orange { background: var(--orange-dim); } .sc-content { flex: 1; } .sc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; color: #ddd; margin-bottom: 5px; } .sc-detail { font-size: .88rem; color: #888; line-height: 1.6; } .sc-proto { margin-top: 8px; font-size: .82rem; font-weight: 700; color: var(--violet); } /* ─── AVANT / PENDANT / APRÈS ─── */ .moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:560px){ .moment-grid { grid-template-columns: 1fr; } } .mg-col { padding: 22px 16px; background: var(--card-2); border-right: 1px solid var(--border); } .mg-col:last-child { border-right: none; } .mg-titre { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; margin-bottom: 14px; } .mg-col:nth-child(1) .mg-titre { color: var(--orange); } .mg-col:nth-child(2) .mg-titre { color: var(--violet); } .mg-col:nth-child(3) .mg-titre { color: var(--vert); } .mg-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .mg-list { list-style: none; display: flex; flex-direction: column; gap: 6px; } .mg-list li { font-size: .82rem; color: #888; padding-left: 14px; position: relative; line-height: 1.5; } .mg-col:nth-child(1) .mg-list li::before { content: '→'; position: absolute; left: 0; color: var(--orange); } .mg-col:nth-child(2) .mg-list li::before { content: '→'; position: absolute; left: 0; color: var(--violet); } .mg-col:nth-child(3) .mg-list li::before { content: '→'; position: absolute; left: 0; color: var(--vert); } /* ─── TABLEAU CE QU'ON DIT / NE DIT PAS ─── */ .table-wrap { overflow-x: auto; border-radius: 8px; border: 1px solid var(--border); margin: 28px 0; } table { width: 100%; border-collapse: collapse; font-size: .9rem; } thead tr { background: #0d0a14; } thead th { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 1.5px; padding: 12px 16px; text-align: left; } thead th:nth-child(1) { color: var(--rouge); } thead th:nth-child(2) { color: var(--vert); } tbody tr { border-bottom: 1px solid var(--border); background: var(--card-2); } tbody tr:last-child { border-bottom: none; } tbody tr:hover { background: #1c1c1c; } tbody td { padding: 11px 16px; color: #888; vertical-align: top; line-height: 1.55; font-size: .87rem; } tbody td:first-child { color: #cc7070; font-style: italic; border-right: 1px solid var(--border); } tbody td:last-child { color: #70cc90; } /* ─── PAQUITA TIP ─── */ .paquita-tip { background: var(--jaune-dim); border: 1px solid rgba(245,200,0,.2); border-left: 5px solid var(--jaune); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 28px 0; display: flex; gap: 16px; align-items: flex-start; } .paquita-tip .pt-emo { font-size: 2rem; flex-shrink: 0; } .paquita-tip .pt-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 6px; } .paquita-tip p { font-size: .93rem; color: #ccc; margin-bottom: 0; } /* ─── DIALOGUE PAQUITA ─── */ .dialogue-paquita { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 22px 24px; margin: 28px 0; } .dp-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--violet); margin-bottom: 10px; } .dp-text { font-size: 1.02rem; font-style: italic; color: #ccc; line-height: 1.7; border-left: 4px solid var(--jaune); padding-left: 16px; } .dp-sign { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-top: 12px; } /* ─── ALERT / INFO ─── */ .alert-box { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.22); border-left: 5px solid var(--rouge); border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 28px 0; } .alert-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 8px; } .alert-box p { font-size: .93rem; color: #ccc; margin-bottom: 0; } .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--violet); border-radius: 0 8px 8px 0; padding: 16px 22px; margin: 28px 0; display: flex; gap: 14px; align-items: flex-start; } .info-strip .emo { font-size: 1.6rem; flex-shrink: 0; padding-top: 2px; } .info-strip p { font-size: .93rem; color: #aaa; margin-bottom: 0; } /* ─── CHECK-LIST ─── */ .check-list { list-style: none; margin: 16px 0; display: flex; flex-direction: column; gap: 8px; } .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: #bbb; padding: 10px 14px; background: var(--card-2); border: 1px solid var(--border); border-radius: 6px; line-height: 1.5; } .check-list li .ci { flex-shrink: 0; font-size: 1rem; margin-top: 1px; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(160,96,208,.07), rgba(245,200,0,.05)); border: 1px solid rgba(245,200,0,.22); border-radius: 14px; padding: 30px 26px; margin: 52px 0; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; } .cta-livre-ico { font-size: 3rem; flex-shrink: 0; } .cta-livre-content { flex: 1; min-width: 220px; } .cta-livre-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; color: var(--violet); margin-bottom: 5px; } .cta-livre-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; color: var(--blanc); margin-bottom: 8px; line-height: 1.1; } .cta-livre-content p { font-size: .9rem; color: #888; margin-bottom: 14px; } .cta-livre-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--jaune); color: var(--noir); font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; padding: 11px 22px; border-radius: 6px; text-decoration: none; transition: opacity .2s; } .cta-livre-btn:hover { opacity: .9; text-decoration: none; } /* ─── FAQ ─── */ .faq { margin: 28px 0; } .faq-item { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .faq-q { width: 100%; background: none; border: none; color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: .97rem; font-weight: 600; text-align: left; padding: 16px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; } .faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--jaune); color: var(--noir); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; transition: transform .25s; } .faq-item.open .faq-icon { transform: rotate(45deg); } .faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; } .faq-item.open .faq-a { max-height: 800px; } .faq-a-inner { padding: 0 20px 18px; font-size: .92rem; color: #999; } .faq-a-inner a { color: var(--jaune); } /* ─── RELATED ─── */ .related-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--jaune); letter-spacing: 1px; margin: 60px 0 22px; display: flex; align-items: center; gap: 12px; } .related-title::before { content: ''; display: inline-block; width: 6px; height: 28px; background: var(--violet); border-radius: 2px; } .related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 12px; margin-bottom: 52px; } .rel-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: block; transition: border-color .2s, background .2s; } .rel-card:hover { border-color: var(--jaune); background: #1a1a1a; text-decoration: none; } .rel-cat { font-size: .75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--jaune); margin-bottom: 6px; display: block; } .rel-card .rel-title { font-size: .95rem; color: #ddd; font-weight: 600; line-height: 1.4; } /* ─── FOOTER ─── */ .art-footer { border-top: 1px solid #222; padding-top: 28px; text-align: center; color: #555; font-size: .85rem; } .art-footer a { color: var(--jaune); }
🧠 Mental — Pressure

Handling pressure
on a winning bowl

Votre corps se crispe, votre tête part ailleurs. Tout le monde regarde. Voici ce qui se passe vraiment — et comment reprendre le contrôle. 11 – 10 DERNIÈRE BOULE · TOUT SE JOUE LÀ Mental pétanque Gestion de la pression Par Paquita Lecture : 9 min
11-10 to you. Last bowl. Your teammates go quiet. The opponents wait. And there, in the 10 seconds before the throw, something happens in your body that you can't control. Your hand grips too tight. Your breath locks. An intrusive thought settles in: "What if I miss?" Ce moment existe pour tout le monde — les débutants comme les champions. La différence n'est pas de ne pas le ressentir. C'est de savoir quoi faire avec. 87% des erreurs en situation critique viennent du mental, pas du geste 4s suffit une routine de 4 secondes change mesurément l'état interne 12s routine complète le protocole pré-tir optimal — ni trop court, ni trop long 1 seul tir c'est tout ce que votre cerveau doit traiter au moment du lancer
📋 Contents
  1. What happens in the body under pressure
  2. The 5 toxic thoughts that ruin the winning bowl
  3. The RSC protocol — the 5-step pre-shot routine
  4. 4 critical situations and how to handle them
  5. Before, during, after the decisive shot
  6. What to say / what never to say to your team
  7. Train for pressure — not just for technique
  8. FAQ — your frequent questions

What happens in the body under pressure

The winning bowl isn't only a technical moment — it's a physiological event. Understanding what happens in the body at that precise moment lets you stop fighting your own biology and instead steer it.

❤️ Heart racing

The heart races. It's not weakness — it's adrenaline, a survival response. The body is getting ready for action.

Impact: tenser muscles, less fluid motion 🫁 Breath held

Many players hold their breath without realising it just before throwing. It's the number-one cause of a tense hand.

Impact: tension in the shoulders, disrupted release 👁️ Tunnel vision

The field of vision narrows. The brain over-focuses on the target or, conversely, scatters onto the spectators and the score.

Impact: unstable aiming point, deflected trajectory ✋ Hand tensing up

The hand grips the bowl too tight. This tension prevents a fine finger release — and it's precisely that release that makes the quality of the shot.

Impact: shifted release point, lost effect 🧠 Intrusive thoughts

The prefrontal cortex floods the brain with disaster scenarios: the miss, the others' stares, the score, the lost game.

Impact: the motion becomes conscious and therefore degrades ⏱️ Time distortion

The seconds seem to stretch. That felt silence between the decision to throw and the throw itself can trigger catastrophic last-second micro-adjustments.

Impact: change of axis at the last moment 🔬

These reactions are normal and universal. Champions feel them too — they've simply learned to recognise them without amplifying them and to immediately trigger a routine that short-circuits the anxiety spiral. It's a skill that can be learned, not a gift.

The 5 toxic thoughts that ruin the winning bowl

Each thought listed below has a measurable physiological effect on the motion. For every toxic thought, its immediate antidote.

💀 PENSÉE TOXIQUE N°1 "Et si je rate ?" → Active le circuit de l'évitement. Le cerveau visualise le raté — ce qui augmente sa probabilité. La main se crispe. → ✓ ANTIDOTE "Un tir. Mon point de chute. Je tire." — Ramener le cerveau au concret et au présent immédiat. 💀 PENSÉE TOXIQUE N°2 "Tout le monde regarde." → Enclenche la conscience de soi excessive. Le geste automatique se conscientise — et se dégrade immédiatement. → ✓ ANTIDOTE "Le public est un décor. Je ne vois que mon point de chute." — Label + focalisation exclusive. 💀 PENSÉE TOXIQUE N°3 "J'aurais dû mieux jouer avant d'en arriver là." → Plonge dans le passé. Le passé est immobilisant. Cette pensée consomme des ressources cognitives dont le geste a besoin. → ✓ ANTIDOTE "Le passé n'existe plus. Maintenant." — Stopper net et revenir au présent avec le mot-clé personnel. 💀 PENSÉE TOXIQUE N°4 "C'est la boule la plus importante de ma vie." → Sursignification de l'enjeu. Plus l'enjeu perçu est fort, plus la réponse physiologique est forte. La boule devient une épreuve existentielle. → ✓ ANTIDOTE "C'est un tir comme les autres. Je l'ai fait mille fois." — Désensibilisation volontaire de l'enjeu. 💀 PENSÉE TOXIQUE N°5 "Surtout ne rate pas." → Le cerveau ne traite pas la négation. "Ne rate pas" = "rate". Cette formulation active mentalement l'image du raté. → ✓ ANTIDOTE "Je vise ce point précis. Je tire." — Formulation positive, concrète, focalisée sur l'action souhaitée. 🎙️ Paquita sur les pensées parasites "Le pire ennemi sur une boule de gagne n'est pas l'adversaire. C'est la voix dans votre tête qui fait des commentaires en direct sur votre propre jeu. Cette voix ne disparaît pas avec l'expérience — elle change de registre. Avec les débutants elle dit 'tu vas rater'. Avec les confirmés elle dit 'tu aurais dû jouer différemment'. Avec les champions elle chuchote 'peut-être pas exactement la bonne trajectoire'. La solution n'est pas de la faire taire — c'est de lui couper le micro avec une routine. Une routine occupe suffisamment le cerveau pour que la voix n'ait plus de place." — Paquita

The RSC protocol — the 5-step pre-shot routine (12 seconds)

The RSC (Standard Concentration Routine) is the structured response to pressure. It doesn't eliminate adrenaline — it channels it. Executed systematically, it becomes a conditioned switch: as soon as you start the routine, your brain goes into "shoot" mode, not "panic" mode.

RSC PROTOCOL Standard Concentration Routine ⏱️ 12 seconds 1 Stable feet — physical grounding Feel the ground under your feet. Press consciously into both feet for 2 seconds. This physical grounding breaks the mental spiral and brings attention back into the body, not into your thoughts. Don't look at the target yet. 2 seconds 2 3/6 breathing — physiological regulation Breathe in through your nose, counting 3 beats. Breathe out slowly through your mouth, counting 6 beats. Once is enough. This long exhalation activates the parasympathetic nervous system — the one that calms. It's not a relaxation technique for meditation, it's pure biology. Deliberately relax your hand on the bowl during the exhalation. 6 seconds Internal script: "I relax my hand. I breathe." 3 Single point — visual focus Fix one single precise point — not the whole jack, not the general area, not the opponent's bowls. One point. A mark on the ground, a pebble, a precise spot you've decided is your landing point. Your gaze doesn't move anymore. Don't look at anything else. 2 seconds Internal script: "I see this point. This point only." 4 Mental script — locking in the intention Say your trigger phrase inwardly. It must be short, positive, in the present imperative. Not a description of the desired result — an action instruction. This script is personal: you choose it and train with it until it automatically triggers the desired state. 1 second Examples: "Routine. Point. Shoot." — "There. Now." — "My motion. My point." 5 Commitment — throw without pulling back Once the script is said, throw within 2 seconds — no more. Any hesitation after commitment is an invitation to intrusive thoughts. The throw is the natural continuation of the script. No last-second adjustment. If you feel the need to stop, restart the routine from step 2 — never throw in doubt. 1 second Absolute rule: after the script, the throw follows. No delay, no hesitation. 🔁 The secret of the routine — unconditional repetition

The RSC only works if it's used on every shot — not only on important bowls. If you only apply it in pressure moments, your brain associates it with pressure and it itself becomes a stress signal. Apply it on routine shots, in training, in friendly games. After 200 repetitions, the routine becomes an automatic switch: you start step 1, and your mental state changes.

4 critical situations and how to handle them

🎯 11-10 — Last bowl, you're leading It's the hardest situation because you have something to lose. The perceived stakes are at their maximum. The classic trap: rushing to "get it over with" or, conversely, overthinking and over-analysing the situation. The brain catastrophises the probable loss rather than focusing on the available action. → Full RSC mandatory. Script: "One shot. My point. I shoot now." No glance at the score before throwing. ⚖️ 10-10 — The decisive end, scores level Here the problem isn't the fear of losing — it's the acute awareness of the balance. Every bowl carries the same potential weight. This thought can paralyse or generate over-caution that degrades your natural play. Some players curiously play better at 10-10 than at 11-10 because the pressure is "symmetric". → Treat this shot exactly like any other. Script: "It's an ordinary shot. I play my game." 😤 After a miss — the next bowl The bowl that follows an important miss is statistically harder than the bowl before. The anger, shame or frustration of the miss creep into the next motion. Many players throw the next bowl still under the emotional grip of the previous miss — without realising it. → Mandatory RAE protocol before any next bowl: STOP → breathe → neutral → back to RSC. Minimum 15 seconds between the miss and the next throw. 👥 Team pressure — "Just point one there" Well-meaning teammates can be the worst disruptors. A last-second piece of advice, an expectant look, a "come on" breathed during the swing — all of this enters the routine and short-circuits it. Social pressure is sometimes more destructive than score pressure. → Establish a clear team rule: complete silence as soon as a player enters their routine. Communicate tactically before la prise de position, jamais pendant.

Before, during, after the decisive shot

⏳ BEFORE — Prepare
  • Tactical decision made with the team
  • Choose your precise landing point
  • Take a step back before entering the circle
  • 3/6 breathing even before approaching
  • Recall a recent proof of success
  • Mentally block out the environment
🎯 DURING — Execute
  • Full RSC in 5 steps
  • Feet — Breathe — Point — Script — Shoot
  • Eyes on the landing point until the end of the follow-through
  • Full hand follow-through — don't lock it
  • No adjustment after the script
  • Decision locked in — total commitment
🔄 AFTER — Absorb it
  • Success: celebrate with restraint, stay in the game
  • Miss: immediate STOP of any negative thought
  • RAE protocol if the next bowl is close
  • Note 1 positive fact observed in the session
  • Never a hot technical analysis after a miss
  • Recovery = an integral part of performance

What to say / what never to say to your team

The words you say to your teammate before their winning bowl have a direct impact on their mental state. Here are the 7 most common situations.

❌ What we often say (and it destroys) ✓ What to say instead
"Whatever you do, don't miss, we need this point." "Your motion. Your point. We trust you." — then silence.
"Just do that, it's simple." Nothing. Silence is often the best support.
"Come on, come on!" during the swing. Wait until the bowl has left. Always.
"Ah, too bad..." immediately after a miss. "No worries, we reset." — then move on without dwelling.
"Are you playing there or still thinking?" Leave the player in their routine. Don't comment on their pace.
"We're useless today" at 10-11. "We still have a bowl. Let's focus on this one."
"It's like the last time you missed." Never refer to past misses. Never.
⚠ The worst phrase in pétanque

"Whatever you do, don't miss." — This phrasing is doubly toxic. It mentally activates the image of the miss (the brain doesn't process "don't"). And it turns the action into a negative obligation rather than an opportunity. If you have nothing useful to say before a teammate's winning bowl, silence is infinitely better.

Train for pressure — not just for technique

The technique acquired in calm training disappears in tournaments if the mental component hasn't been trained under similar conditions. Here's how to build pressure into your training.

  • 🎯The restart rule: during training, set yourself a goal — e.g. 3 consecutive bowls in the zone. If you miss, start over from zero. This constraint creates simulated pressure that activates the same mechanisms as an 11-10 in a tournament.
  • 🧠Apply the RSC on every throw without exception: not only on "important" shots. Every bowl, even in solo training, deserves the full routine. After 500 repetitions, it becomes automatic under pressure.
  • 📊Give yourself a "pressure score": after each session, rate from 1 to 10 your perceived mental stability. Not your technical level — your calm. Tracking this indicator separately from the technical score often reveals that the two don't progress together.
  • 👥Simulate the gaze: ask someone to watch you silently while you throw a simulated decisive bowl. The mere presence of a gaze changes your mental state — and that's exactly what you need to learn to manage.
  • 🔄Train the RESET: deliberately miss a bowl (or imagine it), then time how long it takes you to regain a neutral state before the next bowl. The goal: under 15 seconds of emotional recovery.
📖 LE LIVRE DE PAQUITA Le mental du tireur — Partie 7 complète

Paquita's book devotes an entire part to the competitive mental game: pre-shot routine, managing 12-12, emotional stabilisation, RAE, 12SM, PDX protocols... with 6 printable worksheets included free.

📦 Order on Amazon

FAQ — Your frequent questions

Partly, but not in the way people think. Physiological anxiety (racing heart, breathing) doesn't disappear — it decreases slightly with experience but remains present even in very good players. What changes with experience is the relationship with that anxiety : the experienced player recognises it, accepts it as normal and triggers their routine without resisting it. The beginner suffers it and tries to fight it — which amplifies it. The good news: this relationship with anxiety can be learned much faster than the technical level of play. The first thing to do is never to flag the problem during the game — it would make things worse. Between games or in training, talk to them about the RSC without presenting it as a solution to "their problem" but as a technique you use too. Suggest training on it together. The second thing: absolutely respect their silence before the shot — don't stare at them pointedly, don't give any last-second advice. An expectant look from a teammate can be enough to trigger the block. It's the most common — and most frustrating — problem. It has an almost systematic cause: your technical motion is acquired, but not your motion under pressure. In training, you play in a calm physiological state. In tournaments, your body enters a different state and your motion, which has only been repeated in the calm state, degrades. The solution is to build pressure into training (see the dedicated section) and use the RSC in training as often as in tournaments, so the motion is conditioned to work in both states. Between 3 and 6 weeks of regular practice — provided you apply it to every shot without exception, not only to important shots. We're talking a minimum of 200 to 400 repetitions for the routine to start activating reflexively. Progress is non-linear: in the first two weeks, the routine feels artificial and even slows the game down. Between the third and fifth week, it starts to flow. Beyond that, it becomes the automatic signal for entering a state of concentration. The RAE (Recovery After Error) protocol in 4 steps: STOP — physically and mentally stop any thought about the miss; Breathe — a long exhalation (3/6) to regulate; Neutral — return to a flat emotional state, neither positive nor negative, just present; RSC — resume the standard routine for the next bowl. The absolute rule: never analyse a miss technically while still hot. L'analyse vient après la partie, sur le carnet de preuves, jamais pendant le concours. Pendant le concours, la seule question utile est "qu'est-ce que je fais maintenant ?" — jamais "pourquoi j'ai raté ?" 📎 Articles liés Equipment Top 3 best shooter boules 2026 Equipment Stainless steel vs carbon — what impact on your game? Rules The one-minute rule — managing time under pressure Competition Officials in pétanque — referees and roles Video Umpiring videos — game situations with commentary Tools Free PetanqueLand tools

© Pétanque by Paquita — petanqueland.fr · 📖 Paquita's book on Amazon

Share Follow

📬 Paquita's pétanque newsletter

New articles, videos, free tools and offers — straight to your inbox.

← Previous article3 fifteen-minute exercises for shooting at homeNext article →Shooting the iron or "in front": What's the best strategy to win?
← Back to news

About PétanqueLand

PétanqueLand.fr is the fun, practical site devoted to pétanque: videos, humour, photos & memes, free tools and news.

Find Pétanque by Paquita and join the community!

Categories

  • ⭐ Celebrities
  • 🎥 LIVE training
  • ❓ Questions & Tips
  • 🎭 Parodies
  • 🐕‍🦺 Animals
  • ⚖️ Refereeing
  • 🍻 Refreshment bar
  • 🎬 Series
  • 😂 Pétanque humour
  • 🤯 WTF moments
  • Most viewed
  • What's new

Information

  • Home
  • SHOP
    • Pétanque Book Shop
    • Pétanque Player Clothing
    • Pétanque Objects & Decor
    • Pétanque Gift Ideas
    • See all
  • ⭐ The Pétanque Software
  • Videos
  • 🏛️ OFFICIAL
    • Upcoming competitions
    • Results & calendar
    • Rules explained
  • FREE Zone
    • Free online software
    • Free tools
    • Lab
  • News by Paquita

Follow Paquita

Find Pétanque by Paquita on my social networks:

Facebook
TikTok
YouTube
Instagram
X

📸 Photos & memes
🎯 Pétanque videos
😂 Humour & WTF moments
🧰 Free tools

© 2026 PetanqueLand — The craziest boulodrome on the web. Pétanque videos, humour, refereeing & debates. Contact · Legal notice · Privacy Join me: Facebook · TikTok · YouTube · Instagram · X