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); --cyan: #00d4ff; --cyan-dim: rgba(0,212,255,.1); --cyan-med: rgba(0,212,255,.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(0,212,255,.13), transparent 65%), radial-gradient(ellipse 30% 30% at 85% 85%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } /* Grille tech subtile */ .hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,212,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0,212,255,.025) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--cyan); 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, 6.5vw, 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 h1 .tech { color: var(--cyan); } .hero-sub { font-size: 1rem; color: #888; font-style: italic; max-width: 640px; margin: 0 auto 18px; } /* Badge verdict */ .hero-verdict { display: inline-flex; gap: 0; margin: 14px 0 14px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; } .hv-bloc { padding: 10px 22px; font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 2px; background: var(--card-2); } .hv-bloc.pour { color: var(--vert); border-right: 1px solid var(--border); } .hv-bloc.sep { color: #222; background: var(--card); padding: 10px 10px; border-right: 1px solid var(--border); } .hv-bloc.contre { color: var(--rouge); } .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(--cyan); 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(--cyan); 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(--cyan); 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(--cyan); 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(--cyan); border-radius: 2px; flex-shrink: 0; } /* ─── SITUATION LITIGIEUSE ─── */ .litige-scene { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 24px 22px; margin: 28px 0; } .ls-titre { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--cyan); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } .ls-dialogue { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; } .ls-bulle { padding: 10px 14px; border-radius: 8px; font-size: .9rem; font-style: italic; max-width: 80%; line-height: 1.55; } .ls-bulle.a { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.15); color: #ccc; align-self: flex-start; border-bottom-left-radius: 2px; } .ls-bulle.b { background: var(--vert-dim); border: 1px solid rgba(66,194,100,.15); color: #ccc; align-self: flex-end; border-bottom-right-radius: 2px; } .ls-bulle.c { background: var(--cyan-dim); border: 1px solid rgba(0,212,255,.15); color: #ccc; align-self: flex-start; border-bottom-left-radius: 2px; } .ls-auteur { font-size: .72rem; font-weight: 700; margin-bottom: 3px; display: block; } .ls-bulle.a .ls-auteur { color: var(--rouge); } .ls-bulle.b .ls-auteur { color: var(--vert); } .ls-bulle.c .ls-auteur { color: var(--cyan); } .ls-verdict { background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 10px 14px; font-size: .85rem; color: #888; font-style: italic; } /* ─── TECH DISPONIBLE ─── */ .tech-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin: 28px 0; } .tech-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; padding: 20px 16px; border-top: 3px solid var(--cyan); } .tc-ico { font-size: 2rem; margin-bottom: 10px; display: block; } .tc-nom { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1.5px; color: var(--cyan); margin-bottom: 6px; } .tc-detail { font-size: .84rem; color: #888; line-height: 1.6; margin-bottom: 10px; } .tc-disponible { font-size: .76rem; font-weight: 700; padding: 3px 10px; border-radius: 4px; display: inline-block; } .dispo-oui { background: var(--vert-dim); color: var(--vert); } .dispo-partiel { background: var(--orange-dim); color: var(--orange); } .dispo-non { background: var(--rouge-dim); color: var(--rouge); } /* ─── POUR / CONTRE ─── */ .pour-contre { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 28px 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; } @media(max-width:560px){ .pour-contre { grid-template-columns: 1fr; } } .pc-col { padding: 0; } .pc-header { padding: 12px 18px; font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; border-bottom: 1px solid var(--border); } .pc-col.pour .pc-header { background: var(--vert-dim); color: var(--vert); border-right: 1px solid var(--border); } .pc-col.contre .pc-header { background: var(--rouge-dim); color: var(--rouge); } .pc-items { display: flex; flex-direction: column; } .pc-item { padding: 12px 16px; font-size: .86rem; color: #999; line-height: 1.55; border-bottom: 1px solid var(--border); display: flex; gap: 10px; align-items: flex-start; } .pc-item:last-child { border-bottom: none; } .pc-col.pour .pc-item { background: var(--card-2); border-right: 1px solid var(--border); } .pc-col.contre .pc-item { background: var(--card-2); } .pc-ico { flex-shrink: 0; margin-top: 2px; } /* ─── SCÉNARIOS D'USAGE ─── */ .scenarios { display: flex; flex-direction: column; gap: 12px; margin: 28px 0; } .scenario-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start; } .sc-badge { flex-shrink: 0; width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; } .sc-badge.oui { background: var(--vert-dim); } .sc-badge.non { background: var(--rouge-dim); } .sc-badge.maybe { background: var(--orange-dim); } .sc-badge.tech { background: var(--cyan-dim); } .sc-content { flex: 1; } .sc-titre { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; color: #ddd; margin-bottom: 5px; } .sc-detail { font-size: .87rem; color: #888; line-height: 1.65; } .sc-verdict { margin-top: 7px; font-size: .82rem; font-weight: 700; } .sc-verdict.oui { color: var(--vert); } .sc-verdict.non { color: var(--rouge); } .sc-verdict.maybe { color: var(--orange); } .sc-verdict.tech { color: var(--cyan); } /* ─── RÈGLEMENT FFPJP SUR LE SUJET ─── */ .regle-box { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--jaune); border-radius: 0 10px 10px 0; padding: 22px 24px; margin: 28px 0; } .rb-label { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-bottom: 10px; } .rb-texte { font-size: .93rem; color: #aaa; line-height: 1.7; } .rb-texte strong { color: #ddd; } /* ─── TABLEAU COMPARATIF SPORTS ─── */ .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: #050d10; } thead th { font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 1.5px; padding: 12px 14px; text-align: left; color: var(--cyan); border-bottom: 1px solid var(--border); } 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 14px; color: #888; vertical-align: middle; font-size: .86rem; } 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-o { background: var(--vert-dim); color: var(--vert); } .badge-n { background: var(--rouge-dim); color: var(--rouge); } .badge-p { background: var(--orange-dim); color: var(--orange); } .badge-c { background: var(--cyan-dim); color: var(--cyan); } /* ─── OPINION SECTEUR ─── */ .opinions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin: 28px 0; } .opinion-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 18px 16px; } .op-profil { font-family: 'Bebas Neue', sans-serif; font-size: .78rem; letter-spacing: 2px; color: #444; margin-bottom: 6px; } .op-ico { font-size: 1.8rem; margin-bottom: 6px; display: block; } .op-position { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1px; margin-bottom: 8px; } .op-position.pour { color: var(--vert); } .op-position.contre { color: var(--rouge); } .op-position.nuance { color: var(--orange); } .opinion-card p { font-size: .84rem; color: #777; margin-bottom: 0; line-height: 1.55; font-style: italic; } /* ─── 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(--cyan); margin-bottom: 10px; } .dp-text { font-size: 1.02rem; font-style: italic; color: #ccc; line-height: 1.7; border-left: 4px solid var(--jaune); padding-left: 16px; } .dp-sign { font-family: 'Bebas Neue', sans-serif; font-size: .85rem; letter-spacing: 2px; color: var(--jaune); margin-top: 12px; } /* ─── ALERT / INFO ─── */ .alert-box { background: var(--rouge-dim); border: 1px solid rgba(224,48,48,.22); border-left: 5px solid var(--rouge); border-radius: 0 8px 8px 0; padding: 18px 22px; margin: 28px 0; } .alert-label { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; color: var(--rouge); margin-bottom: 8px; } .alert-box p { font-size: .93rem; color: #ccc; margin-bottom: 0; } .info-strip { background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--cyan); 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; } /* ─── VERDICT FINAL ─── */ .verdict-final { background: linear-gradient(135deg, rgba(0,212,255,.06), rgba(245,200,0,.05)); border: 2px solid rgba(0,212,255,.25); border-radius: 14px; padding: 32px 28px; margin: 48px 0; text-align: center; } .vf-titre { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 2px; color: var(--cyan); margin-bottom: 12px; } .vf-texte { font-size: .98rem; color: #bbb; max-width: 600px; margin: 0 auto; line-height: 1.8; } .vf-texte strong { color: var(--jaune); } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(0,212,255,.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(--cyan); margin-bottom: 5px; } .cta-livre-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; color: var(--blanc); margin-bottom: 8px; line-height: 1.1; } .cta-livre-content p { font-size: .9rem; color: #888; margin-bottom: 14px; } .cta-livre-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--jaune); color: var(--noir); font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 2px; padding: 11px 22px; border-radius: 6px; text-decoration: none; } .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(--cyan); 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); }
📱 Tech — Refereeing

Video refereeing
by smartphone in pétanque:
gadget or future?

Filming a disputed end with your iPhone, measuring by laser, refereeing by video from the side. Technology is knocking at the pétanque court's door. Do we let it in? ✓ Arguments for vs ✗ Arguments against Refereeing & rules Pétanque technology By Paquita Read time: 9 min
La scène est connue de tout joueur : deux boules à 2 millimètres l'une de l'autre, personne ne veut céder, le mètre à ruban donne une mesure qui satisfait personne, et l'arbitre est à l'autre bout du boulodrome sur une autre litige. "Attends, je filme." Depuis quelques années, le smartphone s'est installé dans ce vide — d'abord officieusement, puis avec une vraie réflexion autour de son encadrement. Dans certains championnats, la vidéo est déjà là. Dans les clubs, elle fait débat. Paquita démonte le dossier sans langue de bois. 2mm précision limite en dessous de laquelle le mètre à ruban atteint ses limites 4K résolution d'un smartphone standard — suffisante pour analyse vidéo ±1mm précision laser des télémètres laser grand public disponibles dès 25€ 0 règle FFPJP autorisant ou interdisant explicitement le smartphone en arbitrage
📋 Contents
  1. The concrete problem — why tech is moving onto the terrain
  2. The tools available today
  3. Arguments for and against — the full debate
  4. In which cases it really changes something
  5. What other sports have learned from video
  6. What the FFPJP says (and doesn't say)
  7. Views from the field — umpires, players, clubs
  8. Paquita's verdict
  9. FAQ — your frequent questions

The concrete problem — why tech is moving onto the terrain

Before debating the solution, let's face the problem. Pétanque regularly produces refereeing situations where the margin of human error is greater than the actual gap between two boules. And that generates conflicts.

📍 Typical dispute scene — tight finish to an end Team A"My boule is closer, look — it's clearly in front." Team B"Nonsense, it's mine. What does the tape say?" Team A"The tape says 12.3 cm for both. That's a useless measurement." Team B"Wait, I filmed it with my phone from the side." Umpire (arriving 3 minutes later)"I wasn't here, I can't rule on something I didn't see." → Result: disagreement, game slowed down, atmosphere soured. And nobody really knows who was right.

This scenario is repeated hundreds of times a week in clubs and competitions across France. The manual tape measure, pétanque's standard tool for decades, reaches its physical limits as soon as the gap between two boules is less than 3 millimeters — because of the tape's deformation, the reading angle, and the operator's subjectivity. Video and laser measurement exist precisely to fill this gap.

🎙️ Paquita sur l'origine du problème "Le problème n'est pas la technologie. Le problème existe depuis que la pétanque existe : deux boules trop proches, une mesure imprécise, et deux équipes qui ne se font pas confiance. La vidéo et le laser ne créent pas ce problème — ils proposent une réponse. La vraie question, c'est si on veut une réponse objective ou si on préfère que les conflits se règlent à l'ancienne, par la force du caractère du capitaine le plus baraqué. Certains préfèrent encore cette méthode. C'est un choix de société." — Paquita

The tools available today

An inventory of what actually exists, with what it costs and what it really brings on the terrain.

📱 Vidéo smartphone standard Filmer la mène depuis le bord avec n'importe quel smartphone récent. La résolution 4K permet un zoom numérique suffisant pour des litiges à 5–10 mm d'écart. Le ralenti 120–240 fps aide pour les impacts et déplacements de boules. ✓ Disponible — 0€ 🔴 Télémètre laser Petits appareils mesurant la distance avec une précision de ±1 mm. Disponibles dès 25–40 €. Certains clubs en ont déjà équipé leurs arbitres. Résout définitivement les litiges de distance entre boules et cochonnet. ✓ Disponible — 25–100€ 🤖 Applications d'arbitrage IA Applications mobiles qui analysent une photo prise depuis le dessus et calculent automatiquement quelle boule est la plus proche. Précision dépendante de l'angle de prise de vue et de l'éclairage. Quelques apps en développement en 2025-2026. ⚠ En développement 🎥 Caméras fixes de terrain Installation permanente de caméras en hauteur au-dessus des terrains. Déjà présentes dans certains championnats professionnels. Coût d'installation significatif. Fournit une vue de dessus permanente utilisable pour arbitrage. ⚠ Championnats pro uniquement 👁️ Arbitrage vidéo à distance (VAR pétanque) Transmission en temps réel de la vidéo à un arbitre central qui visionne et tranche depuis une salle. Expérimenté dans quelques compétitions internationales. Temps de délai de décision : 90 secondes en moyenne. ✗ Expérimental seulement 📐 Mesure photogrammétrique Reconstruction 3D de la position des boules à partir de plusieurs photos. Précision millimétrique. Utilisé dans quelques championnats du monde. Nécessite un logiciel dédié et un opérateur formé. Inadapté au jeu de club. ✗ Compétition élite seulement

Arguments for and against — the full debate

✓ ARGUMENTS FOR 🎯Objective precision: a laser measurement or 4K video isn't wrong by 2 mm. It settles things where the tape measure and the human eye regularly fail. ☮️Fewer conflicts: an objective truth isn't arguable. Video cuts disputes short and preserves the mood of games — especially in competitions. ⚖️Competitive fairness: in a competition with stakes, a wrong refereeing decision can change the outcome of a match. Technology protects sporting fairness. 💰Affordable cost: a precise laser rangefinder costs less than an entry-level triplet of boules. It's not luxury equipment reserved for the big federations. 📱Already there de facto: players already film disputes with their phones. Might as well regulate a practice that exists rather than ignore it. 🌍International credibility: competitions that want to exist at the highest level need modern refereeing standards to be taken seriously. ✗ ARGUMENTS AGAINST ⏱️Slowing down the game: each video referral adds 2 to 5 minutes to an end. In a competition with 20 simultaneous games, it creates refereeing bottlenecks and endless games. 🧓Generational divide: a significant share of players — often the most experienced — are resistant to technology or uncomfortable with it. Imposing it with no transition creates tension. 🎭Soul of the game: pétanque has a human and friendly dimension that's part of its identity. Turning every dispute into a tech procedure dehumanizes a sport that lives by its boulodrome culture. 📹Shooting angle: a video filmed from a bad angle can mislead more than it clarifies. A poorly framed video proof is worse than no proof at all. 🚫Potential abuse: if video becomes a systematic recourse, every team will film every end to contest it. Pétanque becomes procedural and games become unmanageable. 🏅Unsuited to amateur play: les contraintes des championnats professionnels ne s'appliquent pas au concours de village. Importer un dispositif professionnel dans un contexte amateur est souvent inadapté.

In which cases it really changes something

✅ Finale de championnat régional ou national — POUR Ici, la précision de l'arbitrage a un impact direct sur le résultat sportif officiel. La vidéo et le laser sont non seulement adaptés mais nécessaires. Un arbitrage erronée en finale nationale est inacceptable avec les outils disponibles aujourd'hui. Les délais sont acceptables car les parties ne sont pas nombreuses simultanément. → Technologie totalement justifiée et nécessaire ✅ Télémètre laser comme équipement arbitre de concours Remplacer le mètre à ruban par un télémètre laser dans la trousse de l'arbitre est une évolution logique, peu coûteuse et sans impact sur le rythme de jeu. C'est plus rapide qu'un mètre à ruban, plus précis, et ne change rien à la philosophie du jeu. C'est probablement la première évolution à généraliser. → Adoption immédiate recommandée — aucun inconvénient ⚠️ Concours de club avec 20 parties simultanées — NUANCÉ La vidéo sur demande est viable si elle est encadrée — une demande par équipe par partie maximum, avec un arbitre qui visionne rapidement sur place. Sans encadrement, ça crée des files d'attente et des contestations en cascade. La règle du jeu doit être claire avant le début du concours. → Viable si protocole défini à l'avance ⛔ Partie amicale de quartier entre amis — CONTRE Sortir son téléphone pour arbitrer une partie amicale entre amis transforme l'ambiance du jeu. La pétanque de loisir n'a pas besoin de précision millimétrique — elle a besoin de bonne humeur et de convivialité. La vérité de la partie amicale se règle au feeling, au bon sens et au verre qui suit. → Contre-productif pour le jeu de loisir 📹 Vérification de la validité d'un lancer ou d'un déplacement de boule La vidéo est particulièrement utile pour vérifier si une boule a bougé avant d'être jouée, si un pied a levé dans le cercle, ou si un balayage a eu lieu. Ces infractions passent souvent inaperçues à l'œil nu et le replay vidéo peut trancher définitivement des situations qui créent de fortes tensions. → Usage pertinent et peu contestable

What other sports have learned from video

Pétanque isn't the first to take this step — or to hesitate to take it. Other sports' experiences are instructive.

Sport Technology adopted Result Lesson for pétanque
Football VAR since 2018 Mixed Video slows down celebrations and generates controversies over definitions. The imprecision of the rule doesn't disappear with tech.
Tennis Hawk-Eye since 2006 Success Fast decision (5 sec), limited to disputed cases, accepted by players. A model to follow for targeted use.
Cricket DRS (Decision Review System) Success Each team has a limited number of reviews — it prevents abuse and maintains the pace.
Rugby TMO (try video) Success Used only for disputed tries, not for every tackle. Delimiting the scope is key.
Boules lyonnaises Laser rangefinder Adopted The sister discipline adopted the laser without major controversy. A direct model for pétanque.
Curling Electronic measurement Success Electronic measurement replaced the manual compass. Nobody misses the compass.
🎾 The tennis lesson — the model to remember

Hawk-Eye in tennis is often cited as the best example of successful video integration. Why does it work? Because its scope is precise and limited (is the ball in or out?), the decision is fast (5 seconds), the review is limited in number (3 per set), and players have culturally accepted it before being forced to. Pétanque would do well to draw inspiration from this model rather than from football's VAR — which has become as much a problem as a solution.

What the FFPJP says (and doesn't say)

📋 STATE OF THE RULES IN 2026 The current FIPJP and FFPJP rulebook contains no specific provision on the use of the smartphone or video in refereeing. This regulatory silence creates a vacuum that competition organisers and umpires address in different ways: some accept video as a decision-making aid, while others reject it on the grounds that "the umpire's decision is final". The specific regulations for some championships have begun to explicitly state the conditions for using electronic measuring tools—but this is not yet widespread.

The The FFPJP has set up working groups to explore modernising umpiring tools. Laser rangefinders are viewed favourably in several working papers. Their official inclusion in the rules is likely in the medium term. The question of mobile video remains more controversial. ⚠ The regulatory vacuum causes real problems

The lack of a clear rule on video and laser use in official competitions leads to absurd situations: an umpire refusing to watch perfectly clear footage, or a team disputing a decision by producing a recording that no one is officially allowed to consider. Precise rules—even restrictive ones—are preferable to this vacuum. The umpire needs to know what they may and may not use.

Views from the field — umpires, players, clubs

🦺 REGIONAL FFPJP UMPIRE In favour—with safeguards

"The laser, yes, without hesitation. It puts an end to arguments over close measurements. Video too, yes, but with a clear protocol and a maximum time limit. Without rules, I'm the one left to manage the chaos."

👴 PLAYER WITH 30 YEARS' EXPERIENCE Against—with reservations

"We played for 30 years without it and disputes still got settled. The problem today is that we no longer trust one another. A phone doesn't solve the underlying problem—mistrust between players."

🏅 COMPETITIVE NATIONAL-LEVEL PLAYER Fully in favour

"At the French Championships, I've seen wrong decisions cost teams matches. A one-centimetre error can mean elimination. At this level, accuracy is not optional."

🏠 LOCAL CLUB PRESIDENT Mixed view

"I've equipped my umpires with laser rangefinders—zero problems. I allow video for finals, but not during the group stage. That's the compromise that works for us."

👩 RECREATIONAL CLUB PLAYER Against—for casual play

"I play for fun. If people start pulling out their phones for every end, I'm leaving. For me, enjoying each other's company is the only rule that matters."

👨‍💻 PÉTANQUE APP DEVELOPER In favour—the future

"In five years, accurate, standardised apps will be available. The question will no longer be whether we use them, but how. The federation would do well to take charge of the issue now."

Paquita's verdict

🎯 Neither a gimmick nor a revolution—a tool to use judiciously Technology in pétanque umpiring is neither a threat to the soul of the sport nor the solution to all its problems. It is a tool whose relevance depends entirely on the context.

The laser rangefinder should already be in every official competition umpire's kit—it is fast, accurate, inexpensive and changes nothing about the philosophy of the game. It is the simplest and most effective improvement available today.

The smartphone video is legitimate in serious competition when governed by a clear protocol—a limited number of reviews, a maximum time limit, and the umpire having final authority over the interpretation. It has no place in a friendly game.

What is certain is this: the current regulatory vacuum is the real problem. Pas la technologie. Une règle claire — même restrictive — est infiniment meilleure que l'anarchie actuelle où chaque arbitre décide seul de ce qu'il accepte ou refuse. 📖 LE LIVRE DE PAQUITA La méthode — pas la technologie

Laser or no laser, the fundamentals of the game do not change. Paquita's book covers technique, the mental game and tactics through 100 numbered exercises. Because good technique is beyond dispute.

📦 Order on Amazon

FAQ — Your frequent questions

The current FFPJP regulations do not explicitly prohibit it, but nor do they authorise it as an official refereeing tool. In practice, you can film for your personal use — but the referee is not required to take your video into account when making a decision. Some referees accept it as a visual aid, while others refuse. The only way to get a definite answer is to check the competition's specific regulations or ask the head referee before the first match. The situation should become clearer soon as the FFPJP continues its work to modernise the regulations. The regulations refer to a "measuring instrument" without specifying the type. A laser rangefinder can therefore be interpreted as a legitimate measuring tool — and many referees already use one. However, in the event of a formal dispute during an official competition, the decision rests with the referee and the organiser. To avoid any ambiguity, it is best to check the competition's specific regulations or speak to the head referee. In practice, laser measurements are rarely challenged because they are more precise and less open to dispute than those taken with a tape measure. The FFPJP has active working groups focused on modernising refereeing. The laser rangefinder looks set to be the first upcoming development — discussions are under way to officially approve it as a refereeing tool. Smartphone video is a more complex issue, with differing views within the federation. A supervised trial at selected championships appears to be the most likely step before it is potentially made official. See our article on laser measurement and video refereeing in clubs for the latest information. This is the legitimate concern most frequently raised in clubs, and it deserves to be taken seriously. Pétanque has a culture rooted in boules grounds, camaraderie and human refereeing that forms part of its identity. But two things must be distinguished: the tool and the context in which it is used. A laser rangefinder used discreetly by a referee does no more to kill the spirit of the game than a tape measure. Routinely pulling out a video at every end in a friendly game — that, yes, is a problem. A tool has no soul; it is how we use it that determines whether we preserve or destroy the spirit of the sport. Plusieurs clubs dans le Sud de la France et en région parisienne ont équipé leurs arbitres de télémètres laser depuis 2–3 ans. Le retour d'expérience est majoritairement positif : moins de disputes sur les mesures proches, décisions plus rapides, arbitres plus sereins. La vidéo est adoptée plus timidement — quelques clubs l'autorisent en finale de concours annuel uniquement. Aucun club ne l'a généralisée à toutes les parties sans que des problèmes de rythme apparaissent. La règle qui semble fonctionner partout : laser oui systématiquement, vidéo uniquement sur demande et seulement pour les mènes critiques avec un délai maximum imposé. 📎 Articles liés Refereeing Laser measurement and video refereeing in your clubs Rules Complete FFPJP rulebook 2026 Regulations 2026 Regulations — what is really changing Refereeing Pétanque officials — roles and responsibilities Video Umpiring videos — game situations with commentary Tools Free PetanqueLand tools

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

Share Follow

📬 Paquita's pétanque newsletter

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

← Previous articleLa fanny: origins and the craziest ritualsNext article →Mandatory equipment in 2026: the checklist
← 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