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); --violet: #a060d0; --violet-dim: rgba(160,96,208,.1); /* accent couleur du rétro : bleu électrique */ --retro: #2090e0; --retro-dim: rgba(32,144,224,.1); --retro-med: rgba(32,144,224,.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.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(32,144,224,.14), transparent 65%), radial-gradient(ellipse 30% 30% at 80% 80%, rgba(245,200,0,.05), transparent 60%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--retro); 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.4rem); 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: 620px; margin: 0 auto 14px; } .hero-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--gris); font-size: .88rem; margin-top: 12px; } .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(--retro); 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(--retro); 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(--retro); 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(--retro); 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(--retro); border-radius: 2px; flex-shrink: 0; } /* ─── PHYSIQUE ANIMÉE ─── */ .physique-schema { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 28px 24px; margin: 28px 0; overflow: hidden; } .phy-titre { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--retro); margin-bottom: 20px; text-align: center; } .phy-scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; } @media(max-width:500px){ .phy-scenes { grid-template-columns: 1fr; } } .phy-scene { padding: 16px 12px; text-align: center; border-right: 1px solid var(--border); position: relative; } .phy-scene:last-child { border-right: none; } .phy-moment { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: #444; margin-bottom: 12px; } /* Boule animée */ .phy-boule-wrap { height: 70px; position: relative; margin-bottom: 10px; } .phy-boule { width: 36px; height: 36px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #555, #1a1a1a); border: 2px solid #444; position: absolute; display: flex; align-items: center; justify-content: center; font-size: .65rem; } /* Flèches de rotation */ .phy-rot { position: absolute; font-size: 1rem; } /* Ligne de sol */ .phy-sol { height: 2px; background: linear-gradient(90deg, transparent, var(--border), transparent); margin-bottom: 10px; } .phy-label { font-size: .78rem; color: #888; line-height: 1.5; } .phy-label strong { color: var(--retro); } /* ─── COMPARATIF TYPES DE TIR ─── */ .compare-tirs { 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){ .compare-tirs { grid-template-columns: 1fr; } } .ct-col { padding: 20px 16px; background: var(--card-2); border-right: 1px solid var(--border); } .ct-col:last-child { border-right: none; } .ct-col.active { background: var(--retro-dim); } .ct-label { font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: 2px; margin-bottom: 8px; } .ct-col:not(.active) .ct-label { color: #444; } .ct-col.active .ct-label { color: var(--retro); } .ct-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 1px; margin-bottom: 10px; } .ct-col:not(.active) .ct-nom { color: #888; } .ct-col.active .ct-nom { color: var(--blanc); } .ct-ico { font-size: 2rem; margin-bottom: 8px; display: block; } .ct-detail { font-size: .82rem; color: #777; line-height: 1.6; } .ct-col.active .ct-detail { color: #aaa; } .ct-badge { display: inline-block; margin-top: 10px; padding: 3px 10px; border-radius: 4px; font-size: .74rem; font-weight: 700; } .badge-retro { background: var(--retro-dim); color: var(--retro); border: 1px solid var(--retro-med); } /* ─── GESTE DÉCOMPOSÉ ─── */ .geste-steps { display: flex; flex-direction: column; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } .gs-item { display: flex; gap: 0; border-bottom: 1px solid var(--border); } .gs-item:last-child { border-bottom: none; } .gs-num { width: 56px; flex-shrink: 0; background: var(--retro-dim); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--retro); padding: 20px 0; } .gs-content { flex: 1; padding: 18px 20px; background: var(--card-2); } .gs-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1.5px; color: var(--blanc); margin-bottom: 6px; } .gs-detail { font-size: .9rem; color: #888; line-height: 1.65; } .gs-detail strong { color: #ccc; } .gs-verdict { margin-top: 8px; font-size: .82rem; font-weight: 700; color: var(--retro); } .gs-erreur { margin-top: 6px; font-size: .8rem; color: var(--rouge); font-style: italic; } /* ─── ERREURS CLASSIQUES ─── */ .erreurs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin: 28px 0; } .erreur-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; border-top: 3px solid var(--rouge); } .ec-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .ec-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1.5px; color: var(--rouge); margin-bottom: 6px; line-height: 1.2; } .ec-symptome { font-size: .82rem; color: #888; margin-bottom: 8px; line-height: 1.55; } .ec-correction { font-size: .82rem; 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: 20px 0; } .exo-header { padding: 18px 22px 14px; display: flex; gap: 16px; align-items: flex-start; border-bottom: 1px solid var(--border); background: var(--card); } .exo-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; line-height: 1; color: var(--retro); flex-shrink: 0; width: 52px; text-align: center; } .exo-meta { flex: 1; } .exo-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 1.5px; color: var(--blanc); line-height: 1.1; margin-bottom: 8px; } .exo-tags { display: flex; flex-wrap: wrap; gap: 6px; } .exo-tag { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 4px; font-size: .77rem; font-weight: 700; } .tag-lieu { background: var(--bleu-dim); color: var(--bleu); } .tag-temps { background: var(--jaune-dim); color: var(--jaune); } .tag-obj { background: var(--retro-dim); color: var(--retro); } .exo-body { padding: 20px 22px; } .etapes { display: flex; flex-direction: column; gap: 10px; margin: 14px 0; counter-reset: et; } .etape-item { background: var(--card); border: 1px solid var(--border); border-radius: 7px; padding: 12px 14px 12px 50px; position: relative; counter-increment: et; } .etape-item::before { content: counter(et); position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--retro); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: .95rem; } .etape-item p { font-size: .88rem; color: #aaa; margin-bottom: 0; line-height: 1.6; } .etape-item strong { color: #ddd; } /* ─── DUEL RÉTRO VS CARREAU ─── */ .duel-wrap { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; align-items: stretch; } .duel-col { padding: 22px 18px; background: var(--card-2); } .duel-col.retro-side { border-right: none; } .duel-col.carreau-side { border-left: none; } .duel-vs { display: flex; align-items: center; justify-content: center; background: var(--card); border-left: 1px solid var(--border); border-right: 1px solid var(--border); padding: 0 10px; font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: #333; writing-mode: vertical-rl; letter-spacing: 4px; } .duel-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; margin-bottom: 10px; } .duel-col.retro-side .duel-titre { color: var(--retro); } .duel-col.carreau-side .duel-titre { color: var(--orange); } .duel-ico { font-size: 2rem; margin-bottom: 8px; display: block; } .duel-list { list-style: none; display: flex; flex-direction: column; gap: 6px; } .duel-list li { font-size: .85rem; color: #888; padding-left: 14px; position: relative; line-height: 1.5; } .duel-col.retro-side .duel-list li::before { content: '↩'; position: absolute; left: 0; color: var(--retro); } .duel-col.carreau-side .duel-list li::before { content: '✦'; position: absolute; left: 0; color: var(--orange); } /* ─── SITUATIONS ─── */ .situations { display: flex; flex-direction: column; gap: 10px; margin: 28px 0; } .situ-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; } .situ-ico { flex-shrink: 0; width: 42px; height: 42px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; } .situ-ico.oui { background: var(--vert-dim); } .situ-ico.non { background: var(--rouge-dim); } .situ-ico.maybe { background: var(--orange-dim); } .situ-content { flex: 1; } .situ-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1px; color: #ddd; margin-bottom: 4px; } .situ-detail { font-size: .86rem; color: #888; line-height: 1.6; } .situ-verdict { margin-top: 5px; font-size: .8rem; font-weight: 700; } .situ-card.oui-card .situ-verdict { color: var(--vert); } .situ-card.non-card .situ-verdict { color: var(--rouge); } .situ-card.maybe-card .situ-verdict { color: var(--orange); } /* ─── 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(--retro); 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 ─── */ .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 ─── */ .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--retro); 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; } /* ─── 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(--rouge); } .nv-ico { font-size: 1.8rem; margin-bottom: 8px; display: block; } .nv-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; 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(--rouge); } .nv-critere { font-size: .8rem; color: #777; line-height: 1.7; } .nv-objectif { margin-top: 8px; font-size: .78rem; font-style: italic; color: #555; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(245,200,0,.06), rgba(32,144,224,.06)); border: 1px solid rgba(245,200,0,.22); border-radius: 14px; padding: 28px 24px; margin: 48px 0; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; } .cta-livre-ico { font-size: 3.2rem; flex-shrink: 0; } .cta-livre-content { flex: 1; min-width: 220px; } .cta-livre-label { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--retro); margin-bottom: 5px; } .cta-livre-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; 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(--retro); 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); }
↩ Technique — Shooting

The secret of the retro shot:
how to finally master it

It's not about power. It's about the release. And once you understand that, everything changes. Shooting technique Retro effect By Paquita Read time: 9 min
Le rétro fascine et frustre en même temps. On le voit chez les bons tireurs : la boule percute, s'arrête net, recule parfois, et le point est fait proprement. On l'essaie soi-même : la boule part trop haut, rebondit n'importe comment, ou s'écrase comme une brique sans le moindre effet. La différence n'est pas la puissance, ni les boules, ni le terrain. Elle est dans un détail de sortie de main que personne n'explique vraiment. Paquita le décompose étape par étape. ↩ rotation vers l'arrière — c'est la définition du rétro, et tout part de là 1 doigt clé l'index — c'est lui qui génère ou tue l'effet rétro à la sortie 45° angle cible l'angle d'impact optimal pour que le rétro "accroche" au sol 3 sem. ancrage de pratique ciblée pour que l'effet rétro devienne reproductible
📋 Contents
  1. The physics of the rétro — what really happens
  2. Rétro vs carreau: they are not the same boules
  3. The motion broken down — the 6 steps of the hand release
  4. The 6 errors that kill the rétro
  5. When to use the backspin — and when not to use it
  6. 3 exercises to embed the backspin
  7. The 3 levels of mastery
  8. FAQ — your frequent questions

The physics of the rétro — what really happens

Before working on the technique, you need to understand what happens physically. The backspin is not a "braked" shot — it is a shot in which the boule spins in the opposite direction to its travel at the moment of impact. It is this reverse spin that creates the brutal braking after the impact.

⚙️ PHYSIQUE DU RÉTRO — 3 PHASES EN VOL ↺ ↺ → déplacement La boule tourne backwards (backspin) throughout the flight. The finger imparted this spin at the release. ON CONTACT 💥 ↺ ← reaction force At impact, the backspin opposes the momentum. The two forces cancel each other out or reverse depending on the angle. AFTER THE IMPACT ↺ ← possible recoil dead stop The boule stops dead or recoils slightly. The opposing boule has moved — not yours, or barely. 🔬

The backspin works better on terrains that are hard or gravelly that allow the spin to "bite" the ground at the moment of contact. On very sandy or soft ground, the boule sinks in and the backspin loses its effectiveness — this is where the carreau (a shot that crushes directly without bouncing) becomes preferable.

Backspin vs carreau: these are not the same shots

Many shooters confuse backspin and carreau, or believe they are the same technique at different intensities. This is wrong. They are two distinct techniques with different objectives, angles of attack and preferred surfaces.

↩ TODAY'S ARTICLE The Backspin The boule arrives with a reverse spin, strikes the opposing boule and stops (or recoils) thanks to the braking effect. The opposing boule is ejected. Yours stays in place. Backward spin at the release 💥 COMPARISON The Carreau The boule arrives without significant spin and "crushes" the opposing boule directly from above. No spin effect — power replaces the effect. Different technique, different angle. No spin 🎯 COMPARISON The Iron Shot The boule touches the opposing boule directly in flight (without bouncing on the ground first). Can be combined with a backspin effect. Precision on the target is the central element. Direct contact in flight ↩ Backspin — when to use it
  • Hard or gravelly terrain
  • When you want to stay in place after the shot
  • Situation where your boule must "take the place" of the opposing one
  • Medium distances (6 to 9 m) — the effect is more controllable
  • When lateral precision is critical
VS 💥 Carreau — when to prefer it
  • Soft, sandy ground that absorbs the spin
  • When the opposing boule is in a hollow or a dip
  • Short distance where momentum control is simpler
  • When the ground is too uneven to predict the bounce
  • When several boules are grouped together — crush the cluster

The motion broken down — the 6 steps of the hand release

🎙️ Paquita on the secret of the backspin "The backspin is 90% in the last three centimetres of the hand release. Not in the swing, not in the speed, not in the power. In the precise moment when the fingers release the boule and in what order. Most people who miss their backspin open their hand too early or too uniformly — and the boule leaves with no effect at all. Master the hand release, the rest follows." — Paquita 1 The grip — fingers in a half-circle, palm facing up The boule rests in the hand, palm facing up at the start of the swing — this is the sign that you are going to produce a backspin. The hand will gradually turn over during the pendulum to arrive palm facing down at the moment of release. The fingers are slightly curved (not flat), forming a half-circle under the boule. The index and middle fingers carry most of the weight. → Palm facing up at the start = the basic condition for backspin ✗ Classic mistake: holding the boule palm facing down from the start — impossible to produce a proper backspin 2 The backswing — palm facing the sky During the back pendulum, the hand stays palm facing the sky, the fingers beneath the boule. Do not force the spin — let the weight of the boule naturally guide the position. The backswing is fluid, not tense. A hand that is too stiff in the back prevents the natural turn-over. → Relax the hand during the swing — do not lock it 3 The pendulum descent — the hand begins to turn over During the forward descent, the wrist naturally initiates a downward rotation. Do not force this movement — it must be the consequence of the swing, not a tense voluntary action. In the middle of the descent, the boule is still partially in the palm, the fingers are starting to pass over the top. → The wrist turn-over is gradual, not abrupt ✗ Classic mistake: turning the wrist over too early or too violently — the boule leaves without a controlled effect 4 The release point — fingers on top, the index finger pulls downward This is the most critical moment. At the release point, the hand is turned over palm facing down, the fingers on top of the boule. The boule is released by "sliding" the fingers downward and backward — as if you wanted to scratch the top of the boule toward you. The index finger is the last finger to leave the boule and it is the one that generates the backward spin effect. The thumb releases first. → The index finger "scratching" toward you at the release = the source of the backspin effect ✗ Classic mistake: opening the whole hand at once — no effect produced 5 The trajectory — a descending arc, not a straight line A boule thrown with a proper backspin does not follow a taut, flat trajectory — it describes a moderate descending arc. It is this angle of descent that allows the backspin to "bite" the ground at the moment of impact. A trajectory that is too taut (too low) loses the effect. A trajectory that is too high causes an uncontrolled bounce. → Visualise the boule descending in an arc, not in a flat arrow 6 The hand follow-through — do not block the movement After the release, the hand naturally continues its movement downward and backward — this is the natural follow-through. Do not block your arm mid-swing. An arm that stops abruptly after the release often signals a tension that preceded the release and altered the effect. A complete follow-through down to the bottom guarantees that the release was fluid. → The hand follow-through is the mirror of the quality of the release ✋ The pencil exercise

Take a pencil. Hold it as you would hold a boule (palm facing up, fingers curved). Do the pendulum movement in slow motion — from behind to the front — while observing how the wrist turns over naturally and how the fingers "scratch" the pencil at the moment of release. Repeat 20 times slowly without any boule. Your brain records this rotation pattern and then reproduces it with a real boule. This is the basic exercise for feeling the effect without the pressure of the result.

The 6 errors that kill the rétro

💪 Forcer la vitesse pour "plus d'effet" La boule part fort mais sans rétro visible. Le joueur croit que plus de puissance = plus d'effet. C'est l'inverse. ✓ L'effet rétro est dans la rotation, pas la vitesse. Un lancer lent avec bon lâcher produit plus d'effet qu'un lancer fort avec mauvais lâcher. 👐 Ouvrir toute la main d'un coup La boule part sans effet — comme si on la "posait" dans l'air. Tous les doigts lâchent en même temps. ✓ Le lâcher se fait en séquence : le pouce en premier, puis les autres doigts, l'index en dernier. C'est lui qui "griffe" et crée la rotation. 📐 Trajectoire trop tendue et trop basse La boule arrive presque à plat, le rétro ne peut pas "mordre" au sol à l'impact — elle s'écrase ou continue à rouler. ✓ La boule doit arriver avec un angle descendant suffisant (environ 30 à 45°) pour que la rotation inverse crée un freinage efficace à l'impact. 🔒 Poignet bloqué pendant l'élan Le retournement du poignet est forcé, saccadé. La boule part en vrille ou trop à droite/gauche. ✓ Le poignet doit être relâché pendant tout l'élan. Le retournement est progressif et naturel — ne le forcez pas, laissez la physique faire le travail. 👁️ Lever les yeux à l'impact La boule dévie au dernier moment. Le joueur anticipe le résultat et modifie son axe au moment critique. ✓ Les yeux restent fixés sur le point de visée (la boule adverse ou le point d'impact cible) jusqu'à la fin du suivi de main. Ne regardez pas votre boule en vol. 🌿 Terrain inadapté au rétro Le joueur produit un bon rétro mais il ne fonctionne pas — la boule continue de rouler après l'impact. ✓ Sur terrain trop meuble ou trop sablonneux, le rétro perd son efficacité. Basculez sur le carreau ou adaptez l'angle d'attaque — plus vertical pour compenser.

When to use the backspin — and when to avoid it

✅ Terrain dur ou compact (terre battue, synthétique, gravillons fins) La surface offre une résistance suffisante pour que la rotation inverse "accroche" au moment du contact. C'est le terrain idéal pour le rétro — la boule freine nettement et reste sur place. → Condition optimale pour le rétro ✅ Situation où votre boule doit occuper la place de la boule adverse En doublette serrée ou quand vous avez besoin que votre boule reste précisément à l'endroit du but, le rétro est la seule technique qui permet de rester sur place après le choc. → Le rétro comme outil tactique, pas seulement technique ⚠️ Terrain humide ou légèrement glissant La boule peut glisser au moment de l'impact plutôt que de freiner. Le rétro fonctionne mais de façon moins prévisible. Adapter l'angle d'attaque (légèrement plus vertical) ou préférer le carreau selon la situation. → Tester en début de partie, adapter selon les rebonds observés ⛔ Terrain sablonneux profond ou très meuble La boule s'enfonce partiellement à l'impact — la rotation ne peut pas s'exercer contre une surface molle. Le rétro s'annule et la boule continue à rouler. Le carreau est systématiquement plus efficace sur ce type de terrain. → Abandonner le rétro, passer au carreau ou tir fer direct ⛔ Quand vous êtes fatigué et que votre geste est dégradé Le rétro est le tir le plus exigeant en termes de geste fin. En fin de concours ou après de nombreuses parties, le lâcher se dégrade en premier. Un rétro approximatif vaut moins qu'un carreau solide. → En fin de concours, privilégiez le tir que vous maîtrisez le mieux

3 exercises to embed the backspin

01 The release exercise on soft ground 📍 Lawn or sand ⏱️ 10 min ↩ Visualise the effect

The goal is not to shoot far — it is to see the backspin effect on a surface that amplifies it. On short lawn or slightly damp earth, throw the boule 2 metres in front of you with an exaggerated backspin motion. The boule must leave a clear braking mark on landing. If it keeps rolling, the release was flat — no spin.

Throw at 2 metres only — no more. The point is to see the effect, not to aim far.

Look for the "scuffing" of the boule on the ground on landing: a clear braking mark indicates that the effect is present.

Increase the distance by 50 cm with each series up to 5 metres. Observe at what distance the effect starts to disappear — this is your current "effective backspin zone".

Do it 20 throws focusing only on the index finger release — not on the target, not on the distance.

02 The shot on a fixed boule — measuring the recoil 📍 Hard ground ⏱️ 15 min ↩ Backspin in a real situation

Place a fixed boule at 7 metres. Shoot with a backspin and measure (or estimate) the movement of your boule after the impact. An effective backspin leaves your boule less than 30 cm behind the impact point. A failed backspin leaves your boule 1–2 metres or further away.

Place the target boule and mark its position. Shoot 6 times from the same circle.

After each shot, note where your boule stops relative to the impact point. Classify it: clear recoil / dead stop / boule continues.

Session goal: 4 boules out of 6 that stop within a 40 cm radius behind the impact. Repeat until you reach this goal over 2 consecutive series before increasing the distance.

Increase to 8 metres when the goal is reached at 7 metres. The long-distance backspin requires a sharper spin at the release.

03 The backspin under pressure — simulating the 12-12 📍 Real ground ⏱️ 20 min ↩ Reproducible backspin under stress

The backspin acquired in calm training often disappears in a competition at 11-12. This exercise creates simulated pressure to embed the routine in critical situations.

The rule: each shot "counts". If you miss, you restart the series from zero. Goal: 3 consecutive effective backspins (boule that stops within the 40 cm radius) before moving on to the next distance.

Before each shot, apply your complete pre-shot routine (breathing, aiming point, mental script) — as in a competition. Never shoot without the routine.

After each miss: full RESET. Take a step back, breathe, return to the circle. Do not shoot in the emotion of the miss.

Note your success rate (effective backspins / attempts) for each session. Long-term goal: 70% or more over series from 10 to 8 metres.

The 3 levels of backspin mastery

🌱 Level 1 — Visible backspin The boule produces an observable braking effect.
The boule stops within an 80 cm radius after the impact.
Reproducible at 6–7 metres.
50% success in calm training. Goal: understand and see the effect ⚡ Level 2 — Controlled backspin The boule stops within a 40 cm radius after the impact.
Reproducible at 7–9 metres.
70% success in calm training.
Holds up partially under light pressure. Goal: use in a friendly competition 🏆 Level 3 — Formidable backspin The boule regularly takes the place of the opposing boule.
Reproducible at 6–10 metres depending on the ground.
70%+ success rate under competition pressure.
Adaptable to different surfaces. Goal: a decisive weapon in competition ⚠ The trap of the "almost good" backspin

The most dangerous level is level 1.5: the player sometimes produces a beautiful backspin, but randomly — he doesn't know exactly what makes the difference between a good throw and a miss. This player will attempt the backspin in competition hoping that "it works" that evening. The solution: go back to exercises 1 and 2 until you consciously identify what changes between an effective release and a flat release. Consistency is taught, not talent.

Summary — the key points to remember

  • ↩The backspin comes from the release, not from force. Reducing power and improving the hand exit always produces more spin than increasing speed.
  • ✋The index finger is the generator of the backspin. It is the last finger to leave the boule and it is the one that "scratches" toward you to create the backward rotation.
  • 📐The angle of the trajectory matters as much as the spin. A boule that arrives too flat cannot brake properly even with a good release.
  • 🌍The backspin is terrain-dependent. On soft or sandy ground, prefer the carreau. The backspin is optimal on hard or gravelly terrain.
  • 🔁Consistency is acquired in 3 weeks of targeted practice. Not by shooting 200 boules at random — but by shooting 30 boules a day with conscious attention focused on the release.
  • 🧠The backspin under pressure is trained separately. A backspin acquired in calm training disappears in competition if the mental routine is not installed at the same time as the gesture.
📖 ALLER PLUS LOIN 100 exercices complets dans le livre de Paquita

The backspin is only one of the techniques covered. The book details the complete biomechanics, the 7 types of shot, the 100 numbered exercises and mental management in competition.

📦 Order on Amazon

FAQ — Your frequent questions

Any approved boule allows a backspin — the technique is not tied to the type of boule. However, the boule's grooves play a role in the grip at impact. Boules with deep grooves (often shooters' boules) "grip" the ground slightly better and amplify the spin. Smooth boules (pointer) can also produce an effective backspin if the release is good. The boule is not the explanation for a failed backspin — the release is, almost always. Not significantly. The backspin creates a ground friction slightly different from other shots, but approved boules are designed to withstand thousands of impacts. What damages the boules is mainly boule-to-boule impacts — not the type of spin. You can shoot backspin for a whole season without your boules suffering any more from it. It is one of the most frequent and most frustrating problems. It has two main causes. First cause: tension under pressure — in competition, the muscles tense up, the hand clenches and the fine release of the index finger becomes brutal or absent. The solution is the pre-shot mental routine (breathing, relaxation) and the backspin exercise under simulated pressure (exercise 3). Second cause: you learned the backspin in always-identical conditions — same distance, same terrain, same time. In competition, the conditions change and your gesture is not yet adaptive. Vary your training conditions. Technically, the backspin is used mainly by shooters — but nothing forbids the milieu from mastering it. In certain tactical situations (an awkward placed boule that the milieu must clear), a clean backspin can be more effective than a classic shot. In a triplette, a milieu who masters the backspin is an extra asset. The learning is the same — it is the context of use that differs. The backspin is defined by the backward rotation of the boule at the moment of release — it is a type of spin imparted to the boule. The recoil shot décrit le comportement de la boule adverse après l'impact : elle recule vers son camp plutôt que d'être éjectée sur le côté. Un rétro bien exécuté peut provoquer un recul de la boule adverse, mais ce n'est pas systématique — cela dépend de l'angle et de la précision. En pratique, les deux termes sont souvent utilisés comme synonymes dans le langage courant des joueurs, même si techniquement ils décrivent deux choses légèrement différentes. 📎 Articles liés Equipment Top 3 best shooter boules 2026 Equipment Stainless steel vs carbon boules — what impact on your shot? Rules The one-minute rule — what every shooter should know Regulations Validity of the jack throw — the exact rules Video All refereeing videos — PétanqueLand Tools Free tools — draw generator and more

© 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 pointing at homeNext article →EXCLUSIVE: Discover the BAPA, the first magnetically-guided pétanque boule!
← 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