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,.08); --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); --teal: #18c0a8; --teal-dim: rgba(24,192,168,.1); --teal-med: rgba(24,192,168,.2); } *, *::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.85; -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(24,192,168,.13), transparent 65%), radial-gradient(ellipse 30% 30% at 85% 85%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } /* Pendule animé subtil en fond */ .hero::after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(180deg, transparent, rgba(24,192,168,.08), transparent); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--teal); color: var(--noir); 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.2rem, 7vw, 4.6rem); letter-spacing: 1.5px; line-height: 1.0; color: var(--blanc); max-width: 900px; 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: 640px; margin: 0 auto 14px; } /* Pendule CSS animé */ .pendule-hero { display: flex; justify-content: center; align-items: flex-start; gap: 48px; margin: 24px 0 14px; flex-wrap: wrap; } .pendule-item { display: flex; flex-direction: column; align-items: center; gap: 4px; } .pendule-label { font-family: 'Bebas Neue', sans-serif; font-size: .72rem; letter-spacing: 2px; color: #333; } .pendule-label.active { color: var(--teal); } .pendule-arc { width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--border); position: relative; overflow: hidden; } .pendule-bras { position: absolute; bottom: 50%; left: 50%; width: 2px; height: 50%; background: var(--teal); transform-origin: bottom center; transform: translateX(-50%); } .pendule-bras.phase-1 { transform: translateX(-50%) rotate(-40deg); } .pendule-bras.phase-2 { transform: translateX(-50%) rotate(0deg); } .pendule-bras.phase-3 { transform: translateX(-50%) rotate(40deg); } .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(--teal); 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(--teal); 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(--teal); 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(--teal); 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(--teal); border-radius: 2px; flex-shrink: 0; } /* ─── PHYSIQUE DU PENDULE ─── */ .physique-wrap { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 26px 22px; margin: 28px 0; } .pw-titre { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--teal); margin-bottom: 18px; text-align: center; } /* Schéma 5 phases */ .phases-wrap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 16px; } @media(max-width:560px){ .phases-wrap { grid-template-columns: 1fr 1fr; } } .phase-col { padding: 14px 10px; text-align: center; background: var(--card); border-right: 1px solid var(--border); } .phase-col:last-child { border-right: none; } .phase-col.actif { background: var(--teal-dim); } .phase-num { font-family: 'Bebas Neue', sans-serif; font-size: .72rem; letter-spacing: 2px; color: #333; margin-bottom: 6px; } .phase-col.actif .phase-num { color: var(--teal); } .phase-ico { font-size: 1.6rem; margin-bottom: 6px; display: block; } .phase-nom { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 1px; color: #888; margin-bottom: 5px; } .phase-col.actif .phase-nom { color: var(--blanc); } .phase-detail { font-size: .7rem; color: #555; line-height: 1.5; } .phase-col.actif .phase-detail { color: #999; } .phases-legende { font-size: .78rem; color: #555; text-align: center; font-style: italic; } /* ─── SYNCHRONISATION CORPS ─── */ .synchro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; } @media(max-width:540px){ .synchro-grid { grid-template-columns: 1fr; } } .synchro-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; border-top: 3px solid var(--teal); } .sy-zone { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: var(--teal); margin-bottom: 8px; } .sy-ico { font-size: 1.8rem; margin-bottom: 6px; display: block; } .sy-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1px; color: var(--blanc); margin-bottom: 5px; } .synchro-card p { font-size: .85rem; color: #888; margin-bottom: 8px; line-height: 1.6; } .sy-moment { font-size: .78rem; color: var(--teal); font-style: italic; padding-left: 10px; border-left: 2px solid var(--teal); } /* ─── ERREURS SYNCHRO ─── */ .erreurs-list { display: flex; flex-direction: column; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } .el-item { display: flex; gap: 0; border-bottom: 1px solid var(--border); } .el-item:last-child { border-bottom: none; } .el-num { width: 50px; flex-shrink: 0; background: var(--rouge-dim); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--rouge); } .el-content { flex: 1; padding: 14px 18px; background: var(--card-2); } .el-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 4px; } .el-symptome { font-size: .85rem; color: #777; margin-bottom: 6px; line-height: 1.55; } .el-correction { font-size: .83rem; color: var(--vert); padding-left: 12px; border-left: 2px solid var(--vert); line-height: 1.55; } /* ─── EXERCICES ─── */ .exo-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin: 18px 0; } .exo-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 16px 20px; display: flex; gap: 14px; align-items: flex-start; } .exo-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--teal); line-height: 1; flex-shrink: 0; width: 48px; text-align: center; } .exo-meta { flex: 1; } .exo-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1.15rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 6px; } .exo-tags { display: flex; flex-wrap: wrap; gap: 6px; } .exo-tag { font-size: .76rem; font-weight: 700; padding: 2px 9px; border-radius: 4px; } .tag-lieu { background: var(--bleu-dim); color: var(--bleu); } .tag-temps { background: var(--jaune-dim); color: var(--jaune); } .tag-obj { background: var(--teal-dim); color: var(--teal); } .exo-body { padding: 18px 20px; } .etapes { counter-reset: et; display: flex; flex-direction: column; gap: 9px; margin: 12px 0; } .etape-item { background: var(--card); border: 1px solid var(--border); border-radius: 7px; padding: 11px 14px 11px 48px; position: relative; counter-increment: et; font-size: .88rem; color: #aaa; line-height: 1.6; } .etape-item::before { content: counter(et); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--teal); color: var(--noir); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: .9rem; } .etape-item strong { color: #ddd; } /* ─── BIOMÉCANIQUE AVANCÉE ─── */ .biom-wrap { 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){ .biom-wrap { grid-template-columns: 1fr; } } .biom-col { padding: 20px 16px; background: var(--card-2); border-right: 1px solid var(--border); } .biom-col:last-child { border-right: none; } .biom-zone { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: #444; margin-bottom: 8px; } .biom-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1px; color: var(--teal); margin-bottom: 6px; } .biom-ico { font-size: 1.6rem; margin-bottom: 6px; display: block; } .biom-col p { font-size: .84rem; color: #888; margin-bottom: 0; line-height: 1.6; } /* ─── CONTRE-BALANCEMENT ─── */ .contre-wrap { background: linear-gradient(135deg, #050f0d, #0d0d0d); border: 1px solid var(--teal-med); border-radius: 12px; padding: 26px 22px; margin: 28px 0; } .cw-label { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 3px; color: var(--teal); margin-bottom: 12px; } .cw-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 14px; } .cw-texte { font-size: .93rem; color: #aaa; line-height: 1.85; } .cw-texte strong { color: #ddd; } .cw-texte em { color: var(--teal); } /* ─── CHECK-LIST ─── */ .check-list { list-style: none; margin: 16px 0; display: flex; flex-direction: column; gap: 7px; } .check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .91rem; color: #bbb; padding: 9px 13px; 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: .95rem; margin-top: 1px; } /* ─── 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(--teal); 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 STRIP ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--teal); 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; } /* ─── NIVEAUX DE MAÎTRISE ─── */ .niveaux-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; } @media(max-width:500px){ .niveaux-wrap { grid-template-columns: 1fr; } } .niveau-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 14px; text-align: center; } .niveau-card.niv1 { border-top: 3px solid var(--vert); } .niveau-card.niv2 { border-top: 3px solid var(--jaune); } .niveau-card.niv3 { border-top: 3px solid var(--teal); } .nv-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .nv-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1.5px; margin-bottom: 6px; } .niveau-card.niv1 .nv-titre { color: var(--vert); } .niveau-card.niv2 .nv-titre { color: var(--jaune); } .niveau-card.niv3 .nv-titre { color: var(--teal); } .nv-critere { font-size: .8rem; color: #666; line-height: 1.7; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(24,192,168,.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(--teal); 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(--teal); 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); }
⚙️ Biomechanics — Technique

The perfect pendulum:
synchronizing arms and legs

ARRIÈRE NEUTRE AVANT — LÂCHER Le pendule n'est pas qu'un mouvement du bras. C'est une chaîne cinétique qui mobilise la main, le bras, l'épaule, le tronc et les jambes dans une séquence précise. Décortiquer et corriger. Biomécanique pétanque Technique fondamentale Par Paquita Lecture : 9 min
Demandez à un débutant comment il lance sa boule. Il vous dira "je fais le mouvement du bras". C'est là que tout commence à aller mal. Le balancier de pétanque n'est pas un mouvement du bras — c'est un mouvement du corps entier, dans lequel le bras est simplement le dernier maillon d'une chaîne qui commence dans les pieds et remonte jusqu'aux doigts. Comprendre cette chaîne, c'est comprendre pourquoi les bons joueurs semblent ne faire aucun effort pour des résultats précis — et pourquoi les débutants dépensent beaucoup d'énergie pour des résultats aléatoires. 5 segments impliqués dans un balancier complet : pied, genou, hanche, épaule, bras 1s durée d'un balancier complet de bonne qualité — ni trop lent ni précipité 0° rotation des hanches pendant le lancer — elles restent face à la cible 90% des défauts de lancer viennent d'une rupture dans la chaîne cinétique, pas du lâcher
📋 Contents
  1. The kinetic chain — from the sole to the fingers
  2. The 5 phases of the perfect pendulum
  3. The role of the legs — often ignored, always decisive
  4. The counter-balance of the free arm
  5. The 6 most frequent synchronization breaks
  6. 3 exercises to anchor synchronization
  7. The 3 levels of pendulum mastery
  8. FAQ

The kinetic chain — from the sole to the fingers

In sports biomechanics, we talk about kinetic chain to describe how body segments transfer energy to each other during a movement. In the pétanque throw, this chain runs from the feet to the fingers — and each link has its precise role.

ANCHOR POINT 🦶 The feet

The base of the entire chain. They're in the circle, fixed, and form the fulcrum against which all the energy of the motion is transmitted. An unstable or lifting foot creates an immediate break in the chain — energy is lost sideways.

SHOCK ABSORBER 🦵 The knees

Slightly bent at the start, the knees gradually straighten during the forward movement. This slight extension transfers part of the energy from the lower body upward — it's the legs' contribution to throwing power.

CONTROLLED PIVOT 🧍 Hip and torso

The hips stay facing the target throughout the movement — they don't pivot. The torso leans very slightly forward during the arm's descent to accompany without blocking. A torso that's too rigid blocks transmission; a torso that pivots deflects the axis.

MAIN MOTOR 💪 The shoulder

The shoulder is the pivot point of the pendulum. It must stay low and relaxed — a shoulder that rises during the movement reduces the range and creates an unpredictable high trajectory. The shoulder guides, it doesn't pull.

FINAL TRANSMISSION 🤚 Arm, wrist, fingers

The arm is a rigid pendulum (elbow nearly extended) that amplifies the motion driven by the shoulder. The wrist follows naturally. The fingers transfer the energy to the boule at the moment of release — that's where final precision is decided.

🔬

A well-executed pétanque pendulum mechanically resembles that of a pendulum clock: a mass (the boule) suspended from a rigid arm (the extended arm), pivoting around a fixed point (the shoulder). The regularity of this pendulum — same range, same speed, same axis with every repetition — is the condition for consistent results. Anything that disrupts the pendulum disrupts the result.

The 5 phases of the perfect pendulum

A complete, quality pendulum unfolds in 5 distinct but continuous phases — there's no pause between them, only a coherent mechanical flow.

⚙️ LES 5 PHASES DU BALANCIER — SÉQUENCE COMPLÈTE PHASE 1 ⬆️ Départ haut Bras tendu, boule à hauteur de hanche. Corps centré, genoux légèrement fléchis. Regard sur le point de chute visé. PHASE 2 ⬅️ Élan arrière Bras part vers l'arrière, naturellement, sans forcer. Les genoux restent légèrement fléchis. Le poids reste centré. Le poignet reste neutre. PHASE 3 ⭐ ↕️ Point bas Moment critique. Bras perpendiculaire au sol, boule au plus bas. Les genoux amorcent leur déploiement. L'épaule commence à impulser vers l'avant. PHASE 4 ➡️ Élan avant Le bras remonte vers l'avant. Les genoux se déploient progressivement. Le transfert de poids s'effectue légèrement vers l'avant. Le point de lâcher approche. PHASE 5 🎯 Lâcher + suivi Lâcher au point défini. Le bras continue son mouvement naturellement (suivi). Les pieds restent au sol jusqu'à l'atterrissage de la boule. ★ Phase 3 (point bas) = moment de synchronisation critique entre les jambes et le bras 🎙️ Paquita sur le point bas "Le point bas du balancier est l'endroit où tout bascule. C'est là que l'énergie des jambes rejoint l'élan du bras — si les deux sont synchronisés, la boule part avec une fluidité qu'on reconnaît immédiatement. Si les genoux se déploient trop tôt (avant que le bras atteigne le bas), l'énergie est dissipée avant d'être transmise. Trop tard — après que le bras a déjà remonté — et le bras porte seul le poids de la boule sans le soutien des jambes. Le point bas est la rencontre. Il faut que les deux parties du corps y arrivent ensemble." — Paquita

The role of the legs — often ignored, always decisive

It's the great forgotten of pétanque biomechanics. Most beginner players — and even some experienced players — treat their throw as a purely arm-and-shoulder motion, with the legs serving just as support. That's a fundamental mistake.

ROLE 1 ⚡ Upward energy transfer

The slight extension of the knees during the forward swing phase creates a vertical impulse that travels up the chain and adds to the arm's energy. It's a free energy contribution — with no additional effort from the arm. Good throwers use it naturally, often without being aware of it.

Moment: Phase 3 → Phase 4 (low point to forward swing) ROLE 2 🏗️ Vertical axis stabilization

Slightly bent knees lower the body's center of gravity — which naturally makes it more stable. A player standing with stiff legs sways sideways during the throw. A slightly bent player absorbs micro-movements without transmitting them to the arm.

Moment: The entire duration of the pendulum ROLE 3 ⚓ Final anchoring — fixed feet

Both feet stay on the ground until the boule has landed. A foot that lifts before this moment — even by a few millimeters — breaks the fulcrum of the entire chain and deflects the throwing axis. It's also a regulatory fault that can be penalized in tournaments.

Moment: Phase 5 (release + follow-through) ROLE 4 ⚖️ Weight balance during the throw

The body's weight shifts slightly forward during the forward swing — not a spectacular weight transfer, but a natural inclination of the center of gravity that accompanies the direction of the throw. Weight that stays too far back forces the arm to "throw" instead of letting the pendulum "fall" naturally.

Moment: Phase 2 → Phase 4 🦵 The mirror exercise for the legs

Do your usual pendulum in front of a side-on mirror — without a boule, in slow motion. Look exclusively at your knees. They should be slightly bent at the start, stay bent during the backswing, and extend gradually from the low point, to be nearly straight at the moment of release. If your knees stay completely rigid throughout, you're not contributing to the chain. If your knees move a lot or jerkily, you're introducing instability. The ideal bend is subtle — barely visible, but present.

The counter-balance of the free arm

🤜 THE ARM THAT DOESN'T THROW The free arm isn't passive — it balances During the pendulum, the arm holding the boule moves backward then forward. If the other arm stays completely still alongside the body, the active arm's movement creates a compensating rotation of the torso — the body tries to maintain its balance by rotating the shoulders. This pivot deflects the throwing axis.

The solution is a natural counter-balance of the free arm: when the active arm goes backward, the free arm goes slightly forward — and vice versa. This mirror movement, symmetrical and natural, cancels the compensating rotation of the torso and lets the shoulders stay perpendicular to the throwing direction throughout the movement.

Watch good players in tournaments: their free arm doesn't hang inert — it oscillates slightly in opposition to the active arm. This movement is often unconscious in experienced players. In beginners, it has to be learned deliberately before it becomes automatic.
  • ✓Free arm slightly forward at rest — the natural starting position is free arm slightly forward, not alongside the body
  • ✓Low-amplitude mirror movement — the oscillation of the free arm is small, not spectacular. A large gesture of the free arm itself creates destabilization
  • ✓Relaxed free hand — no closed fist, no tense fingers. Tension in the free hand travels up into the shoulder and tenses the entire active arm
  • ✓Shoulders parallel to the throwing axis — check from the side that both shoulders stay level and perpendicular to the jack's direction

The 6 most frequent synchronization breaks

1 Genoux qui ne bougent pas — bras qui porte seul Le joueur tient ses jambes raides pendant tout le lancer. Le bras doit produire toute l'énergie seul. Résultat : le lancer manque de fluidité, la boule part "poussée" plutôt que "lancée". Distances irrégulières, fatigue musculaire en fin de concours. ✓ Prendre conscience de la flexion des genoux au départ et travailler le déploiement synchronisé au point bas. L'exercice du ralenti est indispensable. 2 Genoux qui se déploient trop tôt — énergie dissipée avant le lancer Les genoux se tendent pendant l'élan arrière, avant que le bras n'atteigne le point bas. L'énergie des jambes est dissipée avant d'être utile. Le joueur remonte et descend de façon saccadée, ce qui perturbe l'axe du balancier. ✓ Conscientiser le point bas comme le signal du déploiement des genoux. Exercice utile : marquer le sol d'un point, le bras doit "pointer" ce point avant que les genoux ne commencent à se déployer. 3 Épaule qui monte pendant l'élan avant L'épaule active remonte pendant la montée du bras vers l'avant. La trajectoire de la boule devient haute et arquée. Le point de lâcher varie selon la hauteur de l'épaule. Résultat : boules longues sur certains tirs, courtes sur d'autres. ✓ Vérifier de profil que l'épaule reste basse et fixe pendant tout le mouvement. Une épaule haute signifie souvent que le bras "tire" au lieu de "laisser tomber" le pendule. 4 Rotation des hanches pendant le lancer Les hanches pivotent pendant le mouvement — le joueur "tourne" légèrement sur lui-même. L'axe du lancer se décale latéralement. Les boules dévient systématiquement dans un sens (selon le sens de la rotation). ✓ Les hanches doivent rester parfaitement face à la cible pendant toute la durée du balancier. Exercice : placer un obstacle léger contre les hanches pour sentir immédiatement tout pivot involontaire. 5 Bras libre complètement immobile Le bras libre reste collé au corps sans contre-balancement. Les épaules pivotent légèrement pour compenser, déviant l'axe. Le joueur ne s'en rend pas compte — c'est un défaut invisible à l'œil non averti mais mesurable sur la trajectoire. ✓ Introduire consciemment un léger balancement miroir du bras libre. La vidéo de profil révèle immédiatement si les épaules pivotent — sans vidéo, le défaut est quasi-imperceptible par introspection. 6 Pied qui lève avant l'atterrissage de la boule Un pied — généralement l'arrière — se lève instinctivement pendant le suivi de main. C'est une réaction naturelle du corps pour accompagner le mouvement vers l'avant. Mais ce lever rompt l'ancrage et peut légèrement pivoter l'axe. C'est aussi une faute réglementaire. ✓ Conscientiser les deux pieds au sol jusqu'à l'atterrissage. Un exercice simple : s'entraîner sur une surface qui laisse des empreintes (sable fin, terre humide) pour observer si les pieds ont bougé après chaque lancer.

3 exercises to anchor synchronization

01 The pendulum in slow motion — no boule, no target 📍 Living room or hallway ⏱️ 10 minutes ⚙️ Feel the chain

The goal is to feel the synchronization without the distraction of the boule and the result. By slowing the movement to 10% of its normal speed, the brain can process each phase separately and identify the breaks.

Starting position: in the regulation circle or in your usual position. Active arm extended, hand empty, free arm slightly forward. Knees slightly bent. Backswing in slow motion: send the arm backward very slowly. Feel the free arm go slightly forward in mirror. Check that the knees stay bent and don't change yet. Low point: stop for a second at the low point. Check that the knees are still bent, that the hips are facing the target, that the shoulder is low. Forward swing and knee extension: move forward again by gradually extending the knees. The free arm comes back slightly backward. The active arm rises toward the release position. Follow-through and feet on the ground: simulate the release and continue the natural follow-through. Check that both feet stayed on the ground throughout. Do 15 repetitions in slow motion before gradually accelerating. 02 The throw with footprint marking 📍 Sandy terrain ⏱️ 15 minutes ⚙️ Foot anchoring

On sandy or slightly damp terrain, footprints reveal after each throw whether the feet moved. It's immediate, concrete feedback — with no possible interpretation.

Place your circle on a surface that retains footprints (sand, damp earth). Consciously mark the position of both feet before throwing. Throw normally — point or shoot depending on your role — focusing on keeping both feet still. After the throw, look at the footprints : did they move? A front foot? A rear foot? Both? The direction of the movement indicates which phase broke the anchoring. Do 20 throws and note the percentage of times the footprints didn't move. Target: 90% or more in a session. 03 The side-on video — revealing what you can't feel 📍 Any terrain ⏱️ 15 minutes ⚙️ Visual diagnosis

Proprioception (the internal sensation of the body in space) is often misleading — you "feel" the movement is correct when it isn't. Side-on video is the only tool that objectively reveals synchronization.

Place your phone on a stand at hip height, strictly side-on, about 3 meters away. Film in normal resolution — no need for slow motion at first. Throw 10 boules normally, without trying to change anything. The aim is to observe your usual motion, not a forced one. Watch the video looking successively for: knee bend (does it exist?), extension at the low point (synchronized?), the shoulder (does it stay low?), the hips (do they pivot?), the free arm (does it swing?), the feet (do they stay on the ground?). Identify a single priority fault — pas tous à la fois. Travaillez ce défaut uniquement pendant les 3 sessions suivantes, puis re-filmez pour mesurer l'amélioration.

The 3 levels of pendulum mastery

🌱 Level 1 — Conscious pendulum The movement is correct but requires conscious attention.
Synchronization exists but breaks under pressure.
The knees move if you think about them.
Duration: the first 3 to 6 months. ⚡ Level 2 — Automated pendulum The kinetic chain executes without conscious attention.
Synchronization holds in low-stakes tournaments.
Micro-breaks persist under heavy pressure.
Built over 3 to 12 months of structured practice. 🏆 Level 3 — Impervious pendulum Synchronization is identical in a friendly game and in a final.
The motion repeats with no measurable variation over 50 throws.
Pressure doesn't affect the mechanics.
The result of 1 to 3 years of deliberate practice. 📖 LE LIVRE DE PAQUITA La biomécanique complète — Partie 1 et 2 du livre

Foot position, anchoring, alignment, range, arm speed, role of the wrist, height according to distance... Paquita's book details the shooter's entire biomechanics with 100 numbered exercises and correction protocols.

📦 Order on Amazon

FAQ — Your frequent questions

The structure of the kinetic chain is identical — the same segments are involved in the same order. What differs: the range (shooting requires a greater range for more power), the speed (shooting is faster), and the hand position (notably for the shooter's backspin). The arm-leg synchronization principles described in this article apply to both roles — working on synchronization while pointing directly improves the quality of the motion while shooting, and vice versa. There's no universal angle — it varies according to the player's morphology (long or short legs, body weight) and their comfort level. The practical reference: a correct bend is one that lets you feel a slight tension in the quadriceps (the muscles at the front of the thigh) without discomfort. If you feel nothing, the knees are too stiff. If your knees "tremble" or it's uncomfortable, the bend is too pronounced. For the majority of players, that corresponds to a 10 to 20° bend — imperceptible to the eye but functional for the kinetic chain. Yes, in mirror. All the principles described in this article apply identically to left-handers — simply with the left arm as the active arm and the right arm as the free arm. The kinetic chain, leg-arm synchronization, counter-balance, foot position — everything works symmetrically. The exercises can be used without modification. Oui — c'est une cause fréquente et sous-estimée. Quand les jambes ne contribuent pas à la chaîne cinétique, le bras compense en portant seul la charge de la boule sur des centaines de répétitions. Cette surcharge chronique du bras, de l'épaule et du coude peut générer des douleurs type tendinite ou inflammation de la coiffe des rotateurs. Si vous avez des douleurs régulières au bras ou à l'épaule après une session, vérifiez en priorité si vos genoux travaillent pendant le balancier — c'est souvent là que le problème se cache. Consultez un médecin du sport en cas de douleur persistante. 📎 Articles liés Equipment Choosing your boules — the weight that suits your motion Equipment Stainless vs carbon — what impact on your pendulum? Equipment Top 3 best shooter boules 2026 Rules The one-minute rule — managing your throwing time Video Why changing bowls does not change your level Tools Free PetanqueLand tools

© Pétanque by Paquita — petanqueland.fr · 📖 Paquita's book on Amazon
The biomechanical principles presented in this article are based on general studies of pendular movement in precision sports. Any persistent pain during practice should be evaluated by a healthcare professional.

Share Follow

📬 Paquita's pétanque newsletter

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

← Previous articleArfoutni: The secret origin of the pétanque war cryNext article →The science of the landing in pétanque: Analysing the ground impact to point better
← 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