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

Not to be missed

Search suggestions

Why do some boules veer off for no apparent reason? (Pétanque) Article Why do some boules veer off for no apparent reason in pétanque? PAQUITA ON PÉTANQUE STRIKE Video Pétanque: when you celebrate too soon… Video pourquoi il ne faut jamais celebrer avent la (1)-Couverture Boule diameter: why the wrong choice holds you back (Pétanque) Article Which boule diameter should you choose? The direct impact on your performance THE DIGESTION EXCUSE Video
Cart 0
EN▾
FrançaisEnglishEspañolItalianoDeutschPortuguêsNederlandsCatalàالعربية中文ไทย
PetanqueLand
  • Home
  • SHOP
    • Pétanque Book Shop
    • Pétanque Player Clothing
    • Pétanque Objects & Decor
    • Pétanque Gift Ideas
    • See all
  • ⭐ The Pétanque Software
  • Videos
  • 🏛️ OFFICIAL
    • Upcoming competitions
    • Results & calendar
    • Rules explained
  • FREE Zone
    • Free online software
    • Free tools
    • Lab
  • News by Paquita
Total articles: 193
:root { --noir: #0d0d0d; --noir-2: #141414; --card: #161616; --card-2: #1d1d1d; --border: #282828; --jaune: #f5c800; --jaune-dim: rgba(245,200,0,.08); --blanc: #f0ede6; --gris: #888; --gris-2: #aaa; --rouge: #e03030; --rouge-dim: rgba(224,48,48,.09); --orange: #f07020; --orange-dim: rgba(240,112,32,.1); --vert: #42c264; --vert-dim: rgba(66,194,100,.1); --vert-med: rgba(66,194,100,.2); --bleu: #4aa8e0; --bleu-dim: rgba(74,168,224,.1); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--noir); color: var(--blanc); font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; } a { color: var(--jaune); text-decoration: none; } a:hover { text-decoration: underline; } strong { color: #eee; } p { margin-bottom: 16px; color: #bbb; } em { color: #ccc; font-style: italic; } /* ─── HERO ─── */ .hero { position: relative; background: var(--noir-2); border-bottom: 3px solid var(--jaune); padding: 80px 24px 64px; text-align: center; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 50% 0%, rgba(66,194,100,.12), transparent 65%), radial-gradient(ellipse 30% 30% at 85% 85%, rgba(245,200,0,.05), transparent 55%); pointer-events: none; } .hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--vert); 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.2rem); 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; } /* Légende couleurs */ .hero-legend { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 18px 0 12px; } .hl-item { display: flex; align-items: center; gap: 8px; background: var(--card-2); border: 1px solid var(--border); border-radius: 6px; padding: 6px 14px; font-size: .82rem; } .hl-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; } .hl-item.obligatoire .hl-dot { background: var(--vert); } .hl-item.recommande .hl-dot { background: var(--jaune); } .hl-item.interdit .hl-dot { background: var(--rouge); } .hl-item.obligatoire { color: var(--vert); border-color: rgba(66,194,100,.25); } .hl-item.recommande { color: var(--jaune); border-color: rgba(245,200,0,.25); } .hl-item.interdit { color: var(--rouge); border-color: rgba(224,48,48,.25); } .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(--vert); 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(--vert); line-height: 1; margin-bottom: 5px; } .kf-val.rouge { color: var(--rouge); } .kf-val.jaune { color: var(--jaune); } .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(--vert); 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(--vert); 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(--vert); border-radius: 2px; flex-shrink: 0; } /* ─── CHECK-LIST INTERACTIVE ─── */ .checklist-section { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin: 28px 0; } .cl-section-header { padding: 16px 20px; background: var(--card); border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 12px; } .cl-section-ico { font-size: 1.6rem; flex-shrink: 0; } .cl-section-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 2px; flex: 1; } .cl-section-titre.obligatoire { color: var(--vert); } .cl-section-titre.recommande { color: var(--jaune); } .cl-section-titre.interdit { color: var(--rouge); } .cl-count { font-family: 'Bebas Neue', sans-serif; font-size: .8rem; letter-spacing: 1px; padding: 3px 10px; border-radius: 4px; } .cl-count.obligatoire { background: var(--vert-dim); color: var(--vert); } .cl-count.recommande { background: var(--jaune-dim); color: var(--jaune); } .cl-count.interdit { background: var(--rouge-dim); color: var(--rouge); } .cl-items { display: flex; flex-direction: column; } .cl-item { display: flex; gap: 0; border-bottom: 1px solid var(--border); transition: background .15s; } .cl-item:last-child { border-bottom: none; } .cl-item:hover { background: #1a1a1a; } .cl-check { width: 52px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; border-right: 1px solid var(--border); padding: 16px 0; } .cl-check.obl { color: var(--vert); } .cl-check.rec { color: var(--jaune); } .cl-check.int { color: var(--rouge); } .cl-check.warn { color: var(--orange); } .cl-content { flex: 1; padding: 14px 18px; } .cl-nom { font-family: 'Bebas Neue', sans-serif; font-size: .95rem; letter-spacing: 1.5px; margin-bottom: 4px; } .cl-item .cl-nom.obl { color: var(--blanc); } .cl-item .cl-nom.rec { color: #ddd; } .cl-item .cl-nom.int { color: #ddd; } .cl-detail { font-size: .86rem; color: #777; line-height: 1.6; } .cl-detail strong { color: #aaa; } .cl-detail a { color: var(--jaune); font-size: .83rem; } .cl-badge { flex-shrink: 0; align-self: center; margin-right: 14px; padding: 3px 10px; border-radius: 4px; font-size: .74rem; font-weight: 700; font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; white-space: nowrap; } .cl-badge.nouveau { background: var(--orange-dim); color: var(--orange); } .cl-badge.inchange { background: rgba(255,255,255,.04); color: #444; border: 1px solid var(--border); } .cl-badge.attention { background: var(--rouge-dim); color: var(--rouge); } .cl-badge.optionnel { background: var(--bleu-dim); color: var(--bleu); } /* ─── FICHE BOULES ─── */ .boules-detail { background: var(--card-2); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin: 28px 0; } .bd-header { background: var(--card); border-bottom: 1px solid var(--border); padding: 16px 20px; display: flex; align-items: center; gap: 12px; } .bd-titre { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 2px; color: var(--vert); } .bd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; } @media(max-width:540px){ .bd-grid { grid-template-columns: 1fr; } } .bd-cell { padding: 16px 16px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); } .bd-cell:nth-child(3), .bd-cell:nth-child(6), .bd-cell:last-child { border-right: none; } .bd-cell:nth-last-child(-n+3) { border-bottom: none; } @media(max-width:540px){ .bd-cell { border-right: none; } .bd-cell:last-child { border-bottom: none; } } .bd-label { font-family: 'Bebas Neue', sans-serif; font-size: .75rem; letter-spacing: 2px; color: #444; margin-bottom: 4px; } .bd-val { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; color: var(--vert); margin-bottom: 3px; } .bd-note { font-size: .78rem; color: #666; line-height: 1.5; } /* ─── TENUE VESTIMENTAIRE ─── */ .tenue-wrap { 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:540px){ .tenue-wrap { grid-template-columns: 1fr; } } .tv-col { padding: 0; } .tv-header { padding: 12px 18px; font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 2px; border-bottom: 1px solid var(--border); } .tv-col.autorise .tv-header { background: var(--vert-dim); color: var(--vert); border-right: 1px solid var(--border); } .tv-col.interdit .tv-header { background: var(--rouge-dim); color: var(--rouge); } .tv-items { display: flex; flex-direction: column; } .tv-item { padding: 11px 16px; font-size: .86rem; color: #888; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; line-height: 1.5; } .tv-item:last-child { border-bottom: none; } .tv-col.autorise .tv-item { background: var(--card-2); border-right: 1px solid var(--border); } .tv-col.interdit .tv-item { background: var(--card-2); } .tv-ico { font-size: .95rem; flex-shrink: 0; } /* ─── CATÉGORIES JOUEURS ─── */ .categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; margin: 28px 0; } .cat-card { background: var(--card-2); border: 1px solid var(--border); border-radius: 10px; padding: 16px 14px; border-top: 3px solid var(--vert); } .cat-ico { font-size: 1.6rem; margin-bottom: 6px; display: block; } .cat-titre { font-family: 'Bebas Neue', sans-serif; font-size: .9rem; letter-spacing: 1.5px; color: var(--vert); margin-bottom: 5px; } .cat-card p { font-size: .82rem; color: #777; margin-bottom: 0; line-height: 1.55; } /* ─── SANCTIONS ─── */ .sanctions-list { display: flex; flex-direction: column; gap: 10px; margin: 28px 0; } .sanction-item { background: var(--card-2); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: flex; gap: 14px; align-items: flex-start; } .si-badge { flex-shrink: 0; padding: 4px 10px; border-radius: 4px; font-family: 'Bebas Neue', sans-serif; font-size: .82rem; letter-spacing: 1px; white-space: nowrap; align-self: flex-start; margin-top: 2px; } .si-badge.carton-j { background: rgba(245,200,0,.15); color: var(--jaune); } .si-badge.carton-r { background: var(--rouge-dim); color: var(--rouge); } .si-badge.forfait { background: var(--rouge-dim); color: var(--rouge); border: 1px solid rgba(224,48,48,.3); } .si-badge.avertiss { background: var(--orange-dim); color: var(--orange); } .si-content { flex: 1; } .si-titre { font-family: 'Bebas Neue', sans-serif; font-size: .92rem; letter-spacing: 1px; color: #ddd; margin-bottom: 4px; } .si-detail { font-size: .86rem; color: #888; line-height: 1.6; } /* ─── 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(--vert); 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(--vert); 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; } /* ─── CTA LIVRE ─── */ .cta-livre { background: linear-gradient(135deg, rgba(66,194,100,.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(--vert); 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(--vert); 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); }
✅ 2026 Rules — Equipment

Mandatory equipment
pétanque 2026
The complete check-list

What's mandatory, what's recommended, what's prohibited. Everything you need to check before walking through the door of an official tournament in 2026. Mandatory in tournaments Recommended / useful Prohibited or punishable FFPJP 2026 rules Approved equipment By Paquita Read time: 8 min
Vous arrivez au concours. L'arbitre contrôle les boules. Il vérifie la tenue. Il demande la licence. Et là — manque un détail. Résultat : forfait sur la première partie, ou pire, exclusion en cours de concours. Ça arrive. Souvent pour des oublis bêtes, réglés en deux minutes si on avait vérifié la veille. Cette check-list est là pour que vous n'ayez jamais cette conversation avec un arbitre. 7 points obligatoires vérifiés par l'arbitre avant le 1er tir 3 nouveautés entrant en vigueur ou renforcées en 2026 vs années précédentes 650g poids mini d'une boule homologuée FIPJP — le seuil à ne jamais franchir Forfait sanction directe pour boule non homologuée ou tenue non conforme non corrigée
📋 Contents
  1. The mandatory check-list — what the referee checks
  2. Boules: the exact 2026 standards
  3. Clothing: allowed vs prohibited
  4. The throwing circle — rigid mandatory
  5. The recommended check-list — what makes the difference
  6. What is formally prohibited
  7. Specifics by category
  8. Sanctions — what awaits you if you're not in order
  9. FAQ — your frequent questions

The mandatory check-list — what the referee checks

These items can be checked at any time during an FFPJP-approved tournament. The referee is sovereign in their checks.

✅ MANDATORY — Before the first game 7 points ✓ Valid FFPJP licence Licence valid for the current sporting season. Digital format accepted since 2024 — QR code on smartphone valid. Check the year of validity before you leave. See: Dematerialised FFPJP licence Unchanged ✓ FIPJP-approved boules — complete triplette Each boule must bear the FIPJP approval number engraved on it, with the weight and manufacturer. 3 boules mandatorily identical in weight for a single player in a triplette. No replacement boule during a game without the referee's agreement. Unchanged ✓ Compliant sports kit Strengthened 2026 new feature: sports kit mandatory in all FFPJP-approved tournaments. Jeans, swim shorts, beach dresses and flip-flops are formally prohibited. See the dedicated section below. See: Prohibition of jeans in 2026 New 2026 ✓ Rigid throwing circle (35 to 50 cm in diameter) Rigid circle mandatory since 2025-2026 in approved tournaments. Free material (plastic, rubber, metal). Internal diameter: 35 to 50 cm. A circle traced with the foot in the dirt or a simple line are no longer accepted in official tournaments. See: Rigid circle mandatory 2026 New 2026 ✓ Approved jack (30 to 35 mm) The jack must measure between 30 and 35 mm in diameter. In practice, jacks sold in specialist shops are almost always within these standards. Cork stoppers, marbles or repurposed objects are prohibited. The team that throws the jack is responsible for its compliance. Unchanged ✓ Tape measure or measuring instrument At least one measuring instrument per team is required in official tournaments — either a classic tape measure or a laser rangefinder. The laser rangefinder is now accepted comme instrument de mesure officiel dans la plupart des concours. Une seule unité suffit pour une triplette. Recommandé laser ✓ Chaussures fermées — pieds couverts Les pieds doivent être chaussés de chaussures fermées. Les tongs, sandales ouvertes et chaussures sans talon sont interdites en concours officiel — pour des raisons de sécurité (impact de boule) et de règlement vestimentaire. Une chaussure de sport basse est suffisante. Inchangé

Boules: the exact 2026 standards

Boule checks are the most frequent inspection point and the one that generates the most exclusions. Here are the exact standards applicable in 2026.

⚙️ FIPJP STANDARDS — PÉTANQUE BOULE 2026 Minimum weight 650g Below = boule refused immediately Maximum weight 800g Above = boule refused immediately Minimum diameter 70.5mm Measured across several axes Maximum diameter 80mm Sphericity tolerance controlled Mandatory marking FIPJP no. + weight + manufacturer engraved on the boule Surface Smooth No cavity or artificial roughness altering the behaviour 🔍 How to check your boules before the tournament

Look for the FIPJP approval number engraved on each boule (not printed, not glued — engraved). If you can't find a legible number, your boules are not approved. Also check that the engraved weight matches your scale — over the years, some boules wear slightly. Finally, the three boules of a triplette must all bear the same engraved weight to be played together. See our full article: How to check the approval of your boules

⚠ Modified boules — immediate sanction

Any boule whose surface has been intentionally modified after manufacture (added grooves, filling, altered bore) is considered non-compliant and results in the player's immediate exclusion from the tournament. No prior warning — the sanction is direct and with no appeal possible at the time.

Clothing: allowed vs prohibited in 2026

Sports kit has been mandatory in all FFPJP-approved tournaments since 2026. The rule was strengthened this season with reduced tolerance from referees on borderline cases.

✓ ALLOWED ✓ Tracksuit, sports tracksuit ✓ Sports shorts (football, running type) ✓ T-shirt, polo, sports jersey ✓ Sports jacket, windbreaker, sports raincoat ✓ Closed sports shoes ✓ Cap, bucket hat, beanie (no straw hat) ✓ Sports leggings, cropped sports trousers ✓ Club-coloured kit allowed ✗ PROHIBITED ✗ Jeans (whatever the cut) ✗ Swim shorts, beach shorts ✗ Dress, skirt (non-sport) ✗ Dress shirt, formal shirt ✗ Flip-flops, open sandals ✗ Bare feet ✗ Straw hat, formal hat ✗ Non-sport kit in general 👕

In the event of non-compliant kit, the referee must give the player time to change before sanctioning — provided a replacement kit is available in the bag or the vehicle. If the player cannot comply within the allotted time, the game may be declared a forfeit. Tip: always keep a tracksuit in the car. See: full article on the mandatory sports kit 2026

The throwing circle — rigid mandatory in 2026

⭕ RIGID CIRCLE — EXACT STANDARDS New 2026 ✓ Internal diameter: 35 to 50 cm The FIPJP standard allows a diameter between 35 and 50 cm internal diameter. 50 cm circles (the common diameter of circles sold in shops) are within the standard. A circle that is too large or too small may be refused by the referee. Rigid mandatory ✓ Rigid material — plastic, rubber or metal The circle must be physically rigid — not a traced circle, not tape on the ground, not a drawing in the dirt. Flexible plastic circles from shops are accepted provided they hold their shape during the throw. A circle that flattens under the foot must be replaced. Unchanged ✓ Circle placed on the ground — not fixed The circle cannot be fixed or nailed to the ground. It must be placed freely. However, nothing forbids stabilising it slightly if the terrain is on a slope. A minimum of one circle per team — en pratique, chaque joueur a intérêt à avoir le sien pour jouer simultanément. Inchangé 🎙️ Paquita sur le cercle rigide "Le cercle rigide c'est 3 € dans n'importe quel magasin de sport. Depuis que c'est obligatoire, j'ai vu des joueurs se faire exclure d'une mène pour avoir tracé un cercle dans la terre 'comme d'habitude'. L'habitude, ça ne sert à rien face à un arbitre qui applique le règlement. Le cercle rigide dans la sacoche — comme les boules et le mètre. C'est une case à cocher, pas un débat." — Paquita

The recommended check-list — what makes the difference

💡 RECOMMENDED — Not mandatory, but strongly advised 9 points ★ Laser rangefinder Advantageously replaces the tape measure. Accuracy ±1mm, measurement in 1 second, removes measuring disputes. Cost: 25–60 €. The most profitable investment in your tournament bag. Many clubs already equip their referees with them. Recommended ★ Spare boules in the bag A lost, damaged or referee-removed boule may require replacement during a tournament. Having an approved boule of the same weight in the bag avoids a forfeit. The replacement must be validated by the referee. Precaution ★ Cloth and boule maintenance oil A clean cloth to dry the boules between games and a light oil for maintenance. Wet or dirty boules can slightly alter the grip. It's not mandatory but players who use it keep their equipment in better condition over time. Maintenance ★ Spare kit (tracksuit in the car) If the referee flags non-compliant kit, you need to be able to change quickly to avoid a forfeit. A sports tracksuit in the bag or car solves the problem in 5 minutes. See the clothing section above. Caution ★ Boule storage bag Boules carried loose in a sports bag risk knocking against each other and getting damaged. A specific bag with compartments protects the boules and identifies you as a seriously equipped player. No regulatory obligation, but a plus for the equipment's lifespan. Maintenance ★ Distinctive markings on the boules (grooves, dotted lines) In tournaments with several teams from the same club, identical boules can get mixed up. A distinctive marking (custom grooves, indelible marker on the number) helps quickly identify your boules and avoids confusion during an end. Practical ★ Spare jacks (x3 minimum) A jack can be lost, broken or swallowed up in the vegetation. Having 3 approved jacks on you guarantees the continuity of play without delay. The lost jack must be replaced at the same distance according to the rules. Practical ★ Sun protection and hydration A 12-hour tournament in summer without sun protection or water is a recipe for heatstroke. It's not a pétanque rule — it's common sense. See our article: Surviving a 12-hour tournament in 35°C heat. Santé ★ Règlement FFPJP imprimé ou application En cas de litige sur une règle de jeu, avoir le règlement disponible — sur smartphone ou imprimé — permet de trancher rapidement. L'arbitre est souverain mais peut se référer au texte en cas de situation exceptionnelle. Utile surtout pour les situations rares. Référence

What is formally prohibited

⛔ PROHIBITED — Risk of immediate sanction 6 points ✗ Non-approved or modified boules Supermarket boules, boules without a FIPJP number, boules whose surface has been modified after manufacture (carved grooves, filling). Sanction: immediate exclusion from the tournament. See our article: Checking the approval of your boules Exclusion ✗ Playing without having your feet in the circle At the moment of the throw, both feet must remain in the circle, in contact with the ground, until the thrown boule touches the ground. A foot that overhangs or lifts before the boule lands is a fault. In official tournaments, it's a yellow card on the first offence. Yellow card ✗ Sweeping the terrain before throwing Sweeping, blowing, moving stones or obstacles in the playing area before throwing has been an infringement since 2025-2026. Yellow card for the offending player. In the event of a repeat offence, red card and exclusion from the end. See: Sweeping rules 2026 Carton jaune ✗ Cacher ou masquer le cochonnet Mettre sa main, son pied, ou tout objet devant le cochonnet pour le masquer à l'adversaire est formellement interdit. Le cochonnet doit être visible de tous les joueurs à tout moment de la mène. Carton jaune ✗ Langage irrespectueux ou comportement antisportif Les insultes, provocations, comportements intimidants envers adversaires, arbitres ou spectateurs sont sanctionnés directement selon la gravité. Le règlement 2026 prévoit des sanctions renforcées pour le comportement antisportif après plusieurs incidents signalés en concours. Carton jaune/rouge ✗ Jouer avec des boules d'un autre joueur sans autorisation Chaque joueur doit jouer avec sa propre triplette assignée. Jouer avec les boules d'un coéquipier sans que l'arbitre ait validé un échange (en cas de boule perdue ou défectueuse) constitue une irrégularité. La mène peut être invalidée. Mène annulée

Specifics by player category

🌱 Minimes (under 12 years old)

Lightened boules allowed from 600g minimum. Adapted diameter possible depending on the category. Sports kit identical to adults. Rigid circle mandatory as for everyone.

🎒 Cadets / Juniors (12–18 years old)

Standard boules from 650g. Same rules as adults for equipment. The FFPJP youth licence is mandatory — distinct from the adult licence.

👩 Women

No exemption on equipment compared to the general rules. Same FIPJP approval, same weight and diameter standard. Women's sports kit (leggings, tracksuit, sports polo) is fully compliant.

🧓 Veterans (60+)

Same general rules. No specific exemption on equipment. Lighter boules (within the 650–800g range) may be chosen for comfort — this is within the rules.

♿ Disability sport

Specific adaptations exist for FFPH disability sport competitions. The circle may be replaced by a seat or an adapted position validated by the referee. Enquire with the disability pétanque federation.

🌍 International competitions

FIPJP rules apply strictly. No national exemption is accepted. Boule checks are systematic before major competitions. International approval required.

Sanctions — what awaits you if you're not in order

AVERTISSEMENT Premier manquement à la tenue ou au cercle Un avertissement verbal est donné par l'arbitre. Le joueur dispose d'un délai (généralement 15 minutes) pour se mettre en conformité — se changer, apporter un cercle rigide. Si la conformité est rétablie dans le délai, aucune autre sanction n'est appliquée. CARTON JAUNE Faute de jeu (pied hors cercle, balayage, masquage cochonnet) Carton jaune au joueur fautif. La boule jouée en infraction peut être annulée et remise en jeu par l'arbitre. En cas de deux cartons jaunes sur la même partie, le joueur reçoit un carton rouge. CARTON ROUGE Récidive ou comportement antisportif grave Exclusion de la mène en cours. L'équipe continue la partie à effectif réduit pour cette mène. En cas de comportement très grave (violence verbale sérieuse, agression), l'arbitre peut prononcer l'exclusion du concours. FORFAIT / EXCLUSION Boules non homologuées ou non-conformité non corrigée La partie est déclarée forfait (0-13) pour l'équipe en infraction. En cas de boules modifiées ou de fraude caractérisée, l'exclusion de tous les concours pour la saison peut être prononcée par la commission disciplinaire de la ligue. 📖 LE LIVRE DE PAQUITA La méthode pour bien s'équiper ET bien jouer

Compliant equipment is the foundation — but it's your game that makes the difference. Paquita's book covers the complete biomechanics, the 100 exercises and the mental management to become a formidable shooter.

📦 Order on Amazon

FAQ — Your frequent questions

Decathlon sells both FIPJP-approved boules (Geologic Compétition range) and non-approved leisure boules (Initiation or Plage range). The distinction is simple: check whether the box mentions "homologuée FIPJP" (FIPJP-approved) and whether each boule bears an engraved approval number. Without these two elements, the boules are leisure boules and will be refused in official tournaments. To find out more: article on checking the approval. A flexible plastic circle is accepted provided it holds its circular shape when placed on the ground and a player stands in it. If the circle flattens or deforms under the feet to the point of no longer being circular, it may be refused by the referee. Rigid plastic or thick rubber circles sold in specialist sports shops are generally fine. In case of doubt, invest in a quality rigid circle — they cost between 3 and 15 € and last several seasons. Yes, since the generalisation of the dematerialised FFPJP licence, the QR code displayed on your smartphone is accepted as proof of a valid licence. Make sure your phone is charged and that you have access to the app or the email of your licence. In the rare cases where a referee demands the paper version, it's an outdated practice but legally challengeable — dematerialisation was officially adopted by the FFPJP. See: article on the digital FFPJP licence. Yes, completely. The rules don't distinguish between "shooter boules" and "pointer boules" — these designations are commercial, not regulatory. What matters is that the boules are FIPJP-approved and within the weight and diameter standards. A pointer can perfectly well play with the hard, deep-grooved boules typical of shooters, and vice versa. The choice of hardness, grooving and weight within the legal range belongs entirely to the player. Si l'arbitre constate une non-conformité en cours de concours (boule légèrement en dessous du poids après usure, marquage illisible), la procédure dépend de la gravité. Une boule légèrement usée mais dans les tolérances peut continuer à être jouée. Si la non-conformité est avérée, vous pouvez la remplacer par une boule de réserve homologuée — c'est pour ça qu'il est conseillé d'en avoir une dans sa sacoche. Si vous n'en avez pas, la partie continue à deux boules pour votre équipe. Dans les cas graves de modification intentionnelle, l'exclusion est immédiate. En cas de doute, prévenez l'arbitre vous-même avant qu'il ne le découvre — ça joue toujours en votre faveur. 📎 Articles liés Equipment How to check the FFPJP approval of your boules 2026 Rules The mandatory rigid circle — everything you need to know 2026 Rules Prohibition of jeans — mandatory sports kit 2026 2026 Rules Sweeping and cards — the new 2026 rules Equipment Choosing your pétanque boules — 2026 guide Rules Complete FFPJP rulebook 2026

© Pétanque by Paquita — petanqueland.fr · 📖 Paquita's book on Amazon
Check-list based on the FIPJP and FFPJP rules in force for the 2026 season. Some points may vary depending on the specific rules of the tournaments — always check the organiser's rules.

Share Follow

📬 Paquita's pétanque newsletter

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

← Previous articleVideo officiating on a smartphone in pétanque: Gadget or the future?Next article →The little-known rules that lose pétanque games
← 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