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); --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 70% 55% at 50% 0%, rgba(224,48,48,.12), transparent 65%), radial-gradient(ellipse 35% 35% at 85% 80%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--rouge); 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, 7.5vw, 5rem); letter-spacing: 2px; line-height: 1.0; color: var(--blanc); max-width: 900px; margin: 0 auto 16px; } .hero h1 em { color: var(--jaune); font-style: normal; } /* Compteur erreurs */ .hero-counter { display: flex; justify-content: center; gap: 8px; margin: 20px 0 14px; flex-wrap: wrap; } .hc-item { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; border: 2px solid; } .hc-item:nth-child(1) { color: var(--rouge); border-color: rgba(224,48,48,.4); background: rgba(224,48,48,.08); } .hc-item:nth-child(2) { color: var(--orange); border-color: rgba(240,112,32,.4); background: rgba(240,112,32,.08); } .hc-item:nth-child(3) { color: var(--jaune); border-color: rgba(245,200,0,.4); background: var(--jaune-dim); } .hc-item:nth-child(4) { color: var(--bleu); border-color: rgba(74,168,224,.4); background: var(--bleu-dim); } .hc-item:nth-child(5) { color: var(--vert); border-color: rgba(66,194,100,.4); background: var(--vert-dim); } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 640px; margin: 0 auto 14px; } .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(--rouge); border-radius: 0 8px 8px 0; padding: 22px 26px; margin-bottom: 48px; font-size: 1.05rem; color: #bbb; } /* ─── TOC ─── */ .toc { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--rouge); 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(--rouge); 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(--rouge); border-radius: 2px; flex-shrink: 0; } /* ─── ERREUR CARD ─── */ .erreur-card { border-radius: 16px; overflow: hidden; margin: 28px 0; border: 1px solid var(--border); position: relative; } .erreur-card::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; } .err-1::before { background: var(--rouge); } .err-2::before { background: var(--orange); } .err-3::before { background: var(--jaune); } .err-4::before { background: var(--bleu); } .err-5::before { background: var(--vert); } .ec-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 22px 22px 18px 32px; display: flex; gap: 16px; align-items: flex-start; } .ec-num-wrap { flex-shrink: 0; text-align: center; } .ec-label { font-family: 'Bebas Neue', sans-serif; font-size: .72rem; letter-spacing: 2px; margin-bottom: 2px; } .err-1 .ec-label { color: var(--rouge); } .err-2 .ec-label { color: var(--orange); } .err-3 .ec-label { color: var(--jaune); } .err-4 .ec-label { color: var(--bleu); } .err-5 .ec-label { color: var(--vert); } .ec-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; } .err-1 .ec-num { color: var(--rouge); } .err-2 .ec-num { color: var(--orange); } .err-3 .ec-num { color: var(--jaune); } .err-4 .ec-num { color: var(--bleu); } .err-5 .ec-num { color: var(--vert); } .ec-meta { flex: 1; } .ec-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 1.5px; color: var(--blanc); line-height: 1.1; margin-bottom: 8px; } .ec-sous { font-size: .9rem; color: #777; font-style: italic; } /* ─── CONTENU ERREUR ─── */ .ec-body { padding: 22px 22px 22px 32px; background: var(--card-2); } /* Symptômes */ .symptomes { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.16); border-radius: 8px; padding: 14px 16px; margin-bottom: 16px; } .sy-titre { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 8px; } .sy-liste { list-style: none; display: flex; flex-direction: column; gap: 5px; } .sy-liste li { font-size: .88rem; color: #ccc; padding-left: 16px; position: relative; line-height: 1.55; } .sy-liste li::before { content: '✗'; position: absolute; left: 0; color: var(--rouge); font-weight: 700; } /* Pourquoi ça arrive */ .pourquoi { margin-bottom: 16px; } .pourquoi p { font-size: .9rem; color: #888; line-height: 1.7; margin-bottom: 0; } /* La correction */ .correction { background: var(--vert-dim); border: 1px solid rgba(66,194,100,.16); border-radius: 8px; padding: 16px 16px; margin-bottom: 16px; } .co-titre { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 2px; color: var(--vert); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; } .co-steps { display: flex; flex-direction: column; gap: 7px; } .co-step { font-size: .88rem; color: #bbb; padding-left: 20px; position: relative; line-height: 1.6; } .co-step::before { content: '✓'; position: absolute; left: 0; color: var(--vert); font-weight: 700; } /* Temps pour corriger */ .temps-strip { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 10px 14px; } .ts-ico { font-size: 1.2rem; flex-shrink: 0; } .ts-label { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 1.5px; color: #444; margin-bottom: 2px; } .ts-duree { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; color: var(--jaune); } /* ─── AVANT/APRÈS ─── */ .avant-apres { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; } @media(max-width:500px){ .avant-apres { grid-template-columns: 1fr; } } .aa-col { border-radius: 8px; padding: 14px 16px; } .aa-col.avant { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.16); } .aa-col.apres { background: var(--vert-dim); border: 1px solid rgba(66,194,100,.16); } .aa-titre { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 2px; margin-bottom: 7px; } .aa-col.avant .aa-titre { color: var(--rouge); } .aa-col.apres .aa-titre { color: var(--vert); } .aa-texte { font-size: .87rem; color: #aaa; line-height: 1.6; font-style: italic; } /* ─── NIVEAU DE GRAVITÉ ─── */ .gravite-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; } .gb-label { font-family: 'Bebas Neue', sans-serif; font-size: .72rem; letter-spacing: 2px; color: #444; flex-shrink: 0; width: 80px; } .gb-track { flex: 1; height: 6px; background: #1a1a1a; border-radius: 6px; overflow: hidden; } .gb-fill { height: 100%; border-radius: 6px; } .gb-score { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; flex-shrink: 0; width: 30px; text-align: right; } /* ─── 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(--rouge); 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; } /* ─── INFO / ALERT ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--bleu); 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; } /* ─── RECAP TABLEAU ─── */ .table-wrap { overflow-x: auto; border-radius: 8px; border: 1px solid var(--border); margin: 28px 0; } table { width: 100%; border-collapse: collapse; font-size: .88rem; } thead tr { background: #110000; } thead th { font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: 1.5px; padding: 11px 12px; text-align: left; color: var(--rouge); border-bottom: 1px solid var(--border); white-space: nowrap; } thead th:first-child { color: #555; } 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: 10px 12px; color: #888; vertical-align: middle; font-size: .85rem; } tbody td:first-child { color: #ccc; font-weight: 600; } .badge { display:inline-block; padding:2px 8px; border-radius:3px; font-size:.75rem; font-weight:700; } .badge-r { background: var(--rouge-dim); color: var(--rouge); } .badge-o { background: var(--orange-dim); color: var(--orange); } .badge-v { background: var(--vert-dim); color: var(--vert); } /* ─── PROGRESSION RAPIDE ─── */ .progression-card { background: linear-gradient(135deg, rgba(66,194,100,.06), rgba(245,200,0,.05)); border: 1px solid rgba(66,194,100,.2); border-radius: 14px; padding: 28px 24px; margin: 28px 0; } .prog-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 2px; color: var(--vert); margin-bottom: 16px; } .prog-items { display: flex; flex-direction: column; gap: 8px; } .prog-item { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: #bbb; padding: 10px 14px; background: rgba(0,0,0,.3); border: 1px solid rgba(66,194,100,.1); border-radius: 6px; line-height: 1.5; } .prog-item .pi-week { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 1px; color: var(--vert); flex-shrink: 0; width: 52px; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(224,48,48,.06), 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(--rouge); 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; } .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; } .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; line-height: 1.7; } .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(--rouge); 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); }
🚫 Beginners — Mistakes to correct

The 5 biggest
mistakes
of beginners

1 2 3 4 5 Everyone makes them at first. Many still make them after years without knowing it. Paquita names them, explains them, and above all — corrects them. Pétanque technique Beginner guide By Paquita Reading time: 8 min
Il y a une bonne nouvelle et une mauvaise nouvelle. La mauvaise : ces 5 erreurs sont si communes qu'elles définissent le niveau "débutant" dans tous les clubs. La bonne : elles sont toutes corrigeables rapidement — à condition de les identifier et de travailler dessus consciemment. Le problème, c'est que la plupart des joueurs ne savent pas qu'ils les font. Ils croient jouer "normalement". Ils progressent deux fois moins vite qu'ils le pourraient. Cet article est le diagnostic que personne ne leur a fait.
📋 Contents
  1. Mistake 1 — Playing with the wrong boules for too long
  2. Mistake 2 — Watching the boule instead of the landing point
  3. Mistake 3 — Wanting to look good rather than being effective
  4. Mistake 4 — Playing a role you're not made for
  5. Mistake 5 — Training without a method and hoping to progress
  6. Summary and correction plan
  7. FAQ

Mistake 1 — Playing with the wrong boules for too long

MISTAKE 01 The wrong boules for too long "I train with the garden boules, when I'm better I'll buy real ones." SEVERITY 9/10 🔴 TYPICAL SYMPTOMS
  • Unpredictable trajectories despite an identical motion from one throw to the next
  • Inexplicable differences between two boules from the same box
  • Boules that rust after a few weeks of normal storage
  • Refusal by the referee at the first official competition
  • Development of motion compensations to "correct" the equipment's defects

The beginner's logic seems unbeatable: "Might as well not invest if I don't know yet whether I'll get into it." The problem: non-approved leisure boules — supermarket, garden, toy — have inconsistent weights from one boule to another, approximate diameters and steel that doesn't last 6 months. The beginner learns to compensate for these inconsistencies with his motion. He develops bad habits to correct an equipment defect, not to improve his technique. When he finally switches to proper boules, he has to unlearn everything.

❌ AVEC MAUVAISES BOULES "Je compense le fait que ma boule n°2 est 18g plus légère que la n°1 sans le savoir. Je développe un geste asymétrique. Je crois progresser. Je régresse." ✓ AVEC BOULES HOMOLOGUÉES "Chaque lancer avec le même geste donne le même résultat. J'apprends ce qui fonctionne et ce qui ne fonctionne pas. La progression est réelle et mesurable." ✓ LA CORRECTION Acheter dès le départ une triplette homologuée FIPJP — une Geologic ou MS Competition autour de 35–45 € suffit largement pour commencer sérieusement Choisir le bon poids : en général entre 680 et 720g pour la plupart des morphologies, à tester en tenant la boule en prise complète — elle doit tenir sans effort ni crispation Vérifier que les 3 boules portent le même poids gravé — c'est la première condition d'une triplette utilisable en concours Ne jamais s'entraîner avec des boules différentes de celles utilisées en concours — la mémoire musculaire se calibre sur le poids exact ⏱️ TEMPS POUR CORRIGER Immédiat — un achat suffit. L'adaptation au nouveau poids prend 2 à 3 sessions.

Mistake 2 — Watching the boule instead of the landing point

MISTAKE 02 Eyes in the wrong place "I aim at the jack — that's normal, isn't it?" SEVERITY 8.8/10 🔴 TYPICAL SYMPTOMS
  • Short or long points with no motion explanation — the motion "looks good" but the results are inconsistent
  • Deviation at long distances while short distances are mastered
  • Change of axis at the last moment — the boule "never goes where you aim"
  • Eyes that "follow the boule" during the swing instead of staying fixed on the landing point

The natural reflex is to look at what you want to reach — the jack. But the boule doesn't land directly on the jack: it lands before short of it, at a landing point that the brain must calculate. If the eyes look at the jack, the brain guides the hand toward the jack — not toward the intermediate landing point. Result: the boule systematically overshoots, or the angle is wrong. In shooting, the same problem: aiming at the opposing boule often makes you miss because the eye doesn't fix on the right impact point.

❌ REGARD SUR LE COCHONNET "Je vise le cochonnet. Ma boule passe souvent derrière, parfois devant. Je ne comprends pas — mon geste est pourtant identique." ✓ REGARD SUR LE POINT DE CHUTE "Je vise un point précis au sol, 50 cm avant le cochonnet. Mon œil ne bouge plus. Ma boule arrive régulièrement au même endroit. Je contrôle la distance." ✓ LA CORRECTION Avant chaque lancer, identifier un point de chute précis au sol — pas "près du cochonnet" mais un repère exact : une marque, un caillou, une couleur différente dans la terre Fixer ce point dès le début de la routine pré-tir et ne plus quitter ce point du regard jusqu'à la fin du suivi de main Exercice concret : poser un objet (bouchon, pièce) à l'endroit du point de chute visé et viser cet objet — pas le cochonnet. Progressivement, vous viserez le point de chute correct naturellement Ne jamais "suivre la boule des yeux" pendant le vol — c'est le geste qui dit que le regard part avant la fin du lâcher ⏱️ TEMPS POUR CORRIGER 1 à 2 semaines de pratique consciente. L'amélioration est immédiatement visible sur la régularité des distances. 🎙️ Paquita sur les yeux "J'ai posé la question à des dizaines de joueurs : 'Qu'est-ce que vous regardez quand vous pointez ?' Réponse quasi-unanime : 'Le cochonnet.' Et je leur demande alors : 'Votre boule atterrit directement sur le cochonnet ?' Non, bien sûr — elle roule jusqu'à lui. Donc vous guidez votre main vers une cible que votre boule n'est pas censée toucher directement. Ce n'est pas une erreur de geste. C'est une erreur de vision. Et c'est la plus facile à corriger du lot." — Paquita

Mistake 3 — Wanting to look good rather than being effective

MISTAKE 03 Aesthetics before efficiency "I want to shoot au fer because it's more impressive." SEVERITY 8/10 🔴 TYPICAL SYMPTOMS
  • Attempting the au fer shot systematically — even when shooting in front would have 3 times more chance of succeeding
  • Choosing the "spectacular" shot rather than the "tactically correct" shot in the given situation
  • Persisting with a difficult technique before having consolidated the basics
  • Losing ends over inappropriate technical choices that the team doesn't challenge so as "not to offend"

The au fer shot is spectacular. The rétro is impressive. Long-range accuracy is socially valued on the boulodrome. The problem: a beginner who attempts the iron shot at 9 metres on sandy ground with a motion not yet ingrained loses his boule. A beginner who plays cleanly in front at 7 metres on hard ground scores. Pétanque is won in points, not in applause. The obsession with form at the expense of substance is probably the n°1 reason why beginners stagnate for years.

❌ AESTHETIC PRIORITY "I miss 7 iron shots out of 10 but the 3 that go in are magnificent. The opposing team is impressed. We lose the game." ✓ EFFICIENCY PRIORITY "I play cleanly in front 8 times out of 10 on decent ground. It's not spectacular. We win the game. I work on the iron shot in training." ✓ THE CORRECTION Define your dominant shot honestly: which one succeeds best in a real game situation (not in ideal training)? That's the shot you play in competition Work on difficult techniques (iron shot, rétro) exclusively in training jusqu'à un taux de réussite suffisant — minimum 60% en conditions normales — avant de les introduire en concours Apprendre à lire la situation : terrain, distance, score, boules restantes. Le "bon tir" n'est pas le plus beau — c'est celui qui a le meilleur rapport risque/bénéfice dans la situation donnée Mesurer son taux de réussite par technique sur 3 sessions d'entraînement — les chiffres sont souvent une révélation douloureuse mais libératrice ⏱️ TEMPS POUR CORRIGER C'est une erreur de mentalité, pas de technique. Le changement est possible en 2–3 concours une fois la décision prise.

Mistake 4 — Playing a role you're not made for

MISTAKE 04 The wrong role in the team "I shoot because it's the most visible role. But I'm naturally a pointer." SEVERITY 7.5/10 🔴 TYPICAL SYMPTOMS
  • Recurring frustration in one's role — "I shoot but I never hit", "I point but it never goes in"
  • The team systematically loses in situations that depend on your specific role
  • Natural strengths are never used because the role doesn't require them
  • Doubts about one's own ability to progress when the problem is just a wrong position

Shooter, middle, pointer — these roles are not interchangeable. They require different qualities and a different motion. The pointer needs distance precision and finesse. The shooter needs controlled power and angle reading. The middle needs both in smaller amounts. Many beginners choose their role by desire (shooting is more socially valued) or by default (the others have already chosen). Few are those who have chosen it by objective analysis of their strengths.

❌ WRONG ROLE CHOSEN "I've been shooting for 2 years. My success rate is 30%. I don't know why. One Sunday I point and I play my best game. I go back to shooting the following week." ✓ ROLE SUITED TO ONE'S STRENGTHS "I tested both. I measured. I'm a better pointer — more precision, less energy spent. I become the best pointer in my club in 6 months." ✓ THE CORRECTION Objectively test the two main roles over at least 5 games each — not in a single game but over a real testing period Measure: for the pointer, count the percentage of boules placed within a 30 cm radius of the jack. For the shooter, count the rate of boules hit. The figures don't lie Listen to your teammates — they often see from the outside what you don't feel from the inside. "You're a much better pointer than shooter" said with goodwill is worth months of trial and error Accept that the most useful role isn't necessarily the most glamorous — an exceptional pointer is as valuable as a formidable shooter ⏱️ TIME TO CORRECT 3 to 5 test games are enough to get a first reliable indication. Progress in the right role is often immediate and spectacular. 💡

How to recognize your natural role quickly: if you are intrinsically patient and precision satisfies you more than power — you're probably a pointer. If you feel more satisfaction from destruction than from placement — shooter. If you're comfortable in both situations without excelling in either — middle. These natural tendencies reveal themselves by playing, not by theorizing.

Mistake 5 — Training without a method and hoping to progress

MISTAKE 05 Training without structure "I play 3 times a week. I should progress. But for 2 years, I've been at the same level." SEVERITY 9.5/10 🔴 TYPICAL SYMPTOMS
  • Playing a lot without ever working on a specific fault — you "play" but you don't train
  • Unexplained progression plateau after a promising start
  • No measurement of results — impossible to tell if you've improved over a given period
  • Repeating the same mistakes without a conscious correction mechanism
  • Changing technique after each miss without understanding why the shot missed

There is a fundamental difference between playing and and training. Playing consists of stringing together games hoping that repetitions will naturally do the work. Training consists of identifying a precise weakness, working on it with targeted drills, measuring progress and moving on to the next weakness. The vast majority of club players "play" — even when they think they're training. Repetition without correction intent produces no progress: it anchors faults as much as qualities.

❌ TRAINING WITHOUT METHOD "I throw 50 boules tonight. Some are good, others bad. I don't know why. I go home. Tomorrow the same." ✓ STRUCTURED TRAINING "Tonight I work only on the index finger release for the rétro. 30 throws. I note the result. I compare with last week. I know if I'm progressing." ✓ THE CORRECTION Identify a single priority weakness to work on per session — not five. Simultaneous correction of several faults is inefficient: the motor brain can only process one change at a time Measure before and after: count the success rate on the worked weakness before the session, work on it for 15–20 minutes, measure again. The progress — even minimal — is immediately visible and motivating Use targeted drills rather than free games: 15 minutes of structured drill is worth more than 2 hours of free play to anchor a specific technical correction Keep a session log — date, fault worked on, before/after score, observation. This log reveals progression patterns and resistances ⏱️ TIME TO CORRECT The method settles in 2–3 weeks. The effects on progress are visible in 1 month. Stagnation disappears in 2 months. 📊 The 15-minute structured rule

15 minutes of structured training — with a precise goal, a before-and-after measurement, and an analysis of misses — are worth more than 2 hours of free games to progress technically. It's not an opinion: it's what motor memory science has been saying for decades. Progress comes from deliberate practice — not mechanical repetition. See our articles on pointing and shooting drills at home for concrete examples of structured sessions.

Summary — the 5 mistakes and their quick correction

Error Severity Main cause Key correction Timeframe
1 — Wrong boules 9/10 Short-term economy Approved boule €35+ Immediate
2 — Eyes on the jack 8.8/10 Natural reflex Aim at the landing point on the ground 1–2 weeks
3 — Aesthetics before efficiency 8/10 Ego / social validation Play your dominant shot Immediate decision
4 — Wrong role 7.5/10 Non-objective choice Test and measure both roles 3–5 games
5 — Training without method 9.5/10 Confusion between playing and training Structured sessions with a goal 1 month
📅 Plan de correction sur 8 semaines Sem. 1Achetez les bonnes boules si ce n'est pas fait. Jouez 3 sessions avec et notez les différences de régularité. Sem. 2Travaillez uniquement le regard : posez un objet-cible à votre point de chute visé et entraînez-vous à le fixer sans dévier jusqu'à la fin du suivi de main. Sem. 3Mesurez objectivement votre taux de réussite par technique (tir devant vs fer, ou distance courte vs longue au point). Notez les résultats. Sem. 4Si vous n'avez pas testé les deux rôles sérieusement : faites-le. Jouez 2 parties entières dans chaque rôle et comparez votre contribution réelle à l'équipe. Sem. 5-6Introduisez une session structurée de 15 min par entraînement : un défaut ciblé, un exercice précis, une mesure avant/après. Consignez dans un carnet. Sem. 7-8Évaluez : votre régularité a-t-elle changé ? Votre taux de réussite sur la compétence travaillée ? Si oui — continuez. Identifiez la prochaine faiblesse prioritaire. 📖 LE LIVRE DE PAQUITA La méthode complète pour ne plus stagner

These 5 mistakes corrected, real progress begins. Paquita's book gives the complete method: 100 numbered drills, beginner → elite programmes, biomechanics and mental game. Everything you need to never stagnate again.

📦 Order on Amazon

FAQ — Your frequent questions

Absolutely. Mistake 5 (training without method) affects players with 10, 15, 20 years of experience who play regularly but haven't progressed for years. Mistake 3 (aesthetics before efficiency) is often more pronounced in experienced players than in true beginners — because the ego is more developed. Mistake 4 (wrong role) persists in club players who have never objectively measured their performance by role. These mistakes are not reserved for beginners — they define a state of mind, not a level. In logical order: mistake 1 (boules) first because it conditions everything else — learning with bad boules means learning bad habits. Then mistake 2 (gaze) because it directly affects every throw. Then mistake 5 (training method) because it determines the speed of correction of the other mistakes. Mistakes 3 and 4 are important but less urgent — they correct naturally once the fundamentals are in place and objective measurements show what really works. The simplest method: define a precise drill (e.g.: "boule placed within a 30 cm radius of the jack at 7 metres"), throw 20 boules, count the successes. Note the score. Repeat the drill after 2 weeks of targeted work — the figure will have changed, or not. If not: the correction method isn't the right one, change your approach. If yes: continue. This simple binary measure is worth more than any subjective feeling. For shooting: hit rate over 20 shots at a fixed distance. The figures don't lie. Oui — et c'est souvent le moyen le plus rapide. Un équipier bienveillant et attentif voit des choses que vous ne ressentez pas (la position des yeux, l'axe du pendule, la crispation de la main). Demandez-lui d'observer un seul aspect à la fois — pas "qu'est-ce qui ne va pas globalement" mais "est-ce que mes yeux bougent pendant l'élan ?" ou "est-ce que je semble crispé au lâcher ?". La question ciblée donne une observation utile ; la question ouverte donne souvent un retour vague. La vidéo est encore plus efficace — filmez-vous de côté sur 10 lancers et regardez. Vous verrez probablement vos erreurs vous-même. 📎 Articles liés Equipment How to choose your pétanque boules — 2026 guide Equipment Stainless steel vs carbon — what impact on your game? Rules Complete FFPJP rulebook 2026 Video Why changing bowls does not change your level Equipment Top 3 best shooter boules 2026 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 articleThe battle of nerves: destabilising the opponentNext article →Portrait of a pétanque champion: the incredible anecdote of the one they call "The Chosen One"
← 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